| 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<ListIndexResponse> |
CloudDirectoryAsyncClient.listIndex(ListIndexRequest listIndexRequest)
Lists objects attached to the specified index.
|
default ListIndexResponse |
CloudDirectoryClient.listIndex(ListIndexRequest listIndexRequest)
Lists objects attached to the specified index.
|
default ListIndexPublisher |
CloudDirectoryAsyncClient.listIndexPaginator(ListIndexRequest listIndexRequest)
Lists objects attached to the specified index.
|
default ListIndexIterable |
CloudDirectoryClient.listIndexPaginator(ListIndexRequest listIndexRequest)
Lists objects attached to the specified index.
|
| Constructor and Description |
|---|
ListIndexIterable(CloudDirectoryClient client,
ListIndexRequest firstRequest) |
ListIndexPublisher(CloudDirectoryAsyncClient client,
ListIndexRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListIndexRequestMarshaller.marshall(ListIndexRequest listIndexRequest) |
Copyright © 2022. All rights reserved.