Uses of Class
software.amazon.awssdk.services.cloudformation.model.RollbackStackRequest
-
Packages that use RollbackStackRequest Package Description software.amazon.awssdk.services.cloudformation CloudFormation software.amazon.awssdk.services.cloudformation.transform -
-
Uses of RollbackStackRequest in software.amazon.awssdk.services.cloudformation
Methods in software.amazon.awssdk.services.cloudformation with parameters of type RollbackStackRequest Modifier and Type Method Description default CompletableFuture<RollbackStackResponse>CloudFormationAsyncClient. rollbackStack(RollbackStackRequest 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. -
Uses of RollbackStackRequest in software.amazon.awssdk.services.cloudformation.transform
Methods in software.amazon.awssdk.services.cloudformation.transform with parameters of type RollbackStackRequest Modifier and Type Method Description SdkHttpFullRequestRollbackStackRequestMarshaller. marshall(RollbackStackRequest rollbackStackRequest)
-