Uses of Class
com.amazonaws.services.elasticmapreduce.model.InstanceStateChangeReason
-
Packages that use InstanceStateChangeReason Package Description com.amazonaws.services.elasticmapreduce.model -
-
Uses of InstanceStateChangeReason in com.amazonaws.services.elasticmapreduce.model
Methods in com.amazonaws.services.elasticmapreduce.model that return InstanceStateChangeReason Modifier and Type Method Description InstanceStateChangeReason
InstanceStateChangeReason. clone()
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 Modifier and Type Method Description 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.
-