| Package | Description |
|---|---|
| software.amazon.awssdk.services.clouddirectory.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateActionType |
FacetAttributeUpdate.action()
The action to perform when updating the attribute.
|
UpdateActionType |
TypedLinkFacetAttributeUpdate.action()
The action to perform when updating the attribute.
|
UpdateActionType |
LinkAttributeAction.attributeActionType()
A type that can be either
UPDATE_OR_CREATE or DELETE. |
static UpdateActionType |
UpdateActionType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
UpdateActionType |
ObjectAttributeAction.objectAttributeActionType()
A type that can be either
Update or Delete. |
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 |
|---|---|
static Set<UpdateActionType> |
UpdateActionType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
FacetAttributeUpdate.Builder |
FacetAttributeUpdate.Builder.action(UpdateActionType action)
The action to perform when updating the attribute.
|
TypedLinkFacetAttributeUpdate.Builder |
TypedLinkFacetAttributeUpdate.Builder.action(UpdateActionType action)
The action to perform when updating the attribute.
|
LinkAttributeAction.Builder |
LinkAttributeAction.Builder.attributeActionType(UpdateActionType attributeActionType)
A type that can be either
UPDATE_OR_CREATE or DELETE. |
ObjectAttributeAction.Builder |
ObjectAttributeAction.Builder.objectAttributeActionType(UpdateActionType objectAttributeActionType)
A type that can be either
Update or Delete. |
Copyright © 2022. All rights reserved.