| Package | Description |
|---|---|
| com.amazonaws.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
Change |
Change.clone() |
Change |
Change.withResourceChange(ResourceChange resourceChange)
A
ResourceChange structure that describes the resource and action that CloudFormation will perform. |
Change |
Change.withType(ChangeType type)
The type of entity that CloudFormation changes.
|
Change |
Change.withType(String type)
The type of entity that CloudFormation changes.
|
| Modifier and Type | Method and Description |
|---|---|
List<Change> |
DescribeChangeSetResult.getChanges()
A list of
Change structures that describes the resources CloudFormation changes if you execute the
change set. |
| Modifier and Type | Method and Description |
|---|---|
DescribeChangeSetResult |
DescribeChangeSetResult.withChanges(Change... changes)
A list of
Change structures that describes the resources CloudFormation changes if you execute the
change set. |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeChangeSetResult.setChanges(Collection<Change> changes)
A list of
Change structures that describes the resources CloudFormation changes if you execute the
change set. |
DescribeChangeSetResult |
DescribeChangeSetResult.withChanges(Collection<Change> changes)
A list of
Change structures that describes the resources CloudFormation changes if you execute the
change set. |
Copyright © 2021. All rights reserved.