Uses of Class
software.amazon.awssdk.services.personalizeevents.model.PutItemsRequest
-
Packages that use PutItemsRequest 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.software.amazon.awssdk.services.personalizeevents.transform -
-
Uses of PutItemsRequest in software.amazon.awssdk.services.personalizeevents
Methods in software.amazon.awssdk.services.personalizeevents with parameters of type PutItemsRequest Modifier and Type Method Description default CompletableFuture<PutItemsResponse>PersonalizeEventsAsyncClient. putItems(PutItemsRequest putItemsRequest)Adds one or more items to an Items dataset.default PutItemsResponsePersonalizeEventsClient. putItems(PutItemsRequest putItemsRequest)Adds one or more items to an Items dataset. -
Uses of PutItemsRequest in software.amazon.awssdk.services.personalizeevents.transform
Methods in software.amazon.awssdk.services.personalizeevents.transform with parameters of type PutItemsRequest Modifier and Type Method Description SdkHttpFullRequestPutItemsRequestMarshaller. marshall(PutItemsRequest putItemsRequest)
-