Uses of Class
software.amazon.awssdk.services.cloudformation.model.RollbackStackResponse
Packages that use RollbackStackResponse
-
Uses of RollbackStackResponse in software.amazon.awssdk.services.cloudformation
Methods in software.amazon.awssdk.services.cloudformation that return RollbackStackResponseModifier and TypeMethodDescriptiondefault 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 RollbackStackResponseModifier and TypeMethodDescriptiondefault 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.