Uses of Class
com.amazonaws.services.elasticmapreduce.model.StepTimeline
-
Packages that use StepTimeline Package Description com.amazonaws.services.elasticmapreduce.model -
-
Uses of StepTimeline in com.amazonaws.services.elasticmapreduce.model
Methods in com.amazonaws.services.elasticmapreduce.model that return StepTimeline Modifier and Type Method Description StepTimeline
StepTimeline. clone()
StepTimeline
StepStatus. getTimeline()
The timeline of the cluster step status over time.StepTimeline
StepTimeline. withCreationDateTime(Date creationDateTime)
The date and time when the cluster step was created.StepTimeline
StepTimeline. withEndDateTime(Date endDateTime)
The date and time when the cluster step execution completed or failed.StepTimeline
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 StepTimeline Modifier and Type Method Description void
StepStatus. setTimeline(StepTimeline timeline)
The timeline of the cluster step status over time.StepStatus
StepStatus. withTimeline(StepTimeline timeline)
The timeline of the cluster step status over time.
-