Uses of Class
software.amazon.awssdk.services.cloudformation.model.RollbackStackResponse
-
Packages that use RollbackStackResponse Package Description software.amazon.awssdk.services.cloudformation CloudFormation -
-
Uses of RollbackStackResponse in software.amazon.awssdk.services.cloudformation
Methods in software.amazon.awssdk.services.cloudformation that return RollbackStackResponse Modifier and Type Method Description default RollbackStackResponseCloudFormationClient. rollbackStack(Consumer<RollbackStackRequest.Builder> rollbackStackRequest)When specifyingRollbackStack, you preserve the state of previously provisioned resources when an operation fails.default RollbackStackResponseCloudFormationClient. rollbackStack(RollbackStackRequest rollbackStackRequest)When specifyingRollbackStack, you preserve the state of previously provisioned resources when an operation fails.Methods in software.amazon.awssdk.services.cloudformation that return types with arguments of type RollbackStackResponse Modifier and Type Method Description default CompletableFuture<RollbackStackResponse>CloudFormationAsyncClient. rollbackStack(Consumer<RollbackStackRequest.Builder> rollbackStackRequest)When specifyingRollbackStack, you preserve the state of previously provisioned resources when an operation fails.default CompletableFuture<RollbackStackResponse>CloudFormationAsyncClient. rollbackStack(RollbackStackRequest rollbackStackRequest)When specifyingRollbackStack, you preserve the state of previously provisioned resources when an operation fails.
-