| Package | Description |
|---|---|
| software.amazon.awssdk.services.clouddirectory |
|
| software.amazon.awssdk.services.clouddirectory.paginators | |
| software.amazon.awssdk.services.clouddirectory.transform |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListAttachedIndicesResponse> |
CloudDirectoryAsyncClient.listAttachedIndices(ListAttachedIndicesRequest listAttachedIndicesRequest)
Lists indices attached to the specified object.
|
default ListAttachedIndicesResponse |
CloudDirectoryClient.listAttachedIndices(ListAttachedIndicesRequest listAttachedIndicesRequest)
Lists indices attached to the specified object.
|
default ListAttachedIndicesPublisher |
CloudDirectoryAsyncClient.listAttachedIndicesPaginator(ListAttachedIndicesRequest listAttachedIndicesRequest)
Lists indices attached to the specified object.
|
default ListAttachedIndicesIterable |
CloudDirectoryClient.listAttachedIndicesPaginator(ListAttachedIndicesRequest listAttachedIndicesRequest)
Lists indices attached to the specified object.
|
| Constructor and Description |
|---|
ListAttachedIndicesIterable(CloudDirectoryClient client,
ListAttachedIndicesRequest firstRequest) |
ListAttachedIndicesPublisher(CloudDirectoryAsyncClient client,
ListAttachedIndicesRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListAttachedIndicesRequestMarshaller.marshall(ListAttachedIndicesRequest listAttachedIndicesRequest) |
Copyright © 2022. All rights reserved.