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()AResourceTargetDefinitionstructure 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 theAttributevalue isProperties, the name of the property.ResourceTargetDefinition.withRequiresRecreation(RequiresRecreation requiresRecreation) If theAttributevalue isProperties, indicates whether a change to this property causes the resource to be recreated.ResourceTargetDefinition.withRequiresRecreation(String requiresRecreation) If theAttributevalue 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 TypeMethodDescriptionvoidResourceChangeDetail.setTarget(ResourceTargetDefinition target) AResourceTargetDefinitionstructure that describes the field that AWS CloudFormation will change and whether the resource will be recreated.ResourceChangeDetail.withTarget(ResourceTargetDefinition target) AResourceTargetDefinitionstructure that describes the field that AWS CloudFormation will change and whether the resource will be recreated.