| Package | Description |
|---|---|
| com.amazonaws.services.clouddirectory |
|
| com.amazonaws.services.clouddirectory.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListAttachedIndicesResult> |
AbstractAmazonCloudDirectoryAsync.listAttachedIndicesAsync(ListAttachedIndicesRequest request,
AsyncHandler<ListAttachedIndicesRequest,ListAttachedIndicesResult> asyncHandler) |
Future<ListAttachedIndicesResult> |
AmazonCloudDirectoryAsyncClient.listAttachedIndicesAsync(ListAttachedIndicesRequest request,
AsyncHandler<ListAttachedIndicesRequest,ListAttachedIndicesResult> asyncHandler) |
Future<ListAttachedIndicesResult> |
AmazonCloudDirectoryAsync.listAttachedIndicesAsync(ListAttachedIndicesRequest listAttachedIndicesRequest,
AsyncHandler<ListAttachedIndicesRequest,ListAttachedIndicesResult> asyncHandler)
Lists indices attached to the specified object.
|
| Modifier and Type | Method and Description |
|---|---|
ListAttachedIndicesRequest |
ListAttachedIndicesRequest.clone() |
ListAttachedIndicesRequest |
ListAttachedIndicesRequest.withConsistencyLevel(ConsistencyLevel consistencyLevel)
The consistency level to use for this operation.
|
ListAttachedIndicesRequest |
ListAttachedIndicesRequest.withConsistencyLevel(String consistencyLevel)
The consistency level to use for this operation.
|
ListAttachedIndicesRequest |
ListAttachedIndicesRequest.withDirectoryArn(String directoryArn)
The ARN of the directory.
|
ListAttachedIndicesRequest |
ListAttachedIndicesRequest.withMaxResults(Integer maxResults)
The maximum number of results to retrieve.
|
ListAttachedIndicesRequest |
ListAttachedIndicesRequest.withNextToken(String nextToken)
The pagination token.
|
ListAttachedIndicesRequest |
ListAttachedIndicesRequest.withTargetReference(ObjectReference targetReference)
A reference to the object that has indices attached.
|
Copyright © 2025. All rights reserved.