| 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 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.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<PutScheduledActionResponse> |
ApplicationAutoScalingAsyncClient.putScheduledAction(Consumer<PutScheduledActionRequest.Builder> putScheduledActionRequest)
Creates or updates a scheduled action for an Application Auto Scaling scalable target.
|
default CompletableFuture<PutScheduledActionResponse> |
ApplicationAutoScalingAsyncClient.putScheduledAction(PutScheduledActionRequest putScheduledActionRequest)
Creates or updates a scheduled action for an Application Auto Scaling scalable target.
|
Copyright © 2023. All rights reserved.