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

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

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

Methods in com.amazonaws.services.elasticmapreduce.model that return StepStateChangeReason
 StepStateChangeReason StepStatus.getStateChangeReason()
          The reason for the step execution status change.
 StepStateChangeReason StepStateChangeReason.withCode(StepStateChangeReasonCode code)
          The programmable code for the state change reason.
 StepStateChangeReason StepStateChangeReason.withCode(String code)
          The programmable code for the state change reason.
 StepStateChangeReason StepStateChangeReason.withMessage(String message)
          The descriptive message for the state change reason.
 

Methods in com.amazonaws.services.elasticmapreduce.model with parameters of type StepStateChangeReason
 void StepStatus.setStateChangeReason(StepStateChangeReason stateChangeReason)
          The reason for the step execution status change.
 StepStatus StepStatus.withStateChangeReason(StepStateChangeReason stateChangeReason)
          The reason for the step execution status change.
 



Copyright © 2016. All rights reserved.