| 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 SearchSessionsResponse |
WisdomClient.searchSessions(Consumer<SearchSessionsRequest.Builder> searchSessionsRequest)
Searches for sessions.
|
default SearchSessionsResponse |
WisdomClient.searchSessions(SearchSessionsRequest searchSessionsRequest)
Searches for sessions.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<SearchSessionsResponse> |
WisdomAsyncClient.searchSessions(Consumer<SearchSessionsRequest.Builder> searchSessionsRequest)
Searches for sessions.
|
default CompletableFuture<SearchSessionsResponse> |
WisdomAsyncClient.searchSessions(SearchSessionsRequest searchSessionsRequest)
Searches for sessions.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<SearchSessionsResponse> |
SearchSessionsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
SearchSessionsPublisher.subscribe(org.reactivestreams.Subscriber<? super SearchSessionsResponse> subscriber) |
Copyright © 2021. All rights reserved.