| Package | Description |
|---|---|
| com.amazonaws.services.clouddirectory.model |
| Modifier and Type | Method and Description |
|---|---|
IndexAttachment |
IndexAttachment.clone() |
IndexAttachment |
IndexAttachment.withIndexedAttributes(AttributeKeyAndValue... indexedAttributes)
The indexed attribute values.
|
IndexAttachment |
IndexAttachment.withIndexedAttributes(Collection<AttributeKeyAndValue> indexedAttributes)
The indexed attribute values.
|
IndexAttachment |
IndexAttachment.withObjectIdentifier(String objectIdentifier)
In response to ListIndex, the
ObjectIdentifier of the object attached to the index. |
| Modifier and Type | Method and Description |
|---|---|
List<IndexAttachment> |
BatchListIndexResponse.getIndexAttachments()
The objects and indexed values attached to the index.
|
List<IndexAttachment> |
ListIndexResult.getIndexAttachments()
The objects and indexed values attached to the index.
|
List<IndexAttachment> |
BatchListAttachedIndicesResponse.getIndexAttachments()
The indices attached to the specified object.
|
List<IndexAttachment> |
ListAttachedIndicesResult.getIndexAttachments()
The indices attached to the specified object.
|
| Modifier and Type | Method and Description |
|---|---|
BatchListIndexResponse |
BatchListIndexResponse.withIndexAttachments(IndexAttachment... indexAttachments)
The objects and indexed values attached to the index.
|
ListIndexResult |
ListIndexResult.withIndexAttachments(IndexAttachment... indexAttachments)
The objects and indexed values attached to the index.
|
BatchListAttachedIndicesResponse |
BatchListAttachedIndicesResponse.withIndexAttachments(IndexAttachment... indexAttachments)
The indices attached to the specified object.
|
ListAttachedIndicesResult |
ListAttachedIndicesResult.withIndexAttachments(IndexAttachment... indexAttachments)
The indices attached to the specified object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchListIndexResponse.setIndexAttachments(Collection<IndexAttachment> indexAttachments)
The objects and indexed values attached to the index.
|
void |
ListIndexResult.setIndexAttachments(Collection<IndexAttachment> indexAttachments)
The objects and indexed values attached to the index.
|
void |
BatchListAttachedIndicesResponse.setIndexAttachments(Collection<IndexAttachment> indexAttachments)
The indices attached to the specified object.
|
void |
ListAttachedIndicesResult.setIndexAttachments(Collection<IndexAttachment> indexAttachments)
The indices attached to the specified object.
|
BatchListIndexResponse |
BatchListIndexResponse.withIndexAttachments(Collection<IndexAttachment> indexAttachments)
The objects and indexed values attached to the index.
|
ListIndexResult |
ListIndexResult.withIndexAttachments(Collection<IndexAttachment> indexAttachments)
The objects and indexed values attached to the index.
|
BatchListAttachedIndicesResponse |
BatchListAttachedIndicesResponse.withIndexAttachments(Collection<IndexAttachment> indexAttachments)
The indices attached to the specified object.
|
ListAttachedIndicesResult |
ListAttachedIndicesResult.withIndexAttachments(Collection<IndexAttachment> indexAttachments)
The indices attached to the specified object.
|
Copyright © 2024. All rights reserved.