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 InstanceGroupStateChangeReason
InstanceGroupStateChangeReason. clone()
InstanceGroupStateChangeReason
InstanceGroupStatus. getStateChangeReason()
The status change reason details for the instance group.InstanceGroupStateChangeReason
InstanceGroupStateChangeReason. withCode(InstanceGroupStateChangeReasonCode code)
The programmable code for the state change reason.InstanceGroupStateChangeReason
InstanceGroupStateChangeReason. withCode(String code)
The programmable code for the state change reason.InstanceGroupStateChangeReason
InstanceGroupStateChangeReason. 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 void
InstanceGroupStatus. setStateChangeReason(InstanceGroupStateChangeReason stateChangeReason)
The status change reason details for the instance group.InstanceGroupStatus
InstanceGroupStatus. withStateChangeReason(InstanceGroupStateChangeReason stateChangeReason)
The status change reason details for the instance group.
-