| Package | Description |
|---|---|
| com.amazonaws.services.applicationautoscaling.model |
| Modifier and Type | Method and Description |
|---|---|
SuspendedState |
SuspendedState.clone() |
SuspendedState |
ScalableTarget.getSuspendedState()
Specifies whether the scaling activities for a scalable target are in a suspended state.
|
SuspendedState |
RegisterScalableTargetRequest.getSuspendedState()
An embedded object that contains attributes and attribute values that are used to suspend and resume automatic
scaling.
|
SuspendedState |
SuspendedState.withDynamicScalingInSuspended(Boolean dynamicScalingInSuspended)
Whether scale in by a target tracking scaling policy or a step scaling policy is suspended.
|
SuspendedState |
SuspendedState.withDynamicScalingOutSuspended(Boolean dynamicScalingOutSuspended)
Whether scale out by a target tracking scaling policy or a step scaling policy is suspended.
|
SuspendedState |
SuspendedState.withScheduledScalingSuspended(Boolean scheduledScalingSuspended)
Whether scheduled scaling is suspended.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ScalableTarget.setSuspendedState(SuspendedState suspendedState)
Specifies whether the scaling activities for a scalable target are in a suspended state.
|
void |
RegisterScalableTargetRequest.setSuspendedState(SuspendedState suspendedState)
An embedded object that contains attributes and attribute values that are used to suspend and resume automatic
scaling.
|
ScalableTarget |
ScalableTarget.withSuspendedState(SuspendedState suspendedState)
Specifies whether the scaling activities for a scalable target are in a suspended state.
|
RegisterScalableTargetRequest |
RegisterScalableTargetRequest.withSuspendedState(SuspendedState suspendedState)
An embedded object that contains attributes and attribute values that are used to suspend and resume automatic
scaling.
|
Copyright © 2023. All rights reserved.