Uses of Class
software.amazon.awssdk.services.personalizeevents.model.PutActionInteractionsResponse
-
Packages that use PutActionInteractionsResponse Package Description software.amazon.awssdk.services.personalizeevents Amazon Personalize can consume real-time user event data, such as stream or click data, and use it for model training either alone or combined with historical data. -
-
Uses of PutActionInteractionsResponse in software.amazon.awssdk.services.personalizeevents
Methods in software.amazon.awssdk.services.personalizeevents that return PutActionInteractionsResponse Modifier and Type Method Description default PutActionInteractionsResponsePersonalizeEventsClient. putActionInteractions(Consumer<PutActionInteractionsRequest.Builder> putActionInteractionsRequest)Records action interaction event data.default PutActionInteractionsResponsePersonalizeEventsClient. putActionInteractions(PutActionInteractionsRequest putActionInteractionsRequest)Records action interaction event data.Methods in software.amazon.awssdk.services.personalizeevents that return types with arguments of type PutActionInteractionsResponse Modifier and Type Method Description default CompletableFuture<PutActionInteractionsResponse>PersonalizeEventsAsyncClient. putActionInteractions(Consumer<PutActionInteractionsRequest.Builder> putActionInteractionsRequest)Records action interaction event data.default CompletableFuture<PutActionInteractionsResponse>PersonalizeEventsAsyncClient. putActionInteractions(PutActionInteractionsRequest putActionInteractionsRequest)Records action interaction event data.
-