| Package | Description |
|---|---|
| software.amazon.awssdk.services.clouddirectory |
|
| software.amazon.awssdk.services.clouddirectory.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListIndexResponse |
CloudDirectoryClient.listIndex(Consumer<ListIndexRequest.Builder> listIndexRequest)
Lists objects attached to the specified index.
|
default ListIndexResponse |
CloudDirectoryClient.listIndex(ListIndexRequest listIndexRequest)
Lists objects attached to the specified index.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListIndexResponse> |
CloudDirectoryAsyncClient.listIndex(Consumer<ListIndexRequest.Builder> listIndexRequest)
Lists objects attached to the specified index.
|
default CompletableFuture<ListIndexResponse> |
CloudDirectoryAsyncClient.listIndex(ListIndexRequest listIndexRequest)
Lists objects attached to the specified index.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListIndexResponse> |
ListIndexIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListIndexPublisher.subscribe(org.reactivestreams.Subscriber<? super ListIndexResponse> subscriber) |
Copyright © 2022. All rights reserved.