| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
List<Change> |
DescribeChangeSetResponse.changes()
A list of
Change structures that describes the resources AWS CloudFormation changes if you execute
the change set. |
| Modifier and Type | Method and Description |
|---|---|
DescribeChangeSetResponse.Builder |
DescribeChangeSetResponse.Builder.changes(Change... changes)
A list of
Change structures that describes the resources AWS CloudFormation changes if you
execute the change set. |
| Modifier and Type | Method and Description |
|---|---|
DescribeChangeSetResponse.Builder |
DescribeChangeSetResponse.Builder.changes(Collection<Change> changes)
A list of
Change structures that describes the resources AWS CloudFormation changes if you
execute the change set. |
Copyright © 2019. All rights reserved.