Uses of Class
software.amazon.awssdk.services.qconnect.model.QueryTextInputData
-
Packages that use QueryTextInputData Package Description software.amazon.awssdk.services.qconnect.model -
-
Uses of QueryTextInputData in software.amazon.awssdk.services.qconnect.model
Methods in software.amazon.awssdk.services.qconnect.model that return QueryTextInputData Modifier and Type Method Description QueryTextInputDataQueryInputData. queryTextInputData()Input information for the query.Methods in software.amazon.awssdk.services.qconnect.model with parameters of type QueryTextInputData Modifier and Type Method Description static QueryInputDataQueryInputData. fromQueryTextInputData(QueryTextInputData queryTextInputData)Create an instance of this class withQueryInputData.queryTextInputData()initialized to the given value.QueryInputData.BuilderQueryInputData.Builder. queryTextInputData(QueryTextInputData queryTextInputData)Input information for the query.
-