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()
          Returns the value of the ExecutionStatusDetail property for this object.
 StepExecutionStatusDetail StepExecutionStatusDetail.withCreationDateTime(Date creationDateTime)
          Sets the value of the CreationDateTime property for this object.
 StepExecutionStatusDetail StepExecutionStatusDetail.withEndDateTime(Date endDateTime)
          Sets the value of the EndDateTime property for this object.
 StepExecutionStatusDetail StepExecutionStatusDetail.withLastStateChangeReason(String lastStateChangeReason)
          Sets the value of the LastStateChangeReason property for this object.
 StepExecutionStatusDetail StepExecutionStatusDetail.withStartDateTime(Date startDateTime)
          Sets the value of the StartDateTime property for this object.
 StepExecutionStatusDetail StepExecutionStatusDetail.withState(String state)
          Sets the value of the State property for this object.
 

Methods in com.amazonaws.services.elasticmapreduce.model with parameters of type StepExecutionStatusDetail
 void StepDetail.setExecutionStatusDetail(StepExecutionStatusDetail executionStatusDetail)
          Sets the value of the ExecutionStatusDetail property for this object.
 StepDetail StepDetail.withExecutionStatusDetail(StepExecutionStatusDetail executionStatusDetail)
          Sets the value of the ExecutionStatusDetail property for this object.
 



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