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

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

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

Methods in com.amazonaws.services.elasticmapreduce.model that return ClusterStateChangeReason
 ClusterStateChangeReason ClusterStatus.getStateChangeReason()
          The reason for the cluster status change.
 ClusterStateChangeReason ClusterStateChangeReason.withCode(ClusterStateChangeReasonCode code)
          The programmatic code for the state change reason.
 ClusterStateChangeReason ClusterStateChangeReason.withCode(String code)
          The programmatic code for the state change reason.
 ClusterStateChangeReason ClusterStateChangeReason.withMessage(String message)
          The descriptive message for the state change reason.
 

Methods in com.amazonaws.services.elasticmapreduce.model with parameters of type ClusterStateChangeReason
 void ClusterStatus.setStateChangeReason(ClusterStateChangeReason stateChangeReason)
          The reason for the cluster status change.
 ClusterStatus ClusterStatus.withStateChangeReason(ClusterStateChangeReason stateChangeReason)
          The reason for the cluster status change.
 



Copyright © 2016. All rights reserved.