| Package | Description |
|---|---|
| com.amazonaws.services.clouddirectory.model |
| Modifier and Type | Method and Description |
|---|---|
ObjectAttributeAction |
ObjectAttributeAction.clone() |
ObjectAttributeAction |
ObjectAttributeUpdate.getObjectAttributeAction()
The action to perform as part of the attribute update.
|
ObjectAttributeAction |
ObjectAttributeAction.withObjectAttributeActionType(String objectAttributeActionType)
Type can be either Update or Delete.
|
ObjectAttributeAction |
ObjectAttributeAction.withObjectAttributeActionType(UpdateActionType objectAttributeActionType)
Type can be either Update or Delete.
|
ObjectAttributeAction |
ObjectAttributeAction.withObjectAttributeUpdateValue(TypedAttributeValue objectAttributeUpdateValue)
The value that you want to update to.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ObjectAttributeUpdate.setObjectAttributeAction(ObjectAttributeAction objectAttributeAction)
The action to perform as part of the attribute update.
|
ObjectAttributeUpdate |
ObjectAttributeUpdate.withObjectAttributeAction(ObjectAttributeAction objectAttributeAction)
The action to perform as part of the attribute update.
|
Copyright © 2017. All rights reserved.