Uses of Class
com.amazonaws.services.elasticmapreduce.model.ClusterTimeline
-
Packages that use ClusterTimeline Package Description com.amazonaws.services.elasticmapreduce.model -
-
Uses of ClusterTimeline in com.amazonaws.services.elasticmapreduce.model
Methods in com.amazonaws.services.elasticmapreduce.model that return ClusterTimeline Modifier and Type Method Description ClusterTimelineClusterTimeline. clone()ClusterTimelineClusterStatus. getTimeline()A timeline that represents the status of a cluster over the lifetime of the cluster.ClusterTimelineClusterTimeline. withCreationDateTime(Date creationDateTime)The creation date and time of the cluster.ClusterTimelineClusterTimeline. withEndDateTime(Date endDateTime)The date and time when the cluster was terminated.ClusterTimelineClusterTimeline. withReadyDateTime(Date readyDateTime)The date and time when the cluster was ready to execute steps.Methods in com.amazonaws.services.elasticmapreduce.model with parameters of type ClusterTimeline Modifier and Type Method Description voidClusterStatus. setTimeline(ClusterTimeline timeline)A timeline that represents the status of a cluster over the lifetime of the cluster.ClusterStatusClusterStatus. withTimeline(ClusterTimeline timeline)A timeline that represents the status of a cluster over the lifetime of the cluster.
-