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()
AResourceChange
structure 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 theModify
action, a list ofResourceChangeDetail
structures that describes the changes that AWS CloudFormation will make to the resource.ResourceChange.withDetails
(Collection<ResourceChangeDetail> details) For theModify
action, a list ofResourceChangeDetail
structures 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 theModify
action, indicates whether AWS CloudFormation will replace the resource by creating a new one and deleting the old one.ResourceChange.withReplacement
(String replacement) For theModify
action, 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 theModify
action, indicates which resource attribute is triggering this update, such as a change in the resource attribute'sMetadata
,Properties
, orTags
.For theModify
action, 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 theModify
action, 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 TypeMethodDescriptionvoid
Change.setResourceChange
(ResourceChange resourceChange) AResourceChange
structure that describes the resource and action that AWS CloudFormation will perform.Change.withResourceChange
(ResourceChange resourceChange) AResourceChange
structure that describes the resource and action that AWS CloudFormation will perform.