Package | Description |
---|---|
com.amazonaws.services.cloudformation.model | |
com.amazonaws.services.cloudformation.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<Change> |
DescribeChangeSetResult.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 |
---|---|
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(java.lang.String type)
The type of entity that AWS CloudFormation changes.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<Change> changes)
A list of
Change structures that describes the resources AWS
CloudFormation changes if you execute the change set. |
DescribeChangeSetResult |
DescribeChangeSetResult.withChanges(java.util.Collection<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 |
---|---|
Change |
ChangeStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |