@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public interface AmazonPersonalizeEventsAsync extends AmazonPersonalizeEvents
AsyncHandler can be used to receive
notification when an asynchronous operation completes.
Note: Do not directly implement this interface, new methods are added to it regularly. Extend from
AbstractAmazonPersonalizeEventsAsync instead.
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. For more information see recording-events.
ENDPOINT_PREFIX| Modifier and Type | Method and Description |
|---|---|
Future<PutEventsResult> |
putEventsAsync(PutEventsRequest putEventsRequest)
Records user interaction event data.
|
Future<PutEventsResult> |
putEventsAsync(PutEventsRequest putEventsRequest,
AsyncHandler<PutEventsRequest,PutEventsResult> asyncHandler)
Records user interaction event data.
|
getCachedResponseMetadata, putEvents, shutdownFuture<PutEventsResult> putEventsAsync(PutEventsRequest putEventsRequest)
Records user interaction event data. For more information see event-record-api.
putEventsRequest - Future<PutEventsResult> putEventsAsync(PutEventsRequest putEventsRequest, AsyncHandler<PutEventsRequest,PutEventsResult> asyncHandler)
Records user interaction event data. For more information see event-record-api.
putEventsRequest - asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Copyright © 2020. All rights reserved.