Uses of Enum
com.amazonaws.services.cloudformation.model.ResourceAttribute
Packages that use ResourceAttribute
-
Uses of ResourceAttribute in com.amazonaws.services.cloudformation.model
Methods in com.amazonaws.services.cloudformation.model that return ResourceAttributeModifier and TypeMethodDescriptionstatic ResourceAttribute
Use this in place of valueOf.static ResourceAttribute
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 ResourceAttributeModifier and TypeMethodDescriptionvoid
ResourceTargetDefinition.setAttribute
(ResourceAttribute attribute) Indicates which resource attribute is triggering this update, such as a change in the resource attribute'sMetadata
,Properties
, orTags
.ResourceTargetDefinition.withAttribute
(ResourceAttribute attribute) Indicates which resource attribute is triggering this update, such as a change in the resource attribute'sMetadata
,Properties
, orTags
.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
.