| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudformation |
|
| Modifier and Type | Method and Description |
|---|---|
default CancelUpdateStackResponse |
CloudFormationClient.cancelUpdateStack(CancelUpdateStackRequest cancelUpdateStackRequest)
Cancels an update on the specified stack.
|
default CancelUpdateStackResponse |
CloudFormationClient.cancelUpdateStack(Consumer<CancelUpdateStackRequest.Builder> cancelUpdateStackRequest)
Cancels an update on the specified stack.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CancelUpdateStackResponse> |
CloudFormationAsyncClient.cancelUpdateStack(CancelUpdateStackRequest cancelUpdateStackRequest)
Cancels an update on the specified stack.
|
default CompletableFuture<CancelUpdateStackResponse> |
CloudFormationAsyncClient.cancelUpdateStack(Consumer<CancelUpdateStackRequest.Builder> cancelUpdateStackRequest)
Cancels an update on the specified stack.
|
Copyright © 2021. All rights reserved.