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

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

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

Methods in com.amazonaws.services.elasticmapreduce.model that return JobFlowExecutionStatusDetail
 JobFlowExecutionStatusDetail JobFlowDetail.getExecutionStatusDetail()
          Returns the value of the ExecutionStatusDetail property for this object.
 JobFlowExecutionStatusDetail JobFlowExecutionStatusDetail.withCreationDateTime(Date creationDateTime)
          Sets the value of the CreationDateTime property for this object.
 JobFlowExecutionStatusDetail JobFlowExecutionStatusDetail.withEndDateTime(Date endDateTime)
          Sets the value of the EndDateTime property for this object.
 JobFlowExecutionStatusDetail JobFlowExecutionStatusDetail.withLastStateChangeReason(String lastStateChangeReason)
          Sets the value of the LastStateChangeReason property for this object.
 JobFlowExecutionStatusDetail JobFlowExecutionStatusDetail.withStartDateTime(Date startDateTime)
          Sets the value of the StartDateTime property for this object.
 JobFlowExecutionStatusDetail JobFlowExecutionStatusDetail.withState(String state)
          Sets the value of the State property for this object.
 

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



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