| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudformation |
|
| software.amazon.awssdk.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DeleteStackInstancesResponse> |
CloudFormationAsyncClient.deleteStackInstances(Consumer<DeleteStackInstancesRequest.Builder> deleteStackInstancesRequest)
Deletes stack instances for the specified accounts, in the specified Regions.
|
default DeleteStackInstancesResponse |
CloudFormationClient.deleteStackInstances(Consumer<DeleteStackInstancesRequest.Builder> deleteStackInstancesRequest)
Deletes stack instances for the specified accounts, in the specified Regions.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteStackInstancesRequest.Builder |
DeleteStackInstancesRequest.Builder.accounts(Collection<String> accounts)
[Self-managed permissions] The names of the accounts that you want to delete stack instances for.
|
DeleteStackInstancesRequest.Builder |
DeleteStackInstancesRequest.Builder.accounts(String... accounts)
[Self-managed permissions] The names of the accounts that you want to delete stack instances for.
|
static DeleteStackInstancesRequest.Builder |
DeleteStackInstancesRequest.builder() |
DeleteStackInstancesRequest.Builder |
DeleteStackInstancesRequest.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.
|
DeleteStackInstancesRequest.Builder |
DeleteStackInstancesRequest.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.
|
default DeleteStackInstancesRequest.Builder |
DeleteStackInstancesRequest.Builder.deploymentTargets(Consumer<DeploymentTargets.Builder> deploymentTargets)
[Service-managed permissions] The Organizations accounts from which to delete stack instances.
|
DeleteStackInstancesRequest.Builder |
DeleteStackInstancesRequest.Builder.deploymentTargets(DeploymentTargets deploymentTargets)
[Service-managed permissions] The Organizations accounts from which to delete stack instances.
|
DeleteStackInstancesRequest.Builder |
DeleteStackInstancesRequest.Builder.operationId(String operationId)
The unique identifier for this stack set operation.
|
default DeleteStackInstancesRequest.Builder |
DeleteStackInstancesRequest.Builder.operationPreferences(Consumer<StackSetOperationPreferences.Builder> operationPreferences)
Preferences for how CloudFormation performs this stack set operation.
|
DeleteStackInstancesRequest.Builder |
DeleteStackInstancesRequest.Builder.operationPreferences(StackSetOperationPreferences operationPreferences)
Preferences for how CloudFormation performs this stack set operation.
|
DeleteStackInstancesRequest.Builder |
DeleteStackInstancesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteStackInstancesRequest.Builder |
DeleteStackInstancesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteStackInstancesRequest.Builder |
DeleteStackInstancesRequest.Builder.regions(Collection<String> regions)
The Regions where you want to delete stack set instances.
|
DeleteStackInstancesRequest.Builder |
DeleteStackInstancesRequest.Builder.regions(String... regions)
The Regions where you want to delete stack set instances.
|
DeleteStackInstancesRequest.Builder |
DeleteStackInstancesRequest.Builder.retainStacks(Boolean retainStacks)
Removes the stack instances from the specified stack set, but doesn't delete the stacks.
|
DeleteStackInstancesRequest.Builder |
DeleteStackInstancesRequest.Builder.stackSetName(String stackSetName)
The name or unique ID of the stack set that you want to delete stack instances for.
|
DeleteStackInstancesRequest.Builder |
DeleteStackInstancesRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DeleteStackInstancesRequest.Builder> |
DeleteStackInstancesRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.