Package | Description |
---|---|
com.amazonaws.services.autoscaling |
|
com.amazonaws.services.autoscaling.model |
Modifier and Type | Method and Description |
---|---|
Future<DeleteWarmPoolResult> |
AmazonAutoScalingAsyncClient.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> |
AbstractAmazonAutoScalingAsync.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 of its associated instances, without waiting for all
instances to be terminated.
|
Copyright © 2024. All rights reserved.