Uses of Class
com.amazonaws.services.cloudformation.model.Change
Packages that use Change
-
Uses of Change in com.amazonaws.services.cloudformation.model
Methods in com.amazonaws.services.cloudformation.model that return ChangeModifier and TypeMethodDescriptionChange.clone()Change.withResourceChange(ResourceChange resourceChange) AResourceChangestructure that describes the resource and action that AWS CloudFormation will perform.Change.withType(ChangeType type) The type of entity that AWS CloudFormation changes.The type of entity that AWS CloudFormation changes.Methods in com.amazonaws.services.cloudformation.model that return types with arguments of type ChangeModifier and TypeMethodDescriptionDescribeChangeSetResult.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 ChangeModifier and TypeMethodDescriptionDescribeChangeSetResult.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 ChangeModifier and TypeMethodDescriptionvoidDescribeChangeSetResult.setChanges(Collection<Change> changes) A list ofChangestructures that describes the resources AWS CloudFormation changes if you execute the change set.DescribeChangeSetResult.withChanges(Collection<Change> changes) A list ofChangestructures that describes the resources AWS CloudFormation changes if you execute the change set.