Uses of Class
com.amazonaws.services.elasticmapreduce.model.InstanceGroupStateChangeReason
Packages that use InstanceGroupStateChangeReason
-
Uses of InstanceGroupStateChangeReason in com.amazonaws.services.elasticmapreduce.model
Methods in com.amazonaws.services.elasticmapreduce.model that return InstanceGroupStateChangeReasonModifier and TypeMethodDescriptionInstanceGroupStateChangeReason.clone()InstanceGroupStatus.getStateChangeReason()The status change reason details for the instance group.InstanceGroupStateChangeReason.withCode(InstanceGroupStateChangeReasonCode code) The programmable code for the state change reason.The programmable code for the state change reason.InstanceGroupStateChangeReason.withMessage(String message) The status change reason description.Methods in com.amazonaws.services.elasticmapreduce.model with parameters of type InstanceGroupStateChangeReasonModifier and TypeMethodDescriptionvoidInstanceGroupStatus.setStateChangeReason(InstanceGroupStateChangeReason stateChangeReason) The status change reason details for the instance group.InstanceGroupStatus.withStateChangeReason(InstanceGroupStateChangeReason stateChangeReason) The status change reason details for the instance group.