Package | Description |
---|---|
com.amazonaws.services.cloudformation.model |
Modifier and Type | Method and Description |
---|---|
ChangeSetSummary |
ChangeSetSummary.clone() |
ChangeSetSummary |
ChangeSetSummary.withChangeSetId(String changeSetId)
The ID of the change set.
|
ChangeSetSummary |
ChangeSetSummary.withChangeSetName(String changeSetName)
The name of the change set.
|
ChangeSetSummary |
ChangeSetSummary.withCreationTime(Date creationTime)
The start time when the change set was created, in UTC.
|
ChangeSetSummary |
ChangeSetSummary.withDescription(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(String executionStatus)
If the change set execution status is
AVAILABLE , you can
execute the change set. |
ChangeSetSummary |
ChangeSetSummary.withStackId(String stackId)
The ID of the stack with which the change set is associated.
|
ChangeSetSummary |
ChangeSetSummary.withStackName(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(String status)
The state of the change set, such as
CREATE_IN_PROGRESS ,
CREATE_COMPLETE , or FAILED . |
ChangeSetSummary |
ChangeSetSummary.withStatusReason(String statusReason)
A description of the change set's status.
|
Modifier and Type | Method and Description |
---|---|
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(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(Collection<ChangeSetSummary> summaries)
A list of
ChangeSetSummary structures that provides the ID
and status of each change set for the specified stack. |
Copyright © 2018. All rights reserved.