Uses of Class
com.amazonaws.services.cloudformation.model.ResourceTargetDefinition
Packages that use ResourceTargetDefinition
-
Uses of ResourceTargetDefinition in com.amazonaws.services.cloudformation.model
Methods in com.amazonaws.services.cloudformation.model that return ResourceTargetDefinitionModifier and TypeMethodDescriptionResourceTargetDefinition.clone()
ResourceChangeDetail.getTarget()
AResourceTargetDefinition
structure that describes the field that AWS CloudFormation will change and whether the resource will be recreated.ResourceTargetDefinition.withAttribute
(ResourceAttribute attribute) Indicates which resource attribute is triggering this update, such as a change in the resource attribute'sMetadata
,Properties
, orTags
.ResourceTargetDefinition.withAttribute
(String attribute) Indicates which resource attribute is triggering this update, such as a change in the resource attribute'sMetadata
,Properties
, orTags
.If theAttribute
value isProperties
, the name of the property.ResourceTargetDefinition.withRequiresRecreation
(RequiresRecreation requiresRecreation) If theAttribute
value isProperties
, indicates whether a change to this property causes the resource to be recreated.ResourceTargetDefinition.withRequiresRecreation
(String requiresRecreation) If theAttribute
value isProperties
, indicates whether a change to this property causes the resource to be recreated.Methods in com.amazonaws.services.cloudformation.model with parameters of type ResourceTargetDefinitionModifier and TypeMethodDescriptionvoid
ResourceChangeDetail.setTarget
(ResourceTargetDefinition target) AResourceTargetDefinition
structure that describes the field that AWS CloudFormation will change and whether the resource will be recreated.ResourceChangeDetail.withTarget
(ResourceTargetDefinition target) AResourceTargetDefinition
structure that describes the field that AWS CloudFormation will change and whether the resource will be recreated.