| Package | Description |
|---|---|
| software.amazon.awssdk.services.wisdom |
All Amazon Connect Wisdom functionality is accessible using the API.
|
| software.amazon.awssdk.services.wisdom.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListContentsResponse |
WisdomClient.listContents(Consumer<ListContentsRequest.Builder> listContentsRequest)
Lists the content.
|
default ListContentsResponse |
WisdomClient.listContents(ListContentsRequest listContentsRequest)
Lists the content.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListContentsResponse> |
WisdomAsyncClient.listContents(Consumer<ListContentsRequest.Builder> listContentsRequest)
Lists the content.
|
default CompletableFuture<ListContentsResponse> |
WisdomAsyncClient.listContents(ListContentsRequest listContentsRequest)
Lists the content.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListContentsResponse> |
ListContentsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListContentsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListContentsResponse> subscriber) |
Copyright © 2021. All rights reserved.