| Package | Description |
|---|---|
| com.amazonaws.services.clouddirectory.model |
| Modifier and Type | Method and Description |
|---|---|
ObjectAttributeUpdate |
ObjectAttributeUpdate.clone() |
ObjectAttributeUpdate |
ObjectAttributeUpdate.withObjectAttributeAction(ObjectAttributeAction objectAttributeAction)
The action to perform as part of the attribute update.
|
ObjectAttributeUpdate |
ObjectAttributeUpdate.withObjectAttributeKey(AttributeKey objectAttributeKey)
The key of the attribute being updated.
|
| Modifier and Type | Method and Description |
|---|---|
List<ObjectAttributeUpdate> |
UpdateObjectAttributesRequest.getAttributeUpdates()
The attributes update structure.
|
List<ObjectAttributeUpdate> |
BatchUpdateObjectAttributes.getAttributeUpdates()
Attributes update structure.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateObjectAttributesRequest |
UpdateObjectAttributesRequest.withAttributeUpdates(ObjectAttributeUpdate... attributeUpdates)
The attributes update structure.
|
BatchUpdateObjectAttributes |
BatchUpdateObjectAttributes.withAttributeUpdates(ObjectAttributeUpdate... attributeUpdates)
Attributes update structure.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateObjectAttributesRequest.setAttributeUpdates(Collection<ObjectAttributeUpdate> attributeUpdates)
The attributes update structure.
|
void |
BatchUpdateObjectAttributes.setAttributeUpdates(Collection<ObjectAttributeUpdate> attributeUpdates)
Attributes update structure.
|
UpdateObjectAttributesRequest |
UpdateObjectAttributesRequest.withAttributeUpdates(Collection<ObjectAttributeUpdate> attributeUpdates)
The attributes update structure.
|
BatchUpdateObjectAttributes |
BatchUpdateObjectAttributes.withAttributeUpdates(Collection<ObjectAttributeUpdate> attributeUpdates)
Attributes update structure.
|
Copyright © 2020. All rights reserved.