Uses of Class
com.amazonaws.services.elasticmapreduce.model.InstanceStateChangeReason
Packages that use InstanceStateChangeReason
-
Uses of InstanceStateChangeReason in com.amazonaws.services.elasticmapreduce.model
Methods in com.amazonaws.services.elasticmapreduce.model that return InstanceStateChangeReasonModifier and TypeMethodDescriptionInstanceStateChangeReason.clone()
InstanceStatus.getStateChangeReason()
The details of the status change reason for the instance.InstanceStateChangeReason.withCode
(InstanceStateChangeReasonCode code) The programmable code for the state change reason.The programmable code for the state change reason.InstanceStateChangeReason.withMessage
(String message) The status change reason description.Methods in com.amazonaws.services.elasticmapreduce.model with parameters of type InstanceStateChangeReasonModifier and TypeMethodDescriptionvoid
InstanceStatus.setStateChangeReason
(InstanceStateChangeReason stateChangeReason) The details of the status change reason for the instance.InstanceStatus.withStateChangeReason
(InstanceStateChangeReason stateChangeReason) The details of the status change reason for the instance.