Uses of Class
software.amazon.awssdk.services.qconnect.model.QuickResponseSearchResultData
-
Packages that use QuickResponseSearchResultData Package Description software.amazon.awssdk.services.qconnect.model software.amazon.awssdk.services.qconnect.paginators -
-
Uses of QuickResponseSearchResultData in software.amazon.awssdk.services.qconnect.model
Methods in software.amazon.awssdk.services.qconnect.model that return types with arguments of type QuickResponseSearchResultData Modifier and Type Method Description List<QuickResponseSearchResultData>SearchQuickResponsesResponse. results()The results of the quick response search.Methods in software.amazon.awssdk.services.qconnect.model with parameters of type QuickResponseSearchResultData Modifier and Type Method Description SearchQuickResponsesResponse.BuilderSearchQuickResponsesResponse.Builder. results(QuickResponseSearchResultData... results)The results of the quick response search.Method parameters in software.amazon.awssdk.services.qconnect.model with type arguments of type QuickResponseSearchResultData Modifier and Type Method Description SearchQuickResponsesResponse.BuilderSearchQuickResponsesResponse.Builder. results(Collection<QuickResponseSearchResultData> results)The results of the quick response search. -
Uses of QuickResponseSearchResultData in software.amazon.awssdk.services.qconnect.paginators
Methods in software.amazon.awssdk.services.qconnect.paginators that return types with arguments of type QuickResponseSearchResultData Modifier and Type Method Description SdkIterable<QuickResponseSearchResultData>SearchQuickResponsesIterable. results()Returns an iterable to iterate through the paginatedSearchQuickResponsesResponse.results()member.SdkPublisher<QuickResponseSearchResultData>SearchQuickResponsesPublisher. results()Returns a publisher that can be used to get a stream of data.
-