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 AWS CloudFormation will perform. |
Change |
Change.withType(ChangeType type)
The type of entity that AWS CloudFormation changes.
|
Change |
Change.withType(String type)
The type of entity that AWS CloudFormation changes.
|
Modifier and Type | Method and Description |
---|---|
List<Change> |
DescribeChangeSetResult.getChanges()
A list of
Change structures that describes the resources AWS
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 AWS
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 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. |
Copyright © 2018. All rights reserved.