Uses of Class
software.amazon.awssdk.services.personalizeevents.model.PutActionsResponse
-
Packages that use PutActionsResponse 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 PutActionsResponse in software.amazon.awssdk.services.personalizeevents
Methods in software.amazon.awssdk.services.personalizeevents that return PutActionsResponse Modifier and Type Method Description default PutActionsResponsePersonalizeEventsClient. putActions(Consumer<PutActionsRequest.Builder> putActionsRequest)Adds one or more actions to an Actions dataset.default PutActionsResponsePersonalizeEventsClient. putActions(PutActionsRequest putActionsRequest)Adds one or more actions to an Actions dataset.Methods in software.amazon.awssdk.services.personalizeevents that return types with arguments of type PutActionsResponse Modifier and Type Method Description default CompletableFuture<PutActionsResponse>PersonalizeEventsAsyncClient. putActions(Consumer<PutActionsRequest.Builder> putActionsRequest)Adds one or more actions to an Actions dataset.default CompletableFuture<PutActionsResponse>PersonalizeEventsAsyncClient. putActions(PutActionsRequest putActionsRequest)Adds one or more actions to an Actions dataset.
-