@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 item interaction events.
ENDPOINT_PREFIX
getCachedResponseMetadata, putActionInteractions, putActions, putEvents, putItems, putUsers, shutdown
Future<PutActionInteractionsResult> putActionInteractionsAsync(PutActionInteractionsRequest putActionInteractionsRequest)
Records action interaction event data. An action interaction event is an interaction between a user and an action. For example, a user taking an action, such a enrolling in a membership program or downloading your app.
For more information about recording action interactions, see Recording action interaction events. For more information about actions in an Actions dataset, see Actions dataset.
putActionInteractionsRequest
- Future<PutActionInteractionsResult> putActionInteractionsAsync(PutActionInteractionsRequest putActionInteractionsRequest, AsyncHandler<PutActionInteractionsRequest,PutActionInteractionsResult> asyncHandler)
Records action interaction event data. An action interaction event is an interaction between a user and an action. For example, a user taking an action, such a enrolling in a membership program or downloading your app.
For more information about recording action interactions, see Recording action interaction events. For more information about actions in an Actions dataset, see Actions dataset.
putActionInteractionsRequest
- 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<PutActionsResult> putActionsAsync(PutActionsRequest putActionsRequest)
Adds one or more actions to an Actions dataset. For more information see Importing actions individually.
putActionsRequest
- Future<PutActionsResult> putActionsAsync(PutActionsRequest putActionsRequest, AsyncHandler<PutActionsRequest,PutActionsResult> asyncHandler)
Adds one or more actions to an Actions dataset. For more information see Importing actions individually.
putActionsRequest
- 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<PutEventsResult> putEventsAsync(PutEventsRequest putEventsRequest)
Records item interaction event data. For more information see Recording item interaction events.
putEventsRequest
- Future<PutEventsResult> putEventsAsync(PutEventsRequest putEventsRequest, AsyncHandler<PutEventsRequest,PutEventsResult> asyncHandler)
Records item interaction event data. For more information see Recording item interaction 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 individually.
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 individually.
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 individually.
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 individually.
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.