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 ChangeChange. clone()ChangeChange. withResourceChange(ResourceChange resourceChange)AResourceChangestructure that describes the resource and action that AWS CloudFormation will perform.ChangeChange. withType(ChangeType type)The type of entity that AWS CloudFormation changes.ChangeChange. 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 ofChangestructures 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 DescribeChangeSetResultDescribeChangeSetResult. withChanges(Change... changes)A list ofChangestructures 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 voidDescribeChangeSetResult. setChanges(Collection<Change> changes)A list ofChangestructures that describes the resources AWS CloudFormation changes if you execute the change set.DescribeChangeSetResultDescribeChangeSetResult. withChanges(Collection<Change> changes)A list ofChangestructures that describes the resources AWS CloudFormation changes if you execute the change set.
-