Uses of Class
com.amazonaws.services.elasticmapreduce.model.InstanceGroupStateChangeReason
-
Packages that use InstanceGroupStateChangeReason Package Description com.amazonaws.services.elasticmapreduce.model -
-
Uses of InstanceGroupStateChangeReason in com.amazonaws.services.elasticmapreduce.model
Methods in com.amazonaws.services.elasticmapreduce.model that return InstanceGroupStateChangeReason Modifier and Type Method Description InstanceGroupStateChangeReasonInstanceGroupStateChangeReason. clone()InstanceGroupStateChangeReasonInstanceGroupStatus. getStateChangeReason()The status change reason details for the instance group.InstanceGroupStateChangeReasonInstanceGroupStateChangeReason. withCode(InstanceGroupStateChangeReasonCode code)The programmable code for the state change reason.InstanceGroupStateChangeReasonInstanceGroupStateChangeReason. withCode(String code)The programmable code for the state change reason.InstanceGroupStateChangeReasonInstanceGroupStateChangeReason. withMessage(String message)The status change reason description.Methods in com.amazonaws.services.elasticmapreduce.model with parameters of type InstanceGroupStateChangeReason Modifier and Type Method Description voidInstanceGroupStatus. setStateChangeReason(InstanceGroupStateChangeReason stateChangeReason)The status change reason details for the instance group.InstanceGroupStatusInstanceGroupStatus. withStateChangeReason(InstanceGroupStateChangeReason stateChangeReason)The status change reason details for the instance group.
-