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

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

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

Methods in com.amazonaws.services.elasticmapreduce.model that return InstanceStateChangeReason
 InstanceStateChangeReason InstanceStatus.getStateChangeReason()
          The details of the status change reason for the instance.
 InstanceStateChangeReason InstanceStateChangeReason.withCode(InstanceStateChangeReasonCode code)
          The programmable code for the state change reason.
 InstanceStateChangeReason InstanceStateChangeReason.withCode(String code)
          The programmable code for the state change reason.
 InstanceStateChangeReason InstanceStateChangeReason.withMessage(String message)
          The status change reason description.
 

Methods in com.amazonaws.services.elasticmapreduce.model with parameters of type InstanceStateChangeReason
 void InstanceStatus.setStateChangeReason(InstanceStateChangeReason stateChangeReason)
          The details of the status change reason for the instance.
 InstanceStatus InstanceStatus.withStateChangeReason(InstanceStateChangeReason stateChangeReason)
          The details of the status change reason for the instance.
 



Copyright © 2016. All rights reserved.