| Package | Description |
|---|---|
| software.amazon.awssdk.services.autoscaling |
|
| Modifier and Type | Method and Description |
|---|---|
default DeleteWarmPoolResponse |
AutoScalingClient.deleteWarmPool(Consumer<DeleteWarmPoolRequest.Builder> deleteWarmPoolRequest)
Deletes the warm pool for the specified Auto Scaling group.
|
default DeleteWarmPoolResponse |
AutoScalingClient.deleteWarmPool(DeleteWarmPoolRequest deleteWarmPoolRequest)
Deletes the warm pool for the specified Auto Scaling group.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DeleteWarmPoolResponse> |
AutoScalingAsyncClient.deleteWarmPool(Consumer<DeleteWarmPoolRequest.Builder> deleteWarmPoolRequest)
Deletes the warm pool for the specified Auto Scaling group.
|
default CompletableFuture<DeleteWarmPoolResponse> |
AutoScalingAsyncClient.deleteWarmPool(DeleteWarmPoolRequest deleteWarmPoolRequest)
Deletes the warm pool for the specified Auto Scaling group.
|
Copyright © 2022. All rights reserved.