| Package | Description |
|---|---|
| software.amazon.awssdk.services.wisdom.model | |
| software.amazon.awssdk.services.wisdom.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<ResultData> |
QueryAssistantResponse.results()
The results of the query.
|
| Modifier and Type | Method and Description |
|---|---|
QueryAssistantResponse.Builder |
QueryAssistantResponse.Builder.results(ResultData... results)
The results of the query.
|
| Modifier and Type | Method and Description |
|---|---|
QueryAssistantResponse.Builder |
QueryAssistantResponse.Builder.results(Collection<ResultData> results)
The results of the query.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<ResultData> |
QueryAssistantPublisher.results()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<ResultData> |
QueryAssistantIterable.results()
Returns an iterable to iterate through the paginated
QueryAssistantResponse.results() member. |
Copyright © 2023. All rights reserved.