| Package | Description |
|---|---|
| com.amazonaws.services.clouddirectory.model |
| Modifier and Type | Method and Description |
|---|---|
LinkAttributeUpdate |
LinkAttributeUpdate.clone() |
LinkAttributeUpdate |
LinkAttributeUpdate.withAttributeAction(LinkAttributeAction attributeAction)
The action to perform as part of the attribute update.
|
LinkAttributeUpdate |
LinkAttributeUpdate.withAttributeKey(AttributeKey attributeKey)
The key of the attribute being updated.
|
| Modifier and Type | Method and Description |
|---|---|
List<LinkAttributeUpdate> |
BatchUpdateLinkAttributes.getAttributeUpdates()
The attributes update structure.
|
List<LinkAttributeUpdate> |
UpdateLinkAttributesRequest.getAttributeUpdates()
The attributes update structure.
|
| Modifier and Type | Method and Description |
|---|---|
BatchUpdateLinkAttributes |
BatchUpdateLinkAttributes.withAttributeUpdates(LinkAttributeUpdate... attributeUpdates)
The attributes update structure.
|
UpdateLinkAttributesRequest |
UpdateLinkAttributesRequest.withAttributeUpdates(LinkAttributeUpdate... attributeUpdates)
The attributes update structure.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchUpdateLinkAttributes.setAttributeUpdates(Collection<LinkAttributeUpdate> attributeUpdates)
The attributes update structure.
|
void |
UpdateLinkAttributesRequest.setAttributeUpdates(Collection<LinkAttributeUpdate> attributeUpdates)
The attributes update structure.
|
BatchUpdateLinkAttributes |
BatchUpdateLinkAttributes.withAttributeUpdates(Collection<LinkAttributeUpdate> attributeUpdates)
The attributes update structure.
|
UpdateLinkAttributesRequest |
UpdateLinkAttributesRequest.withAttributeUpdates(Collection<LinkAttributeUpdate> attributeUpdates)
The attributes update structure.
|
Copyright © 2018. All rights reserved.