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 InstanceStateChangeReasonInstanceStateChangeReason. clone()InstanceStateChangeReasonInstanceStatus. getStateChangeReason()The details of the status change reason for the instance.InstanceStateChangeReasonInstanceStateChangeReason. withCode(InstanceStateChangeReasonCode code)The programmable code for the state change reason.InstanceStateChangeReasonInstanceStateChangeReason. withCode(String code)The programmable code for the state change reason.InstanceStateChangeReasonInstanceStateChangeReason. 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 voidInstanceStatus. setStateChangeReason(InstanceStateChangeReason stateChangeReason)The details of the status change reason for the instance.InstanceStatusInstanceStatus. withStateChangeReason(InstanceStateChangeReason stateChangeReason)The details of the status change reason for the instance.
-