| Package | Description |
|---|---|
| com.amazonaws.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
DeploymentTargets |
DeploymentTargets.clone() |
DeploymentTargets |
CreateStackInstancesRequest.getDeploymentTargets()
[Service-managed permissions] The Organizations accounts for which to create stack instances in the specified
Regions.
|
DeploymentTargets |
DeleteStackInstancesRequest.getDeploymentTargets()
[Service-managed permissions] The Organizations accounts from which to delete stack instances.
|
DeploymentTargets |
UpdateStackInstancesRequest.getDeploymentTargets()
[Service-managed permissions] The Organizations accounts for which you want to update parameter values for stack
instances.
|
DeploymentTargets |
StackSetOperation.getDeploymentTargets()
[Service-managed permissions] The Organizations accounts affected by the stack operation.
|
DeploymentTargets |
UpdateStackSetRequest.getDeploymentTargets()
[Service-managed permissions] The Organizations accounts in which to update associated stack instances.
|
DeploymentTargets |
DeploymentTargets.withAccounts(Collection<String> accounts)
The names of one or more accounts for which you want to deploy stack set updates.
|
DeploymentTargets |
DeploymentTargets.withAccounts(String... accounts)
The names of one or more accounts for which you want to deploy stack set updates.
|
DeploymentTargets |
DeploymentTargets.withAccountsUrl(String accountsUrl)
Returns the value of the
AccountsUrl property. |
DeploymentTargets |
DeploymentTargets.withOrganizationalUnitIds(Collection<String> organizationalUnitIds)
The organization root ID or organizational unit (OU) IDs to which StackSets deploys.
|
DeploymentTargets |
DeploymentTargets.withOrganizationalUnitIds(String... organizationalUnitIds)
The organization root ID or organizational unit (OU) IDs to which StackSets deploys.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateStackInstancesRequest.setDeploymentTargets(DeploymentTargets deploymentTargets)
[Service-managed permissions] The Organizations accounts for which to create stack instances in the specified
Regions.
|
void |
DeleteStackInstancesRequest.setDeploymentTargets(DeploymentTargets deploymentTargets)
[Service-managed permissions] The Organizations accounts from which to delete stack instances.
|
void |
UpdateStackInstancesRequest.setDeploymentTargets(DeploymentTargets deploymentTargets)
[Service-managed permissions] The Organizations accounts for which you want to update parameter values for stack
instances.
|
void |
StackSetOperation.setDeploymentTargets(DeploymentTargets deploymentTargets)
[Service-managed permissions] The Organizations accounts affected by the stack operation.
|
void |
UpdateStackSetRequest.setDeploymentTargets(DeploymentTargets deploymentTargets)
[Service-managed permissions] The Organizations accounts in which to update associated stack instances.
|
CreateStackInstancesRequest |
CreateStackInstancesRequest.withDeploymentTargets(DeploymentTargets deploymentTargets)
[Service-managed permissions] The Organizations accounts for which to create stack instances in the specified
Regions.
|
DeleteStackInstancesRequest |
DeleteStackInstancesRequest.withDeploymentTargets(DeploymentTargets deploymentTargets)
[Service-managed permissions] The Organizations accounts from which to delete stack instances.
|
UpdateStackInstancesRequest |
UpdateStackInstancesRequest.withDeploymentTargets(DeploymentTargets deploymentTargets)
[Service-managed permissions] The Organizations accounts for which you want to update parameter values for stack
instances.
|
StackSetOperation |
StackSetOperation.withDeploymentTargets(DeploymentTargets deploymentTargets)
[Service-managed permissions] The Organizations accounts affected by the stack operation.
|
UpdateStackSetRequest |
UpdateStackSetRequest.withDeploymentTargets(DeploymentTargets deploymentTargets)
[Service-managed permissions] The Organizations accounts in which to update associated stack instances.
|
Copyright © 2021. All rights reserved.