| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudformation |
|
| Modifier and Type | Method and Description |
|---|---|
default RollbackStackResponse |
CloudFormationClient.rollbackStack(Consumer<RollbackStackRequest.Builder> rollbackStackRequest)
When specifying
RollbackStack, you preserve the state of previously provisioned resources when an
operation fails. |
default RollbackStackResponse |
CloudFormationClient.rollbackStack(RollbackStackRequest rollbackStackRequest)
When specifying
RollbackStack, you preserve the state of previously provisioned resources when an
operation fails. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<RollbackStackResponse> |
CloudFormationAsyncClient.rollbackStack(Consumer<RollbackStackRequest.Builder> rollbackStackRequest)
When specifying
RollbackStack, you preserve the state of previously provisioned resources when an
operation fails. |
default CompletableFuture<RollbackStackResponse> |
CloudFormationAsyncClient.rollbackStack(RollbackStackRequest rollbackStackRequest)
When specifying
RollbackStack, you preserve the state of previously provisioned resources when an
operation fails. |
Copyright © 2023. All rights reserved.