| Package | Description |
|---|---|
| com.amazonaws.services.cloudformation |
|
| com.amazonaws.services.cloudformation.model | |
| com.amazonaws.services.cloudformation.waiters |
| Modifier and Type | Method and Description |
|---|---|
DescribeChangeSetResult |
AbstractAmazonCloudFormation.describeChangeSet(DescribeChangeSetRequest request) |
DescribeChangeSetResult |
AmazonCloudFormation.describeChangeSet(DescribeChangeSetRequest describeChangeSetRequest)
Returns the inputs for the change set and a list of changes that CloudFormation will make if you execute the
change set.
|
DescribeChangeSetResult |
AmazonCloudFormationClient.describeChangeSet(DescribeChangeSetRequest request)
Returns the inputs for the change set and a list of changes that CloudFormation will make if you execute the
change set.
|
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 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 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 CloudFormation will make if you execute the
change set.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeChangeSetRequest |
DescribeChangeSetRequest.clone() |
DescribeChangeSetRequest |
DescribeChangeSetRequest.withChangeSetName(String changeSetName)
The name or Amazon Resource Name (ARN) of the change set that you want to describe.
|
DescribeChangeSetRequest |
DescribeChangeSetRequest.withNextToken(String nextToken)
A string (provided by the DescribeChangeSet response output) that identifies the next page of information
that you want to retrieve.
|
DescribeChangeSetRequest |
DescribeChangeSetRequest.withStackName(String stackName)
If you specified the name of a change set, specify the stack name or ID (ARN) of the change set you want to
describe.
|
| Modifier and Type | Method and Description |
|---|---|
Waiter<DescribeChangeSetRequest> |
AmazonCloudFormationWaiters.changeSetCreateComplete()
Builds a ChangeSetCreateComplete waiter by using custom parameters waiterParameters and other parameters defined
in the waiters specification, and then polls until it determines whether the resource entered the desired state
or not, where polling criteria is bound by either default polling strategy or custom polling strategy.
|
| 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 © 2023. All rights reserved.