Uses of Class
software.amazon.awssdk.services.pinpoint.model.GetRecommenderConfigurationsResponse
-
Packages that use GetRecommenderConfigurationsResponse Package Description software.amazon.awssdk.services.pinpoint Doc Engage API - Amazon Pinpoint API -
-
Uses of GetRecommenderConfigurationsResponse in software.amazon.awssdk.services.pinpoint
Methods in software.amazon.awssdk.services.pinpoint that return GetRecommenderConfigurationsResponse Modifier and Type Method Description default GetRecommenderConfigurationsResponsePinpointClient. getRecommenderConfigurations(Consumer<GetRecommenderConfigurationsRequest.Builder> getRecommenderConfigurationsRequest)Retrieves information about all the recommender model configurations that are associated with your Amazon Pinpoint account.default GetRecommenderConfigurationsResponsePinpointClient. getRecommenderConfigurations(GetRecommenderConfigurationsRequest getRecommenderConfigurationsRequest)Retrieves information about all the recommender model configurations that are associated with your Amazon Pinpoint account.Methods in software.amazon.awssdk.services.pinpoint that return types with arguments of type GetRecommenderConfigurationsResponse Modifier and Type Method Description default CompletableFuture<GetRecommenderConfigurationsResponse>PinpointAsyncClient. getRecommenderConfigurations(Consumer<GetRecommenderConfigurationsRequest.Builder> getRecommenderConfigurationsRequest)Retrieves information about all the recommender model configurations that are associated with your Amazon Pinpoint account.default CompletableFuture<GetRecommenderConfigurationsResponse>PinpointAsyncClient. getRecommenderConfigurations(GetRecommenderConfigurationsRequest getRecommenderConfigurationsRequest)Retrieves information about all the recommender model configurations that are associated with your Amazon Pinpoint account.
-