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 ResourceAttribute
ResourceAttribute. fromValue(String value)
Use this in place of valueOf.static ResourceAttribute
ResourceAttribute. 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 void
ResourceTargetDefinition. setAttribute(ResourceAttribute attribute)
Indicates which resource attribute is triggering this update, such as a change in the resource attribute'sMetadata
,Properties
, orTags
.ResourceTargetDefinition
ResourceTargetDefinition. withAttribute(ResourceAttribute attribute)
Indicates which resource attribute is triggering this update, such as a change in the resource attribute'sMetadata
,Properties
, orTags
.ResourceChange
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
.
-