| Package | Description |
|---|---|
| com.amazonaws.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
DeploymentTargets |
DeploymentTargets.clone() |
DeploymentTargets |
CreateStackInstancesRequest.getDeploymentTargets()
[
Service-managed permissions] The AWS Organizations accounts for which to create stack instances in
the specified Regions. |
DeploymentTargets |
DeleteStackInstancesRequest.getDeploymentTargets()
[
Service-managed permissions] The AWS Organizations accounts from which to delete stack instances. |
DeploymentTargets |
UpdateStackSetRequest.getDeploymentTargets()
[
Service-managed permissions] The AWS Organizations accounts in which to update associated stack
instances. |
DeploymentTargets |
UpdateStackInstancesRequest.getDeploymentTargets()
[
Service-managed permissions] The AWS Organizations accounts for which you want to update parameter
values for stack instances. |
DeploymentTargets |
StackSetOperation.getDeploymentTargets()
[
Service-managed permissions] The AWS Organizations accounts affected by the stack operation. |
DeploymentTargets |
DeploymentTargets.withAccounts(Collection<String> accounts)
The names of one or more AWS accounts for which you want to deploy stack set updates.
|
DeploymentTargets |
DeploymentTargets.withAccounts(String... accounts)
The names of one or more AWS accounts for which you want to deploy stack set updates.
|
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 AWS Organizations accounts for which to create stack instances in
the specified Regions. |
void |
DeleteStackInstancesRequest.setDeploymentTargets(DeploymentTargets deploymentTargets)
[
Service-managed permissions] The AWS Organizations accounts from which to delete stack instances. |
void |
UpdateStackSetRequest.setDeploymentTargets(DeploymentTargets deploymentTargets)
[
Service-managed permissions] The AWS Organizations accounts in which to update associated stack
instances. |
void |
UpdateStackInstancesRequest.setDeploymentTargets(DeploymentTargets deploymentTargets)
[
Service-managed permissions] The AWS Organizations accounts for which you want to update parameter
values for stack instances. |
void |
StackSetOperation.setDeploymentTargets(DeploymentTargets deploymentTargets)
[
Service-managed permissions] The AWS Organizations accounts affected by the stack operation. |
CreateStackInstancesRequest |
CreateStackInstancesRequest.withDeploymentTargets(DeploymentTargets deploymentTargets)
[
Service-managed permissions] The AWS Organizations accounts for which to create stack instances in
the specified Regions. |
DeleteStackInstancesRequest |
DeleteStackInstancesRequest.withDeploymentTargets(DeploymentTargets deploymentTargets)
[
Service-managed permissions] The AWS Organizations accounts from which to delete stack instances. |
UpdateStackSetRequest |
UpdateStackSetRequest.withDeploymentTargets(DeploymentTargets deploymentTargets)
[
Service-managed permissions] The AWS Organizations accounts in which to update associated stack
instances. |
UpdateStackInstancesRequest |
UpdateStackInstancesRequest.withDeploymentTargets(DeploymentTargets deploymentTargets)
[
Service-managed permissions] The AWS Organizations accounts for which you want to update parameter
values for stack instances. |
StackSetOperation |
StackSetOperation.withDeploymentTargets(DeploymentTargets deploymentTargets)
[
Service-managed permissions] The AWS Organizations accounts affected by the stack operation. |
Copyright © 2020. All rights reserved.