| Package | Description |
|---|---|
| com.amazonaws.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
Warning |
Warning.clone() |
Warning |
Warning.withCode(String code)
The code used to show the type of warning for the query.
|
Warning |
Warning.withCode(WarningCode code)
The code used to show the type of warning for the query.
|
Warning |
Warning.withMessage(String message)
The message that explains the problem with the query.
|
| Modifier and Type | Method and Description |
|---|---|
List<Warning> |
QueryResult.getWarnings()
A list of warning codes and their messages on problems with your query.
|
| Modifier and Type | Method and Description |
|---|---|
QueryResult |
QueryResult.withWarnings(Warning... warnings)
A list of warning codes and their messages on problems with your query.
|
| Modifier and Type | Method and Description |
|---|---|
void |
QueryResult.setWarnings(Collection<Warning> warnings)
A list of warning codes and their messages on problems with your query.
|
QueryResult |
QueryResult.withWarnings(Collection<Warning> warnings)
A list of warning codes and their messages on problems with your query.
|
Copyright © 2022. All rights reserved.