DescribeChangeSetResult |
DescribeChangeSetResult.clone() |
|
DescribeChangeSetResult |
DescribeChangeSetResult.withCapabilities(Capability... capabilities) |
If you execute the change set, the list of capabilities that were
explicitly acknowledged when the change set was created.
|
DescribeChangeSetResult |
DescribeChangeSetResult.withCapabilities(String... capabilities) |
If you execute the change set, the list of capabilities that were
explicitly acknowledged when the change set was created.
|
DescribeChangeSetResult |
DescribeChangeSetResult.withCapabilities(Collection<String> capabilities) |
If you execute the change set, the list of capabilities that were
explicitly acknowledged when the change set was created.
|
DescribeChangeSetResult |
DescribeChangeSetResult.withChanges(Change... changes) |
A list of Change structures that describes the resources AWS
CloudFormation changes if you execute the change set.
|
DescribeChangeSetResult |
DescribeChangeSetResult.withChanges(Collection<Change> changes) |
A list of Change structures that describes the resources AWS
CloudFormation changes if you execute the change set.
|
DescribeChangeSetResult |
DescribeChangeSetResult.withChangeSetId(String changeSetId) |
The ARN of the change set.
|
DescribeChangeSetResult |
DescribeChangeSetResult.withChangeSetName(String changeSetName) |
The name of the change set.
|
DescribeChangeSetResult |
DescribeChangeSetResult.withCreationTime(Date creationTime) |
The start time when the change set was created, in UTC.
|
DescribeChangeSetResult |
DescribeChangeSetResult.withDescription(String description) |
Information about the change set.
|
DescribeChangeSetResult |
DescribeChangeSetResult.withExecutionStatus(ExecutionStatus executionStatus) |
If the change set execution status is AVAILABLE , you can
execute the change set.
|
DescribeChangeSetResult |
DescribeChangeSetResult.withExecutionStatus(String executionStatus) |
If the change set execution status is AVAILABLE , you can
execute the change set.
|
DescribeChangeSetResult |
DescribeChangeSetResult.withNextToken(String nextToken) |
If the output exceeds 1 MB, a string that identifies the next page of
changes.
|
DescribeChangeSetResult |
DescribeChangeSetResult.withNotificationARNs(String... notificationARNs) |
The ARNs of the Amazon Simple Notification Service (Amazon SNS) topics
that will be associated with the stack if you execute the change set.
|
DescribeChangeSetResult |
DescribeChangeSetResult.withNotificationARNs(Collection<String> notificationARNs) |
The ARNs of the Amazon Simple Notification Service (Amazon SNS) topics
that will be associated with the stack if you execute the change set.
|
DescribeChangeSetResult |
DescribeChangeSetResult.withParameters(Parameter... parameters) |
A list of Parameter structures that describes the input
parameters and their values used to create the change set.
|
DescribeChangeSetResult |
DescribeChangeSetResult.withParameters(Collection<Parameter> parameters) |
A list of Parameter structures that describes the input
parameters and their values used to create the change set.
|
DescribeChangeSetResult |
DescribeChangeSetResult.withStackId(String stackId) |
The ARN of the stack that is associated with the change set.
|
DescribeChangeSetResult |
DescribeChangeSetResult.withStackName(String stackName) |
The name of the stack that is associated with the change set.
|
DescribeChangeSetResult |
DescribeChangeSetResult.withStatus(ChangeSetStatus status) |
The current status of the change set, such as
CREATE_IN_PROGRESS , CREATE_COMPLETE , or
FAILED .
|
DescribeChangeSetResult |
DescribeChangeSetResult.withStatus(String status) |
The current status of the change set, such as
CREATE_IN_PROGRESS , CREATE_COMPLETE , or
FAILED .
|
DescribeChangeSetResult |
DescribeChangeSetResult.withStatusReason(String statusReason) |
A description of the change set's status.
|
DescribeChangeSetResult |
DescribeChangeSetResult.withTags(Tag... tags) |
If you execute the change set, the tags that will be associated with the
stack.
|
DescribeChangeSetResult |
DescribeChangeSetResult.withTags(Collection<Tag> tags) |
If you execute the change set, the tags that will be associated with the
stack.
|