| Package | Description |
|---|---|
| com.amazonaws.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
StackSetAutoDeploymentTargetSummary |
StackSetAutoDeploymentTargetSummary.clone() |
StackSetAutoDeploymentTargetSummary |
StackSetAutoDeploymentTargetSummary.withOrganizationalUnitId(String organizationalUnitId)
The organization root ID or organizational unit (OU) IDs where the stack set is targeted.
|
StackSetAutoDeploymentTargetSummary |
StackSetAutoDeploymentTargetSummary.withRegions(Collection<String> regions)
The list of Regions targeted for this organization or OU.
|
StackSetAutoDeploymentTargetSummary |
StackSetAutoDeploymentTargetSummary.withRegions(String... regions)
The list of Regions targeted for this organization or OU.
|
| Modifier and Type | Method and Description |
|---|---|
List<StackSetAutoDeploymentTargetSummary> |
ListStackSetAutoDeploymentTargetsResult.getSummaries()
An array of summaries of the deployment targets for the stack set.
|
| Modifier and Type | Method and Description |
|---|---|
ListStackSetAutoDeploymentTargetsResult |
ListStackSetAutoDeploymentTargetsResult.withSummaries(StackSetAutoDeploymentTargetSummary... summaries)
An array of summaries of the deployment targets for the stack set.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListStackSetAutoDeploymentTargetsResult.setSummaries(Collection<StackSetAutoDeploymentTargetSummary> summaries)
An array of summaries of the deployment targets for the stack set.
|
ListStackSetAutoDeploymentTargetsResult |
ListStackSetAutoDeploymentTargetsResult.withSummaries(Collection<StackSetAutoDeploymentTargetSummary> summaries)
An array of summaries of the deployment targets for the stack set.
|
Copyright © 2024. All rights reserved.