Uses of Class
com.amazonaws.services.elasticmapreduce.model.InstanceGroupTimeline
Packages that use InstanceGroupTimeline
-
Uses of InstanceGroupTimeline in com.amazonaws.services.elasticmapreduce.model
Methods in com.amazonaws.services.elasticmapreduce.model that return InstanceGroupTimelineModifier and TypeMethodDescriptionInstanceGroupTimeline.clone()
InstanceGroupStatus.getTimeline()
The timeline of the instance group status over time.InstanceGroupTimeline.withCreationDateTime
(Date creationDateTime) The creation date and time of the instance group.InstanceGroupTimeline.withEndDateTime
(Date endDateTime) The date and time when the instance group terminated.InstanceGroupTimeline.withReadyDateTime
(Date readyDateTime) The date and time when the instance group became ready to perform tasks.Methods in com.amazonaws.services.elasticmapreduce.model with parameters of type InstanceGroupTimelineModifier and TypeMethodDescriptionvoid
InstanceGroupStatus.setTimeline
(InstanceGroupTimeline timeline) The timeline of the instance group status over time.InstanceGroupStatus.withTimeline
(InstanceGroupTimeline timeline) The timeline of the instance group status over time.