Package | Description |
---|---|
com.amazonaws.services.cloudformation.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
void |
ResourceTargetDefinition.setAttribute(ResourceAttribute attribute)
Indicates which resource attribute is triggering this update, such as a
change in the resource attribute's
Metadata ,
Properties , or Tags . |
ResourceTargetDefinition |
ResourceTargetDefinition.withAttribute(ResourceAttribute attribute)
Indicates which resource attribute is triggering this update, such as a
change in the resource attribute's
Metadata ,
Properties , or Tags . |
ResourceChange |
ResourceChange.withScope(ResourceAttribute... scope)
For the
Modify action, indicates which resource attribute is
triggering this update, such as a change in the resource attribute's
Metadata , Properties , or Tags . |
Copyright © 2018. All rights reserved.