Package | Description |
---|---|
com.amazonaws.services.cloudformation | |
com.amazonaws.services.cloudformation.model |
Modifier and Type | Method and Description |
---|---|
Future<DeleteStackResult> |
AmazonCloudFormationAsync.deleteStackAsync(DeleteStackRequest deleteStackRequest,
AsyncHandler<DeleteStackRequest,DeleteStackResult> asyncHandler)
Deletes a specified stack.
|
Future<DeleteStackResult> |
AbstractAmazonCloudFormationAsync.deleteStackAsync(DeleteStackRequest request,
AsyncHandler<DeleteStackRequest,DeleteStackResult> asyncHandler) |
Future<DeleteStackResult> |
AmazonCloudFormationAsyncClient.deleteStackAsync(DeleteStackRequest request,
AsyncHandler<DeleteStackRequest,DeleteStackResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
DeleteStackRequest |
DeleteStackRequest.clone() |
DeleteStackRequest |
DeleteStackRequest.withRetainResources(Collection<String> retainResources)
For stacks in the
DELETE_FAILED state, a list of resource
logical IDs that are associated with the resources you want to retain. |
DeleteStackRequest |
DeleteStackRequest.withRetainResources(String... retainResources)
For stacks in the
DELETE_FAILED state, a list of resource
logical IDs that are associated with the resources you want to retain. |
DeleteStackRequest |
DeleteStackRequest.withStackName(String stackName)
The name or the unique stack ID that is associated with the stack.
|
Copyright © 2018. All rights reserved.