| Package | Description |
|---|---|
| software.amazon.awssdk.services.clouddirectory.model |
| Modifier and Type | Method and Description |
|---|---|
List<IndexAttachment> |
ListAttachedIndicesResponse.indexAttachments()
The indices attached to the specified object.
|
List<IndexAttachment> |
BatchListIndexResponse.indexAttachments()
The objects and indexed values attached to the index.
|
List<IndexAttachment> |
ListIndexResponse.indexAttachments()
The objects and indexed values attached to the index.
|
List<IndexAttachment> |
BatchListAttachedIndicesResponse.indexAttachments()
The indices attached to the specified object.
|
| Modifier and Type | Method and Description |
|---|---|
ListAttachedIndicesResponse.Builder |
ListAttachedIndicesResponse.Builder.indexAttachments(IndexAttachment... indexAttachments)
The indices attached to the specified object.
|
BatchListIndexResponse.Builder |
BatchListIndexResponse.Builder.indexAttachments(IndexAttachment... indexAttachments)
The objects and indexed values attached to the index.
|
ListIndexResponse.Builder |
ListIndexResponse.Builder.indexAttachments(IndexAttachment... indexAttachments)
The objects and indexed values attached to the index.
|
BatchListAttachedIndicesResponse.Builder |
BatchListAttachedIndicesResponse.Builder.indexAttachments(IndexAttachment... indexAttachments)
The indices attached to the specified object.
|
| Modifier and Type | Method and Description |
|---|---|
ListAttachedIndicesResponse.Builder |
ListAttachedIndicesResponse.Builder.indexAttachments(Collection<IndexAttachment> indexAttachments)
The indices attached to the specified object.
|
BatchListIndexResponse.Builder |
BatchListIndexResponse.Builder.indexAttachments(Collection<IndexAttachment> indexAttachments)
The objects and indexed values attached to the index.
|
ListIndexResponse.Builder |
ListIndexResponse.Builder.indexAttachments(Collection<IndexAttachment> indexAttachments)
The objects and indexed values attached to the index.
|
BatchListAttachedIndicesResponse.Builder |
BatchListAttachedIndicesResponse.Builder.indexAttachments(Collection<IndexAttachment> indexAttachments)
The indices attached to the specified object.
|
Copyright © 2022. All rights reserved.