| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudformation |
|
| software.amazon.awssdk.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
default StopStackSetOperationResponse |
CloudFormationClient.stopStackSetOperation(Consumer<StopStackSetOperationRequest.Builder> stopStackSetOperationRequest)
Stops an in-progress operation on a stack set and its associated stack instances.
|
default CompletableFuture<StopStackSetOperationResponse> |
CloudFormationAsyncClient.stopStackSetOperation(Consumer<StopStackSetOperationRequest.Builder> stopStackSetOperationRequest)
Stops an in-progress operation on a stack set and its associated stack instances.
|
| Modifier and Type | Method and Description |
|---|---|
static StopStackSetOperationRequest.Builder |
StopStackSetOperationRequest.builder() |
StopStackSetOperationRequest.Builder |
StopStackSetOperationRequest.Builder.callAs(CallAs callAs)
[Service-managed permissions] Specifies whether you are acting as an account administrator in the
organization's management account or as a delegated administrator in a member account.
|
StopStackSetOperationRequest.Builder |
StopStackSetOperationRequest.Builder.callAs(String callAs)
[Service-managed permissions] Specifies whether you are acting as an account administrator in the
organization's management account or as a delegated administrator in a member account.
|
StopStackSetOperationRequest.Builder |
StopStackSetOperationRequest.Builder.operationId(String operationId)
The ID of the stack operation.
|
StopStackSetOperationRequest.Builder |
StopStackSetOperationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StopStackSetOperationRequest.Builder |
StopStackSetOperationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
StopStackSetOperationRequest.Builder |
StopStackSetOperationRequest.Builder.stackSetName(String stackSetName)
The name or unique ID of the stack set that you want to stop the operation for.
|
StopStackSetOperationRequest.Builder |
StopStackSetOperationRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StopStackSetOperationRequest.Builder> |
StopStackSetOperationRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.