| Package | Description |
|---|---|
| com.amazonaws.services.clouddirectory |
|
| com.amazonaws.services.clouddirectory.model |
| Modifier and Type | Method and Description |
|---|---|
ListIndexResult |
AmazonCloudDirectoryClient.listIndex(ListIndexRequest request)
Lists objects attached to the specified index.
|
ListIndexResult |
AmazonCloudDirectory.listIndex(ListIndexRequest listIndexRequest)
Lists objects attached to the specified index.
|
ListIndexResult |
AbstractAmazonCloudDirectory.listIndex(ListIndexRequest request) |
Future<ListIndexResult> |
AbstractAmazonCloudDirectoryAsync.listIndexAsync(ListIndexRequest request) |
Future<ListIndexResult> |
AmazonCloudDirectoryAsyncClient.listIndexAsync(ListIndexRequest request) |
Future<ListIndexResult> |
AmazonCloudDirectoryAsync.listIndexAsync(ListIndexRequest listIndexRequest)
Lists objects attached to the specified index.
|
Future<ListIndexResult> |
AbstractAmazonCloudDirectoryAsync.listIndexAsync(ListIndexRequest request,
AsyncHandler<ListIndexRequest,ListIndexResult> asyncHandler) |
Future<ListIndexResult> |
AmazonCloudDirectoryAsyncClient.listIndexAsync(ListIndexRequest request,
AsyncHandler<ListIndexRequest,ListIndexResult> asyncHandler) |
Future<ListIndexResult> |
AmazonCloudDirectoryAsync.listIndexAsync(ListIndexRequest listIndexRequest,
AsyncHandler<ListIndexRequest,ListIndexResult> asyncHandler)
Lists objects attached to the specified index.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListIndexResult> |
AbstractAmazonCloudDirectoryAsync.listIndexAsync(ListIndexRequest request,
AsyncHandler<ListIndexRequest,ListIndexResult> asyncHandler) |
Future<ListIndexResult> |
AmazonCloudDirectoryAsyncClient.listIndexAsync(ListIndexRequest request,
AsyncHandler<ListIndexRequest,ListIndexResult> asyncHandler) |
Future<ListIndexResult> |
AmazonCloudDirectoryAsync.listIndexAsync(ListIndexRequest listIndexRequest,
AsyncHandler<ListIndexRequest,ListIndexResult> asyncHandler)
Lists objects attached to the specified index.
|
| Modifier and Type | Method and Description |
|---|---|
ListIndexRequest |
ListIndexRequest.clone() |
ListIndexRequest |
ListIndexRequest.withConsistencyLevel(ConsistencyLevel consistencyLevel)
The consistency level to execute the request at.
|
ListIndexRequest |
ListIndexRequest.withConsistencyLevel(String consistencyLevel)
The consistency level to execute the request at.
|
ListIndexRequest |
ListIndexRequest.withDirectoryArn(String directoryArn)
The ARN of the directory that the index exists in.
|
ListIndexRequest |
ListIndexRequest.withIndexReference(ObjectReference indexReference)
The reference to the index to list.
|
ListIndexRequest |
ListIndexRequest.withMaxResults(Integer maxResults)
The maximum number of objects in a single page to retrieve from the index during a request.
|
ListIndexRequest |
ListIndexRequest.withNextToken(String nextToken)
The pagination token.
|
ListIndexRequest |
ListIndexRequest.withRangesOnIndexedValues(Collection<ObjectAttributeRange> rangesOnIndexedValues)
Specifies the ranges of indexed values that you want to query.
|
ListIndexRequest |
ListIndexRequest.withRangesOnIndexedValues(ObjectAttributeRange... rangesOnIndexedValues)
Specifies the ranges of indexed values that you want to query.
|
Copyright © 2021. All rights reserved.