| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
ResourceAttribute |
ResourceTargetDefinition.attribute()
Indicates which resource attribute is triggering this update, such as a change in the resource attribute's
Metadata, Properties, or Tags. |
static ResourceAttribute |
ResourceAttribute.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
static Set<ResourceAttribute> |
ResourceAttribute.knownValues()
|
List<ResourceAttribute> |
ResourceChange.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. |
| Modifier and Type | Method and Description |
|---|---|
ResourceTargetDefinition.Builder |
ResourceTargetDefinition.Builder.attribute(ResourceAttribute attribute)
Indicates which resource attribute is triggering this update, such as a change in the resource attribute's
Metadata, Properties, or Tags. |
ResourceChange.Builder |
ResourceChange.Builder.scope(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. |
| Modifier and Type | Method and Description |
|---|---|
ResourceChange.Builder |
ResourceChange.Builder.scope(Collection<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 © 2021. All rights reserved.