| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
DeploymentTargets.Builder |
DeploymentTargets.Builder.accounts(Collection<String> accounts)
The names of one or more AWS accounts for which you want to deploy stack set updates.
|
DeploymentTargets.Builder |
DeploymentTargets.Builder.accounts(String... accounts)
The names of one or more AWS accounts for which you want to deploy stack set updates.
|
static DeploymentTargets.Builder |
DeploymentTargets.builder() |
DeploymentTargets.Builder |
DeploymentTargets.Builder.organizationalUnitIds(Collection<String> organizationalUnitIds)
The organization root ID or organizational unit (OU) IDs to which StackSets deploys.
|
DeploymentTargets.Builder |
DeploymentTargets.Builder.organizationalUnitIds(String... organizationalUnitIds)
The organization root ID or organizational unit (OU) IDs to which StackSets deploys.
|
DeploymentTargets.Builder |
DeploymentTargets.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DeploymentTargets.Builder> |
DeploymentTargets.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default UpdateStackSetRequest.Builder |
UpdateStackSetRequest.Builder.deploymentTargets(Consumer<DeploymentTargets.Builder> deploymentTargets)
[
Service-managed permissions] The AWS Organizations accounts in which to update associated stack
instances. |
default StackSetOperation.Builder |
StackSetOperation.Builder.deploymentTargets(Consumer<DeploymentTargets.Builder> deploymentTargets)
[
Service-managed permissions] The AWS Organizations accounts affected by the stack operation. |
default DeleteStackInstancesRequest.Builder |
DeleteStackInstancesRequest.Builder.deploymentTargets(Consumer<DeploymentTargets.Builder> deploymentTargets)
[
Service-managed permissions] The AWS Organizations accounts from which to delete stack
instances. |
default CreateStackInstancesRequest.Builder |
CreateStackInstancesRequest.Builder.deploymentTargets(Consumer<DeploymentTargets.Builder> deploymentTargets)
[
Service-managed permissions] The AWS Organizations accounts for which to create stack instances
in the specified Regions. |
default UpdateStackInstancesRequest.Builder |
UpdateStackInstancesRequest.Builder.deploymentTargets(Consumer<DeploymentTargets.Builder> deploymentTargets)
[
Service-managed permissions] The AWS Organizations accounts for which you want to update
parameter values for stack instances. |
Copyright © 2020. All rights reserved.