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()
          A container for the execution status description of the job flow.
 JobFlowExecutionStatusDetail JobFlowExecutionStatusDetail.withCreationDateTime(Date creationDateTime)
          The date and time the job flow was created.
 JobFlowExecutionStatusDetail JobFlowExecutionStatusDetail.withEndDateTime(Date endDateTime)
          The date and time the job flow ended.
 JobFlowExecutionStatusDetail JobFlowExecutionStatusDetail.withLastStateChangeReason(String lastStateChangeReason)
          Contains a description explaining the reason for the last Amazon EC2 status change.
 JobFlowExecutionStatusDetail JobFlowExecutionStatusDetail.withReadyDateTime(Date readyDateTime)
          Sets the value of the ReadyDateTime property for this object.
 JobFlowExecutionStatusDetail JobFlowExecutionStatusDetail.withStartDateTime(Date startDateTime)
          The date and time the job flow started.
 JobFlowExecutionStatusDetail JobFlowExecutionStatusDetail.withState(String state)
          The state of the job flow.
 

Methods in com.amazonaws.services.elasticmapreduce.model with parameters of type JobFlowExecutionStatusDetail
 void JobFlowDetail.setExecutionStatusDetail(JobFlowExecutionStatusDetail executionStatusDetail)
          A container for the execution status description of the job flow.
 JobFlowDetail JobFlowDetail.withExecutionStatusDetail(JobFlowExecutionStatusDetail executionStatusDetail)
          A container for the execution status description of the job flow.
 



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