| Package | Description |
|---|---|
| software.amazon.awssdk.services.autoscaling |
|
| Modifier and Type | Method and Description |
|---|---|
default SetDesiredCapacityResponse |
AutoScalingClient.setDesiredCapacity(Consumer<SetDesiredCapacityRequest.Builder> setDesiredCapacityRequest)
Sets the size of the specified Auto Scaling group.
|
default SetDesiredCapacityResponse |
AutoScalingClient.setDesiredCapacity(SetDesiredCapacityRequest setDesiredCapacityRequest)
Sets the size of the specified Auto Scaling group.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<SetDesiredCapacityResponse> |
AutoScalingAsyncClient.setDesiredCapacity(Consumer<SetDesiredCapacityRequest.Builder> setDesiredCapacityRequest)
Sets the size of the specified Auto Scaling group.
|
default CompletableFuture<SetDesiredCapacityResponse> |
AutoScalingAsyncClient.setDesiredCapacity(SetDesiredCapacityRequest setDesiredCapacityRequest)
Sets the size of the specified Auto Scaling group.
|
Copyright © 2023. All rights reserved.