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 StepTimelineStepTimeline. clone()StepTimelineStepStatus. getTimeline()The timeline of the cluster step status over time.StepTimelineStepTimeline. withCreationDateTime(Date creationDateTime)The date and time when the cluster step was created.StepTimelineStepTimeline. withEndDateTime(Date endDateTime)The date and time when the cluster step execution completed or failed.StepTimelineStepTimeline. 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 voidStepStatus. setTimeline(StepTimeline timeline)The timeline of the cluster step status over time.StepStatusStepStatus. withTimeline(StepTimeline timeline)The timeline of the cluster step status over time.
-