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

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

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

Methods in com.amazonaws.services.elasticmapreduce.model that return StepExecutionStatusDetail
 StepExecutionStatusDetail StepDetail.getExecutionStatusDetail()
          The description of the step status.
 StepExecutionStatusDetail StepExecutionStatusDetail.withCreationDateTime(Date creationDateTime)
          The creation date and time of the step.
 StepExecutionStatusDetail StepExecutionStatusDetail.withEndDateTime(Date endDateTime)
          The completion date and time of the step.
 StepExecutionStatusDetail StepExecutionStatusDetail.withLastStateChangeReason(String lastStateChangeReason)
          A description of the step's current state.
 StepExecutionStatusDetail StepExecutionStatusDetail.withStartDateTime(Date startDateTime)
          The start date and time of the step.
 StepExecutionStatusDetail StepExecutionStatusDetail.withState(String state)
          The state of the job flow step.
 

Methods in com.amazonaws.services.elasticmapreduce.model with parameters of type StepExecutionStatusDetail
 void StepDetail.setExecutionStatusDetail(StepExecutionStatusDetail executionStatusDetail)
          The description of the step status.
 StepDetail StepDetail.withExecutionStatusDetail(StepExecutionStatusDetail executionStatusDetail)
          The description of the step status.
 



Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.