@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAmazonPersonalizeEventsAsync extends AbstractAmazonPersonalizeEvents implements AmazonPersonalizeEventsAsync
AmazonPersonalizeEventsAsync. Convenient method forms pass through to the
corresponding overload that takes a request object and an AsyncHandler, which throws an
UnsupportedOperationException.ENDPOINT_PREFIXgetCachedResponseMetadata, putActionInteractions, putActions, putEvents, putItems, putUsers, shutdownequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCachedResponseMetadata, putActionInteractions, putActions, putEvents, putItems, putUsers, shutdownpublic Future<PutActionInteractionsResult> putActionInteractionsAsync(PutActionInteractionsRequest request)
AmazonPersonalizeEventsAsyncRecords 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.
putActionInteractionsAsync in interface AmazonPersonalizeEventsAsyncpublic Future<PutActionInteractionsResult> putActionInteractionsAsync(PutActionInteractionsRequest request, AsyncHandler<PutActionInteractionsRequest,PutActionInteractionsResult> asyncHandler)
AmazonPersonalizeEventsAsyncRecords 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.
putActionInteractionsAsync in interface AmazonPersonalizeEventsAsyncasyncHandler - 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.public Future<PutActionsResult> putActionsAsync(PutActionsRequest request)
AmazonPersonalizeEventsAsyncAdds one or more actions to an Actions dataset. For more information see Importing actions individually.
putActionsAsync in interface AmazonPersonalizeEventsAsyncpublic Future<PutActionsResult> putActionsAsync(PutActionsRequest request, AsyncHandler<PutActionsRequest,PutActionsResult> asyncHandler)
AmazonPersonalizeEventsAsyncAdds one or more actions to an Actions dataset. For more information see Importing actions individually.
putActionsAsync in interface AmazonPersonalizeEventsAsyncasyncHandler - 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.public Future<PutEventsResult> putEventsAsync(PutEventsRequest request)
AmazonPersonalizeEventsAsyncRecords item interaction event data. For more information see Recording item interaction events.
putEventsAsync in interface AmazonPersonalizeEventsAsyncpublic Future<PutEventsResult> putEventsAsync(PutEventsRequest request, AsyncHandler<PutEventsRequest,PutEventsResult> asyncHandler)
AmazonPersonalizeEventsAsyncRecords item interaction event data. For more information see Recording item interaction events.
putEventsAsync in interface AmazonPersonalizeEventsAsyncasyncHandler - 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.public Future<PutItemsResult> putItemsAsync(PutItemsRequest request)
AmazonPersonalizeEventsAsyncAdds one or more items to an Items dataset. For more information see Importing items individually.
putItemsAsync in interface AmazonPersonalizeEventsAsyncpublic Future<PutItemsResult> putItemsAsync(PutItemsRequest request, AsyncHandler<PutItemsRequest,PutItemsResult> asyncHandler)
AmazonPersonalizeEventsAsyncAdds one or more items to an Items dataset. For more information see Importing items individually.
putItemsAsync in interface AmazonPersonalizeEventsAsyncasyncHandler - 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.public Future<PutUsersResult> putUsersAsync(PutUsersRequest request)
AmazonPersonalizeEventsAsyncAdds one or more users to a Users dataset. For more information see Importing users individually.
putUsersAsync in interface AmazonPersonalizeEventsAsyncpublic Future<PutUsersResult> putUsersAsync(PutUsersRequest request, AsyncHandler<PutUsersRequest,PutUsersResult> asyncHandler)
AmazonPersonalizeEventsAsyncAdds one or more users to a Users dataset. For more information see Importing users individually.
putUsersAsync in interface AmazonPersonalizeEventsAsyncasyncHandler - 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.