| Package | Description |
|---|---|
| software.amazon.awssdk.services.clouddirectory |
|
| software.amazon.awssdk.services.clouddirectory.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListAttachedIndicesResponse |
CloudDirectoryClient.listAttachedIndices(Consumer<ListAttachedIndicesRequest.Builder> listAttachedIndicesRequest)
Lists indices attached to the specified object.
|
default ListAttachedIndicesResponse |
CloudDirectoryClient.listAttachedIndices(ListAttachedIndicesRequest listAttachedIndicesRequest)
Lists indices attached to the specified object.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListAttachedIndicesResponse> |
CloudDirectoryAsyncClient.listAttachedIndices(Consumer<ListAttachedIndicesRequest.Builder> listAttachedIndicesRequest)
Lists indices attached to the specified object.
|
default CompletableFuture<ListAttachedIndicesResponse> |
CloudDirectoryAsyncClient.listAttachedIndices(ListAttachedIndicesRequest listAttachedIndicesRequest)
Lists indices attached to the specified object.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListAttachedIndicesResponse> |
ListAttachedIndicesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListAttachedIndicesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListAttachedIndicesResponse> subscriber) |
Copyright © 2022. All rights reserved.