Uses of Class
com.amazonaws.services.cloudformation.model.Change
-
Packages that use Change Package Description com.amazonaws.services.cloudformation.model -
-
Uses of Change in com.amazonaws.services.cloudformation.model
Methods in com.amazonaws.services.cloudformation.model that return Change Modifier and Type Method Description Change
Change. clone()
Change
Change. withResourceChange(ResourceChange resourceChange)
AResourceChange
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.Methods in com.amazonaws.services.cloudformation.model that return types with arguments of type Change Modifier and Type Method Description List<Change>
DescribeChangeSetResult. getChanges()
A list ofChange
structures that describes the resources AWS CloudFormation changes if you execute the change set.Methods in com.amazonaws.services.cloudformation.model with parameters of type Change Modifier and Type Method Description DescribeChangeSetResult
DescribeChangeSetResult. withChanges(Change... changes)
A list ofChange
structures that describes the resources AWS CloudFormation changes if you execute the change set.Method parameters in com.amazonaws.services.cloudformation.model with type arguments of type Change Modifier and Type Method Description void
DescribeChangeSetResult. setChanges(Collection<Change> changes)
A list ofChange
structures that describes the resources AWS CloudFormation changes if you execute the change set.DescribeChangeSetResult
DescribeChangeSetResult. withChanges(Collection<Change> changes)
A list ofChange
structures that describes the resources AWS CloudFormation changes if you execute the change set.
-