Uses of Class
com.amazonaws.services.elasticmapreduce.model.StepTimeline
Packages that use StepTimeline
-
Uses of StepTimeline in com.amazonaws.services.elasticmapreduce.model
Methods in com.amazonaws.services.elasticmapreduce.model that return StepTimelineModifier and TypeMethodDescriptionStepTimeline.clone()
StepStatus.getTimeline()
The timeline of the cluster step status over time.StepTimeline.withCreationDateTime
(Date creationDateTime) The date and time when the cluster step was created.StepTimeline.withEndDateTime
(Date endDateTime) The date and time when the cluster step execution completed or failed.StepTimeline.withStartDateTime
(Date startDateTime) The date and time when the cluster step execution started.Methods in com.amazonaws.services.elasticmapreduce.model with parameters of type StepTimelineModifier and TypeMethodDescriptionvoid
StepStatus.setTimeline
(StepTimeline timeline) The timeline of the cluster step status over time.StepStatus.withTimeline
(StepTimeline timeline) The timeline of the cluster step status over time.