Uses of Class
software.amazon.awssdk.services.qconnect.model.GetRecommendationsResponse
-
Packages that use GetRecommendationsResponse Package Description software.amazon.awssdk.services.qconnect -
-
Uses of GetRecommendationsResponse in software.amazon.awssdk.services.qconnect
Methods in software.amazon.awssdk.services.qconnect that return GetRecommendationsResponse Modifier and Type Method Description default GetRecommendationsResponseQConnectClient. getRecommendations(Consumer<GetRecommendationsRequest.Builder> getRecommendationsRequest)Retrieves recommendations for the specified session.default GetRecommendationsResponseQConnectClient. getRecommendations(GetRecommendationsRequest getRecommendationsRequest)Retrieves recommendations for the specified session.Methods in software.amazon.awssdk.services.qconnect that return types with arguments of type GetRecommendationsResponse Modifier and Type Method Description default CompletableFuture<GetRecommendationsResponse>QConnectAsyncClient. getRecommendations(Consumer<GetRecommendationsRequest.Builder> getRecommendationsRequest)Retrieves recommendations for the specified session.default CompletableFuture<GetRecommendationsResponse>QConnectAsyncClient. getRecommendations(GetRecommendationsRequest getRecommendationsRequest)Retrieves recommendations for the specified session.
-