Package | Description |
---|---|
com.amazonaws.services.cloudformation |
|
com.amazonaws.services.cloudformation.model | |
com.amazonaws.services.cloudformation.waiters |
Modifier and Type | Method and Description |
---|---|
DescribeChangeSetResult |
AmazonCloudFormation.describeChangeSet(DescribeChangeSetRequest describeChangeSetRequest)
Returns the inputs for the change set and a list of changes that AWS CloudFormation will make if you execute the
change set.
|
DescribeChangeSetResult |
AbstractAmazonCloudFormation.describeChangeSet(DescribeChangeSetRequest request) |
DescribeChangeSetResult |
AmazonCloudFormationClient.describeChangeSet(DescribeChangeSetRequest request)
Returns the inputs for the change set and a list of changes that AWS CloudFormation will make if you execute the
change set.
|
Modifier and Type | Method and Description |
---|---|
Future<DescribeChangeSetResult> |
AbstractAmazonCloudFormationAsync.describeChangeSetAsync(DescribeChangeSetRequest request) |
Future<DescribeChangeSetResult> |
AmazonCloudFormationAsyncClient.describeChangeSetAsync(DescribeChangeSetRequest request) |
Future<DescribeChangeSetResult> |
AmazonCloudFormationAsync.describeChangeSetAsync(DescribeChangeSetRequest describeChangeSetRequest)
Returns the inputs for the change set and a list of changes that AWS CloudFormation will make if you execute the
change set.
|
Future<DescribeChangeSetResult> |
AbstractAmazonCloudFormationAsync.describeChangeSetAsync(DescribeChangeSetRequest request,
AsyncHandler<DescribeChangeSetRequest,DescribeChangeSetResult> asyncHandler) |
Future<DescribeChangeSetResult> |
AmazonCloudFormationAsyncClient.describeChangeSetAsync(DescribeChangeSetRequest request,
AsyncHandler<DescribeChangeSetRequest,DescribeChangeSetResult> asyncHandler) |
Future<DescribeChangeSetResult> |
AmazonCloudFormationAsync.describeChangeSetAsync(DescribeChangeSetRequest describeChangeSetRequest,
AsyncHandler<DescribeChangeSetRequest,DescribeChangeSetResult> asyncHandler)
Returns the inputs for the change set and a list of changes that AWS CloudFormation will make if you execute the
change set.
|
Modifier and Type | Method and Description |
---|---|
Future<DescribeChangeSetResult> |
AbstractAmazonCloudFormationAsync.describeChangeSetAsync(DescribeChangeSetRequest request,
AsyncHandler<DescribeChangeSetRequest,DescribeChangeSetResult> asyncHandler) |
Future<DescribeChangeSetResult> |
AmazonCloudFormationAsyncClient.describeChangeSetAsync(DescribeChangeSetRequest request,
AsyncHandler<DescribeChangeSetRequest,DescribeChangeSetResult> asyncHandler) |
Future<DescribeChangeSetResult> |
AmazonCloudFormationAsync.describeChangeSetAsync(DescribeChangeSetRequest describeChangeSetRequest,
AsyncHandler<DescribeChangeSetRequest,DescribeChangeSetResult> asyncHandler)
Returns the inputs for the change set and a list of changes that AWS CloudFormation will make if you execute the
change set.
|
Modifier and Type | Method and Description |
---|---|
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(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.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.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(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.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.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.withParameters(Parameter... parameters)
A list of
Parameter structures that describes the input parameters and their values used to create
the change set. |
DescribeChangeSetResult |
DescribeChangeSetResult.withRollbackConfiguration(RollbackConfiguration rollbackConfiguration)
The rollback triggers for AWS CloudFormation to monitor during stack creation and updating operations, and for
the specified monitoring period afterwards.
|
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(Collection<Tag> tags)
If you execute the change set, the tags that will be associated with the stack.
|
DescribeChangeSetResult |
DescribeChangeSetResult.withTags(Tag... tags)
If you execute the change set, the tags that will be associated with the stack.
|
Modifier and Type | Method and Description |
---|---|
DescribeChangeSetResult |
DescribeChangeSetFunction.apply(DescribeChangeSetRequest describeChangeSetRequest)
Makes a call to the operation specified by the waiter by taking the corresponding request and returns the
corresponding result
|
Copyright © 2020. All rights reserved.