Uses of Class
com.amazonaws.services.cloudformation.model.ResourceAttribute
-
Packages that use ResourceAttribute Package Description com.amazonaws.services.cloudformation.model -
-
Uses of ResourceAttribute in com.amazonaws.services.cloudformation.model
Methods in com.amazonaws.services.cloudformation.model that return ResourceAttribute Modifier and Type Method Description static ResourceAttributeResourceAttribute. fromValue(String value)Use this in place of valueOf.static ResourceAttributeResourceAttribute. valueOf(String name)Returns the enum constant of this type with the specified name.static ResourceAttribute[]ResourceAttribute. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.cloudformation.model with parameters of type ResourceAttribute Modifier and Type Method Description voidResourceTargetDefinition. setAttribute(ResourceAttribute attribute)Indicates which resource attribute is triggering this update, such as a change in the resource attribute'sMetadata,Properties, orTags.ResourceTargetDefinitionResourceTargetDefinition. withAttribute(ResourceAttribute attribute)Indicates which resource attribute is triggering this update, such as a change in the resource attribute'sMetadata,Properties, orTags.ResourceChangeResourceChange. withScope(ResourceAttribute... scope)For theModifyaction, indicates which resource attribute is triggering this update, such as a change in the resource attribute'sMetadata,Properties, orTags.
-