| 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 Amazon Web Services accounts for which you want to deploy stack set updates.
|
DeploymentTargets.Builder |
DeploymentTargets.Builder.accounts(String... accounts)
The names of one or more Amazon Web Services accounts for which you want to deploy stack set updates.
|
DeploymentTargets.Builder |
DeploymentTargets.Builder.accountsUrl(String accountsUrl)
Returns the value of the
AccountsUrl property. |
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 Organizations accounts in which to update associated stack instances.
|
default CreateStackInstancesRequest.Builder |
CreateStackInstancesRequest.Builder.deploymentTargets(Consumer<DeploymentTargets.Builder> deploymentTargets)
[Service-managed permissions] The Organizations accounts for which to create stack instances in the specified
Regions.
|
default StackSetOperation.Builder |
StackSetOperation.Builder.deploymentTargets(Consumer<DeploymentTargets.Builder> deploymentTargets)
[Service-managed permissions] The Organizations accounts affected by the stack operation.
|
default UpdateStackInstancesRequest.Builder |
UpdateStackInstancesRequest.Builder.deploymentTargets(Consumer<DeploymentTargets.Builder> deploymentTargets)
[Service-managed permissions] The Organizations accounts for which you want to update parameter values for
stack instances.
|
default DeleteStackInstancesRequest.Builder |
DeleteStackInstancesRequest.Builder.deploymentTargets(Consumer<DeploymentTargets.Builder> deploymentTargets)
[Service-managed permissions] The Organizations accounts from which to delete stack instances.
|
Copyright © 2021. All rights reserved.