| Package | Description |
|---|---|
| software.amazon.awssdk.services.clouddirectory |
|
| software.amazon.awssdk.services.clouddirectory.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListAttachedIndicesResponse> |
CloudDirectoryAsyncClient.listAttachedIndices(Consumer<ListAttachedIndicesRequest.Builder> listAttachedIndicesRequest)
Lists indices attached to the specified object.
|
default ListAttachedIndicesResponse |
CloudDirectoryClient.listAttachedIndices(Consumer<ListAttachedIndicesRequest.Builder> listAttachedIndicesRequest)
Lists indices attached to the specified object.
|
default ListAttachedIndicesPublisher |
CloudDirectoryAsyncClient.listAttachedIndicesPaginator(Consumer<ListAttachedIndicesRequest.Builder> listAttachedIndicesRequest)
Lists indices attached to the specified object.
|
default ListAttachedIndicesIterable |
CloudDirectoryClient.listAttachedIndicesPaginator(Consumer<ListAttachedIndicesRequest.Builder> listAttachedIndicesRequest)
Lists indices attached to the specified object.
|
| Modifier and Type | Method and Description |
|---|---|
static ListAttachedIndicesRequest.Builder |
ListAttachedIndicesRequest.builder() |
ListAttachedIndicesRequest.Builder |
ListAttachedIndicesRequest.Builder.consistencyLevel(ConsistencyLevel consistencyLevel)
The consistency level to use for this operation.
|
ListAttachedIndicesRequest.Builder |
ListAttachedIndicesRequest.Builder.consistencyLevel(String consistencyLevel)
The consistency level to use for this operation.
|
ListAttachedIndicesRequest.Builder |
ListAttachedIndicesRequest.Builder.directoryArn(String directoryArn)
The ARN of the directory.
|
ListAttachedIndicesRequest.Builder |
ListAttachedIndicesRequest.Builder.maxResults(Integer maxResults)
The maximum number of results to retrieve.
|
ListAttachedIndicesRequest.Builder |
ListAttachedIndicesRequest.Builder.nextToken(String nextToken)
The pagination token.
|
ListAttachedIndicesRequest.Builder |
ListAttachedIndicesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListAttachedIndicesRequest.Builder |
ListAttachedIndicesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default ListAttachedIndicesRequest.Builder |
ListAttachedIndicesRequest.Builder.targetReference(Consumer<ObjectReference.Builder> targetReference)
A reference to the object that has indices attached.
|
ListAttachedIndicesRequest.Builder |
ListAttachedIndicesRequest.Builder.targetReference(ObjectReference targetReference)
A reference to the object that has indices attached.
|
ListAttachedIndicesRequest.Builder |
ListAttachedIndicesRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListAttachedIndicesRequest.Builder> |
ListAttachedIndicesRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.