@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.
|
Future<PutItemsResult> |
putItemsAsync(PutItemsRequest putItemsRequest)
Adds one or more items to an Items dataset.
|
Future<PutItemsResult> |
putItemsAsync(PutItemsRequest putItemsRequest,
AsyncHandler<PutItemsRequest,PutItemsResult> asyncHandler)
Adds one or more items to an Items dataset.
|
Future<PutUsersResult> |
putUsersAsync(PutUsersRequest putUsersRequest)
Adds one or more users to a Users dataset.
|
Future<PutUsersResult> |
putUsersAsync(PutUsersRequest putUsersRequest,
AsyncHandler<PutUsersRequest,PutUsersResult> asyncHandler)
Adds one or more users to a Users dataset.
|
getCachedResponseMetadata, putEvents, putItems, putUsers, shutdown
Future<PutEventsResult> putEventsAsync(PutEventsRequest putEventsRequest)
Records user interaction event data. For more information see Recording Events.
putEventsRequest
- Future<PutEventsResult> putEventsAsync(PutEventsRequest putEventsRequest, AsyncHandler<PutEventsRequest,PutEventsResult> asyncHandler)
Records user interaction event data. For more information see Recording Events.
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.Future<PutItemsResult> putItemsAsync(PutItemsRequest putItemsRequest)
Adds one or more items to an Items dataset. For more information see Importing Items Incrementally.
putItemsRequest
- Future<PutItemsResult> putItemsAsync(PutItemsRequest putItemsRequest, AsyncHandler<PutItemsRequest,PutItemsResult> asyncHandler)
Adds one or more items to an Items dataset. For more information see Importing Items Incrementally.
putItemsRequest
- 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.Future<PutUsersResult> putUsersAsync(PutUsersRequest putUsersRequest)
Adds one or more users to a Users dataset. For more information see Importing Users Incrementally.
putUsersRequest
- Future<PutUsersResult> putUsersAsync(PutUsersRequest putUsersRequest, AsyncHandler<PutUsersRequest,PutUsersResult> asyncHandler)
Adds one or more users to a Users dataset. For more information see Importing Users Incrementally.
putUsersRequest
- 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.