| Package | Description |
|---|---|
| software.amazon.awssdk.services.autoscaling |
|
| software.amazon.awssdk.services.autoscaling.model |
| 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 SetDesiredCapacityResponse |
AutoScalingClient.setDesiredCapacity(Consumer<SetDesiredCapacityRequest.Builder> setDesiredCapacityRequest)
Sets the size of the specified Auto Scaling group.
|
| Modifier and Type | Method and Description |
|---|---|
SetDesiredCapacityRequest.Builder |
SetDesiredCapacityRequest.Builder.autoScalingGroupName(String autoScalingGroupName)
The name of the Auto Scaling group.
|
static SetDesiredCapacityRequest.Builder |
SetDesiredCapacityRequest.builder() |
SetDesiredCapacityRequest.Builder |
SetDesiredCapacityRequest.Builder.desiredCapacity(Integer desiredCapacity)
The desired capacity is the initial capacity of the Auto Scaling group after this operation completes and the
capacity it attempts to maintain.
|
SetDesiredCapacityRequest.Builder |
SetDesiredCapacityRequest.Builder.honorCooldown(Boolean honorCooldown)
Indicates whether Amazon EC2 Auto Scaling waits for the cooldown period to complete before initiating a
scaling activity to set your Auto Scaling group to its new capacity.
|
SetDesiredCapacityRequest.Builder |
SetDesiredCapacityRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
SetDesiredCapacityRequest.Builder |
SetDesiredCapacityRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
SetDesiredCapacityRequest.Builder |
SetDesiredCapacityRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SetDesiredCapacityRequest.Builder> |
SetDesiredCapacityRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.