| Package | Description |
|---|---|
| software.amazon.awssdk.services.applicationautoscaling |
With Application Auto Scaling, you can configure automatic scaling for the following resources:
|
| Modifier and Type | Method and Description |
|---|---|
default PutScalingPolicyResponse |
ApplicationAutoScalingClient.putScalingPolicy(Consumer<PutScalingPolicyRequest.Builder> putScalingPolicyRequest)
Creates or updates a scaling policy for an Application Auto Scaling scalable target.
|
default PutScalingPolicyResponse |
ApplicationAutoScalingClient.putScalingPolicy(PutScalingPolicyRequest putScalingPolicyRequest)
Creates or updates a scaling policy for an Application Auto Scaling scalable target.
|
default PutScheduledActionResponse |
ApplicationAutoScalingClient.putScheduledAction(Consumer<PutScheduledActionRequest.Builder> putScheduledActionRequest)
Creates or updates a scheduled action for an Application Auto Scaling scalable target.
|
default PutScheduledActionResponse |
ApplicationAutoScalingClient.putScheduledAction(PutScheduledActionRequest putScheduledActionRequest)
Creates or updates a scheduled action for an Application Auto Scaling scalable target.
|
default RegisterScalableTargetResponse |
ApplicationAutoScalingClient.registerScalableTarget(Consumer<RegisterScalableTargetRequest.Builder> registerScalableTargetRequest)
Registers or updates a scalable target, which is the resource that you want to scale.
|
default RegisterScalableTargetResponse |
ApplicationAutoScalingClient.registerScalableTarget(RegisterScalableTargetRequest registerScalableTargetRequest)
Registers or updates a scalable target, which is the resource that you want to scale.
|
Copyright © 2023. All rights reserved.