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