Uses of Class
com.amazonaws.services.elasticmapreduce.model.StepTimeline

Packages that use StepTimeline
com.amazonaws.services.elasticmapreduce.model Classes modeling the various types represented by AmazonElasticMapReduce. 
 

Uses of StepTimeline in com.amazonaws.services.elasticmapreduce.model
 

Methods in com.amazonaws.services.elasticmapreduce.model that return StepTimeline
 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
 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.
 



Copyright © 2016. All rights reserved.