Uses of Class
software.amazon.awssdk.services.kendra.model.QueryResultFormat
-
Packages that use QueryResultFormat Package Description software.amazon.awssdk.services.kendra.model -
-
Uses of QueryResultFormat in software.amazon.awssdk.services.kendra.model
Methods in software.amazon.awssdk.services.kendra.model that return QueryResultFormat Modifier and Type Method Description QueryResultFormatQueryResultItem. format()If theTypeof document within the response isANSWER, then it is either aTABLEanswer orTEXTanswer.static QueryResultFormatQueryResultFormat. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static QueryResultFormatQueryResultFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static QueryResultFormat[]QueryResultFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.kendra.model that return types with arguments of type QueryResultFormat Modifier and Type Method Description static Set<QueryResultFormat>QueryResultFormat. knownValues()Methods in software.amazon.awssdk.services.kendra.model with parameters of type QueryResultFormat Modifier and Type Method Description QueryResultItem.BuilderQueryResultItem.Builder. format(QueryResultFormat format)If theTypeof document within the response isANSWER, then it is either aTABLEanswer orTEXTanswer.
-