Package | Description |
---|---|
com.amazonaws.services.elasticmapreduce.model |
Modifier and Type | Method and Description |
---|---|
AutoScalingPolicyStateChangeReason |
AutoScalingPolicyStateChangeReason.clone() |
AutoScalingPolicyStateChangeReason |
AutoScalingPolicyStatus.getStateChangeReason()
The reason for a change in status.
|
AutoScalingPolicyStateChangeReason |
AutoScalingPolicyStateChangeReason.withCode(AutoScalingPolicyStateChangeReasonCode code)
The code indicating the reason for the change in status.
USER_REQUEST indicates that the scaling
policy status was changed by a user. |
AutoScalingPolicyStateChangeReason |
AutoScalingPolicyStateChangeReason.withCode(String code)
The code indicating the reason for the change in status.
USER_REQUEST indicates that the scaling
policy status was changed by a user. |
AutoScalingPolicyStateChangeReason |
AutoScalingPolicyStateChangeReason.withMessage(String message)
A friendly, more verbose message that accompanies an automatic scaling policy state change.
|
Modifier and Type | Method and Description |
---|---|
void |
AutoScalingPolicyStatus.setStateChangeReason(AutoScalingPolicyStateChangeReason stateChangeReason)
The reason for a change in status.
|
AutoScalingPolicyStatus |
AutoScalingPolicyStatus.withStateChangeReason(AutoScalingPolicyStateChangeReason stateChangeReason)
The reason for a change in status.
|
Copyright © 2019. All rights reserved.