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 execution status.
 StepExecutionStatusDetail StepExecutionStatusDetail.withCreationDateTime(Date creationDateTime)
          The date and time the step was created.
 StepExecutionStatusDetail StepExecutionStatusDetail.withEndDateTime(Date endDateTime)
          The date and time the step ended.
 StepExecutionStatusDetail StepExecutionStatusDetail.withLastStateChangeReason(String lastStateChangeReason)
          A description explaining the reason for the last Amazon EC2 status change.
 StepExecutionStatusDetail StepExecutionStatusDetail.withStartDateTime(Date startDateTime)
          The date and time the step was started.
 StepExecutionStatusDetail StepExecutionStatusDetail.withState(String state)
          The state of the step.
 

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



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