| Package | Description |
|---|---|
| com.amazonaws.services.clouddirectory.model |
| Modifier and Type | Method and Description |
|---|---|
LinkAttributeAction |
LinkAttributeAction.clone() |
LinkAttributeAction |
LinkAttributeUpdate.getAttributeAction()
The action to perform as part of the attribute update.
|
LinkAttributeAction |
LinkAttributeAction.withAttributeActionType(String attributeActionType)
A type that can be either
UPDATE_OR_CREATE or DELETE. |
LinkAttributeAction |
LinkAttributeAction.withAttributeActionType(UpdateActionType attributeActionType)
A type that can be either
UPDATE_OR_CREATE or DELETE. |
LinkAttributeAction |
LinkAttributeAction.withAttributeUpdateValue(TypedAttributeValue attributeUpdateValue)
The value that you want to update to.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LinkAttributeUpdate.setAttributeAction(LinkAttributeAction attributeAction)
The action to perform as part of the attribute update.
|
LinkAttributeUpdate |
LinkAttributeUpdate.withAttributeAction(LinkAttributeAction attributeAction)
The action to perform as part of the attribute update.
|
Copyright © 2023. All rights reserved.