Uses of Class
com.amazonaws.services.cloudformation.model.DeleteStackRequest
-
Packages that use DeleteStackRequest Package Description com.amazonaws.services.cloudformation com.amazonaws.services.cloudformation.model -
-
Uses of DeleteStackRequest in com.amazonaws.services.cloudformation
Method parameters in com.amazonaws.services.cloudformation with type arguments of type DeleteStackRequest Modifier and Type Method Description Future<DeleteStackResult>AbstractAmazonCloudFormationAsync. deleteStackAsync(DeleteStackRequest request, AsyncHandler<DeleteStackRequest,DeleteStackResult> asyncHandler)Future<DeleteStackResult>AmazonCloudFormationAsync. deleteStackAsync(DeleteStackRequest deleteStackRequest, AsyncHandler<DeleteStackRequest,DeleteStackResult> asyncHandler)Deletes a specified stack.Future<DeleteStackResult>AmazonCloudFormationAsyncClient. deleteStackAsync(DeleteStackRequest request, AsyncHandler<DeleteStackRequest,DeleteStackResult> asyncHandler) -
Uses of DeleteStackRequest in com.amazonaws.services.cloudformation.model
Methods in com.amazonaws.services.cloudformation.model that return DeleteStackRequest Modifier and Type Method Description DeleteStackRequestDeleteStackRequest. clone()DeleteStackRequestDeleteStackRequest. withRetainResources(String... retainResources)For stacks in theDELETE_FAILEDstate, a list of resource logical IDs that are associated with the resources you want to retain.DeleteStackRequestDeleteStackRequest. withRetainResources(Collection<String> retainResources)For stacks in theDELETE_FAILEDstate, a list of resource logical IDs that are associated with the resources you want to retain.DeleteStackRequestDeleteStackRequest. withStackName(String stackName)The name or the unique stack ID that is associated with the stack.
-