| Package | Description |
|---|---|
| software.amazon.awssdk.services.wisdom |
All Amazon Connect Wisdom functionality is accessible using the API.
|
| Modifier and Type | Method and Description |
|---|---|
default GetSessionResponse |
WisdomClient.getSession(Consumer<GetSessionRequest.Builder> getSessionRequest)
Retrieves information for a specified session.
|
default GetSessionResponse |
WisdomClient.getSession(GetSessionRequest getSessionRequest)
Retrieves information for a specified session.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetSessionResponse> |
WisdomAsyncClient.getSession(Consumer<GetSessionRequest.Builder> getSessionRequest)
Retrieves information for a specified session.
|
default CompletableFuture<GetSessionResponse> |
WisdomAsyncClient.getSession(GetSessionRequest getSessionRequest)
Retrieves information for a specified session.
|
Copyright © 2021. All rights reserved.