| Package | Description |
|---|---|
| com.amazonaws.services.cloudformation |
|
| com.amazonaws.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
ListStackSetAutoDeploymentTargetsResult |
AbstractAmazonCloudFormation.listStackSetAutoDeploymentTargets(ListStackSetAutoDeploymentTargetsRequest request) |
ListStackSetAutoDeploymentTargetsResult |
AmazonCloudFormation.listStackSetAutoDeploymentTargets(ListStackSetAutoDeploymentTargetsRequest listStackSetAutoDeploymentTargetsRequest)
Returns summary information about deployment targets for a stack set.
|
ListStackSetAutoDeploymentTargetsResult |
AmazonCloudFormationClient.listStackSetAutoDeploymentTargets(ListStackSetAutoDeploymentTargetsRequest request)
Returns summary information about deployment targets for a stack set.
|
| Modifier and Type | Method and Description |
|---|---|
ListStackSetAutoDeploymentTargetsResult |
ListStackSetAutoDeploymentTargetsResult.clone() |
ListStackSetAutoDeploymentTargetsResult |
ListStackSetAutoDeploymentTargetsResult.withNextToken(String nextToken)
If the request doesn't return all the remaining results,
NextToken is set to a token. |
ListStackSetAutoDeploymentTargetsResult |
ListStackSetAutoDeploymentTargetsResult.withSummaries(Collection<StackSetAutoDeploymentTargetSummary> summaries)
An array of summaries of the deployment targets for the stack set.
|
ListStackSetAutoDeploymentTargetsResult |
ListStackSetAutoDeploymentTargetsResult.withSummaries(StackSetAutoDeploymentTargetSummary... summaries)
An array of summaries of the deployment targets for the stack set.
|
Copyright © 2024. All rights reserved.