| Package | Description |
|---|---|
| com.amazonaws.services.autoscaling |
|
| com.amazonaws.services.autoscaling.model |
| Modifier and Type | Method and Description |
|---|---|
Future<DeleteWarmPoolResult> |
AbstractAmazonAutoScalingAsync.deleteWarmPoolAsync(DeleteWarmPoolRequest request,
AsyncHandler<DeleteWarmPoolRequest,DeleteWarmPoolResult> asyncHandler) |
Future<DeleteWarmPoolResult> |
AmazonAutoScalingAsync.deleteWarmPoolAsync(DeleteWarmPoolRequest deleteWarmPoolRequest,
AsyncHandler<DeleteWarmPoolRequest,DeleteWarmPoolResult> asyncHandler)
Deletes the warm pool for the specified Auto Scaling group.
|
Future<DeleteWarmPoolResult> |
AmazonAutoScalingAsyncClient.deleteWarmPoolAsync(DeleteWarmPoolRequest request,
AsyncHandler<DeleteWarmPoolRequest,DeleteWarmPoolResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DeleteWarmPoolRequest |
DeleteWarmPoolRequest.clone() |
DeleteWarmPoolRequest |
DeleteWarmPoolRequest.withAutoScalingGroupName(String autoScalingGroupName)
The name of the Auto Scaling group.
|
DeleteWarmPoolRequest |
DeleteWarmPoolRequest.withForceDelete(Boolean forceDelete)
Specifies that the warm pool is to be deleted along with all instances associated with the warm pool, without
waiting for all instances to be terminated.
|
Copyright © 2021. All rights reserved.