| Package | Description |
|---|---|
| com.amazonaws.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
StackInstanceSummary |
StackInstanceSummary.clone() |
StackInstanceSummary |
StackInstanceSummary.withAccount(String account)
The name of the AWS account that the stack instance is associated with.
|
StackInstanceSummary |
StackInstanceSummary.withRegion(String region)
The name of the AWS region that the stack instance is associated with.
|
StackInstanceSummary |
StackInstanceSummary.withStackId(String stackId)
The ID of the stack instance.
|
StackInstanceSummary |
StackInstanceSummary.withStackSetId(String stackSetId)
The name or unique ID of the stack set that the stack instance is associated with.
|
StackInstanceSummary |
StackInstanceSummary.withStatus(StackInstanceStatus status)
The status of the stack instance, in terms of its synchronization with its associated stack set.
|
StackInstanceSummary |
StackInstanceSummary.withStatus(String status)
The status of the stack instance, in terms of its synchronization with its associated stack set.
|
StackInstanceSummary |
StackInstanceSummary.withStatusReason(String statusReason)
The explanation for the specific status code assigned to this stack instance.
|
| Modifier and Type | Method and Description |
|---|---|
List<StackInstanceSummary> |
ListStackInstancesResult.getSummaries()
A list of
StackInstanceSummary structures that contain information about the specified stack
instances. |
| Modifier and Type | Method and Description |
|---|---|
ListStackInstancesResult |
ListStackInstancesResult.withSummaries(StackInstanceSummary... summaries)
A list of
StackInstanceSummary structures that contain information about the specified stack
instances. |
| Modifier and Type | Method and Description |
|---|---|
void |
ListStackInstancesResult.setSummaries(Collection<StackInstanceSummary> summaries)
A list of
StackInstanceSummary structures that contain information about the specified stack
instances. |
ListStackInstancesResult |
ListStackInstancesResult.withSummaries(Collection<StackInstanceSummary> summaries)
A list of
StackInstanceSummary structures that contain information about the specified stack
instances. |
Copyright © 2018. All rights reserved.