Package | Description |
---|---|
com.amazonaws.services.cloudformation.model | |
com.amazonaws.services.cloudformation.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<ChangeSetSummary> |
ListChangeSetsResult.summaries
A list of
ChangeSetSummary structures that provides the ID
and status of each change set for the specified stack. |
Modifier and Type | Method and Description |
---|---|
ChangeSetSummary |
ChangeSetSummary.clone() |
ChangeSetSummary |
ChangeSetSummary.withChangeSetId(java.lang.String changeSetId)
The ID of the change set.
|
ChangeSetSummary |
ChangeSetSummary.withChangeSetName(java.lang.String changeSetName)
The name of the change set.
|
ChangeSetSummary |
ChangeSetSummary.withCreationTime(java.util.Date creationTime)
The start time when the change set was created, in UTC.
|
ChangeSetSummary |
ChangeSetSummary.withDescription(java.lang.String description)
Descriptive information about the change set.
|
ChangeSetSummary |
ChangeSetSummary.withExecutionStatus(ExecutionStatus executionStatus)
If the change set execution status is
AVAILABLE , you can
execute the change set. |
ChangeSetSummary |
ChangeSetSummary.withExecutionStatus(java.lang.String executionStatus)
If the change set execution status is
AVAILABLE , you can
execute the change set. |
ChangeSetSummary |
ChangeSetSummary.withStackId(java.lang.String stackId)
The ID of the stack with which the change set is associated.
|
ChangeSetSummary |
ChangeSetSummary.withStackName(java.lang.String stackName)
The name of the stack with which the change set is associated.
|
ChangeSetSummary |
ChangeSetSummary.withStatus(ChangeSetStatus status)
The state of the change set, such as
CREATE_IN_PROGRESS ,
CREATE_COMPLETE , or FAILED . |
ChangeSetSummary |
ChangeSetSummary.withStatus(java.lang.String status)
The state of the change set, such as
CREATE_IN_PROGRESS ,
CREATE_COMPLETE , or FAILED . |
ChangeSetSummary |
ChangeSetSummary.withStatusReason(java.lang.String statusReason)
A description of the change set's status.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ChangeSetSummary> |
ListChangeSetsResult.getSummaries()
A list of
ChangeSetSummary structures that provides the ID
and status of each change set for the specified stack. |
Modifier and Type | Method and Description |
---|---|
ListChangeSetsResult |
ListChangeSetsResult.withSummaries(ChangeSetSummary... summaries)
A list of
ChangeSetSummary structures that provides the ID
and status of each change set for the specified stack. |
Modifier and Type | Method and Description |
---|---|
void |
ListChangeSetsResult.setSummaries(java.util.Collection<ChangeSetSummary> summaries)
A list of
ChangeSetSummary structures that provides the ID
and status of each change set for the specified stack. |
ListChangeSetsResult |
ListChangeSetsResult.withSummaries(java.util.Collection<ChangeSetSummary> summaries)
A list of
ChangeSetSummary structures that provides the ID
and status of each change set for the specified stack. |
Modifier and Type | Method and Description |
---|---|
ChangeSetSummary |
ChangeSetSummaryStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |