Uses of Class
software.amazon.awssdk.services.kendra.model.Warning
-
Packages that use Warning Package Description software.amazon.awssdk.services.kendra.model -
-
Uses of Warning in software.amazon.awssdk.services.kendra.model
Methods in software.amazon.awssdk.services.kendra.model that return types with arguments of type Warning Modifier and Type Method Description List<Warning>QueryResponse. warnings()A list of warning codes and their messages on problems with your query.Methods in software.amazon.awssdk.services.kendra.model with parameters of type Warning Modifier and Type Method Description QueryResponse.BuilderQueryResponse.Builder. warnings(Warning... warnings)A list of warning codes and their messages on problems with your query.Method parameters in software.amazon.awssdk.services.kendra.model with type arguments of type Warning Modifier and Type Method Description QueryResponse.BuilderQueryResponse.Builder. warnings(Collection<Warning> warnings)A list of warning codes and their messages on problems with your query.
-