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