Uses of Class
com.amazonaws.services.cloudformation.model.ResourceChange
Packages that use ResourceChange
-
Uses of ResourceChange in com.amazonaws.services.cloudformation.model
Methods in com.amazonaws.services.cloudformation.model that return ResourceChangeModifier and TypeMethodDescriptionResourceChange.clone()Change.getResourceChange()AResourceChangestructure that describes the resource and action that AWS CloudFormation will perform.ResourceChange.withAction(ChangeAction action) The action that AWS CloudFormation takes on the resource, such asAdd(adds a new resource),Modify(changes a resource), orRemove(deletes a resource).ResourceChange.withAction(String action) The action that AWS CloudFormation takes on the resource, such asAdd(adds a new resource),Modify(changes a resource), orRemove(deletes a resource).ResourceChange.withDetails(ResourceChangeDetail... details) For theModifyaction, a list ofResourceChangeDetailstructures that describes the changes that AWS CloudFormation will make to the resource.ResourceChange.withDetails(Collection<ResourceChangeDetail> details) For theModifyaction, a list ofResourceChangeDetailstructures that describes the changes that AWS CloudFormation will make to the resource.ResourceChange.withLogicalResourceId(String logicalResourceId) The resource's logical ID, which is defined in the stack's template.ResourceChange.withPhysicalResourceId(String physicalResourceId) The resource's physical ID (resource name).ResourceChange.withReplacement(Replacement replacement) For theModifyaction, indicates whether AWS CloudFormation will replace the resource by creating a new one and deleting the old one.ResourceChange.withReplacement(String replacement) For theModifyaction, indicates whether AWS CloudFormation will replace the resource by creating a new one and deleting the old one.ResourceChange.withResourceType(String resourceType) The type of AWS CloudFormation resource, such asAWS::S3::Bucket.ResourceChange.withScope(ResourceAttribute... scope) For theModifyaction, indicates which resource attribute is triggering this update, such as a change in the resource attribute'sMetadata,Properties, orTags.For theModifyaction, indicates which resource attribute is triggering this update, such as a change in the resource attribute'sMetadata,Properties, orTags.ResourceChange.withScope(Collection<String> scope) For theModifyaction, indicates which resource attribute is triggering this update, such as a change in the resource attribute'sMetadata,Properties, orTags.Methods in com.amazonaws.services.cloudformation.model with parameters of type ResourceChangeModifier and TypeMethodDescriptionvoidChange.setResourceChange(ResourceChange resourceChange) AResourceChangestructure that describes the resource and action that AWS CloudFormation will perform.Change.withResourceChange(ResourceChange resourceChange) AResourceChangestructure that describes the resource and action that AWS CloudFormation will perform.