| Package | Description |
|---|---|
| com.amazonaws.services.clouddirectory.model |
| Modifier and Type | Method and Description |
|---|---|
static UpdateActionType |
UpdateActionType.fromValue(String value)
Use this in place of valueOf.
|
static UpdateActionType |
UpdateActionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UpdateActionType[] |
UpdateActionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FacetAttributeUpdate.setAction(UpdateActionType action)
The action to perform when updating the attribute.
|
void |
TypedLinkFacetAttributeUpdate.setAction(UpdateActionType action)
The action to perform when updating the attribute.
|
void |
ObjectAttributeAction.setObjectAttributeActionType(UpdateActionType objectAttributeActionType)
A type that can be either
Update or Delete. |
FacetAttributeUpdate |
FacetAttributeUpdate.withAction(UpdateActionType action)
The action to perform when updating the attribute.
|
TypedLinkFacetAttributeUpdate |
TypedLinkFacetAttributeUpdate.withAction(UpdateActionType action)
The action to perform when updating the attribute.
|
LinkAttributeAction |
LinkAttributeAction.withAttributeActionType(UpdateActionType attributeActionType)
A type that can be either
UPDATE_OR_CREATE or DELETE. |
ObjectAttributeAction |
ObjectAttributeAction.withObjectAttributeActionType(UpdateActionType objectAttributeActionType)
A type that can be either
Update or Delete. |
Copyright © 2021. All rights reserved.