| Package | Description |
|---|---|
| com.amazonaws.services.clouddirectory |
|
| com.amazonaws.services.clouddirectory.model |
| Modifier and Type | Method and Description |
|---|---|
ListAttachedIndicesResult |
AbstractAmazonCloudDirectory.listAttachedIndices(ListAttachedIndicesRequest request) |
ListAttachedIndicesResult |
AmazonCloudDirectory.listAttachedIndices(ListAttachedIndicesRequest listAttachedIndicesRequest)
Lists indices attached to the specified object.
|
ListAttachedIndicesResult |
AmazonCloudDirectoryClient.listAttachedIndices(ListAttachedIndicesRequest request)
Lists indices attached to the specified object.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListAttachedIndicesResult> |
AmazonCloudDirectoryAsync.listAttachedIndicesAsync(ListAttachedIndicesRequest listAttachedIndicesRequest,
AsyncHandler<ListAttachedIndicesRequest,ListAttachedIndicesResult> asyncHandler)
Lists indices attached to the specified object.
|
Future<ListAttachedIndicesResult> |
AbstractAmazonCloudDirectoryAsync.listAttachedIndicesAsync(ListAttachedIndicesRequest request,
AsyncHandler<ListAttachedIndicesRequest,ListAttachedIndicesResult> asyncHandler) |
Future<ListAttachedIndicesResult> |
AmazonCloudDirectoryAsyncClient.listAttachedIndicesAsync(ListAttachedIndicesRequest request,
AsyncHandler<ListAttachedIndicesRequest,ListAttachedIndicesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListAttachedIndicesResult |
ListAttachedIndicesResult.clone() |
ListAttachedIndicesResult |
ListAttachedIndicesResult.withIndexAttachments(Collection<IndexAttachment> indexAttachments)
The indices attached to the specified object.
|
ListAttachedIndicesResult |
ListAttachedIndicesResult.withIndexAttachments(IndexAttachment... indexAttachments)
The indices attached to the specified object.
|
ListAttachedIndicesResult |
ListAttachedIndicesResult.withNextToken(String nextToken)
The pagination token.
|
Copyright © 2018. All rights reserved.