| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudformation |
|
| software.amazon.awssdk.services.cloudformation.model | |
| software.amazon.awssdk.services.cloudformation.waiters |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeChangeSetResponse> |
CloudFormationAsyncClient.describeChangeSet(Consumer<DescribeChangeSetRequest.Builder> describeChangeSetRequest)
Returns the inputs for the change set and a list of changes that CloudFormation will make if you execute the
change set.
|
default DescribeChangeSetResponse |
CloudFormationClient.describeChangeSet(Consumer<DescribeChangeSetRequest.Builder> describeChangeSetRequest)
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 |
|---|---|
static DescribeChangeSetRequest.Builder |
DescribeChangeSetRequest.builder() |
DescribeChangeSetRequest.Builder |
DescribeChangeSetRequest.Builder.changeSetName(String changeSetName)
The name or Amazon Resource Name (ARN) of the change set that you want to describe.
|
DescribeChangeSetRequest.Builder |
DescribeChangeSetRequest.Builder.nextToken(String nextToken)
A string (provided by the DescribeChangeSet response output) that identifies the next page of
information that you want to retrieve.
|
DescribeChangeSetRequest.Builder |
DescribeChangeSetRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeChangeSetRequest.Builder |
DescribeChangeSetRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeChangeSetRequest.Builder |
DescribeChangeSetRequest.Builder.stackName(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.
|
DescribeChangeSetRequest.Builder |
DescribeChangeSetRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribeChangeSetRequest.Builder> |
DescribeChangeSetRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.