@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_PREFIX
Modifier and Type | Method and Description |
---|---|
Future<PutEventsResult> |
putEventsAsync(PutEventsRequest request)
Records user interaction event data.
|
Future<PutEventsResult> |
putEventsAsync(PutEventsRequest request,
AsyncHandler<PutEventsRequest,PutEventsResult> asyncHandler)
Records user interaction event data.
|
Future<PutItemsResult> |
putItemsAsync(PutItemsRequest request)
Adds one or more items to an Items dataset.
|
Future<PutItemsResult> |
putItemsAsync(PutItemsRequest request,
AsyncHandler<PutItemsRequest,PutItemsResult> asyncHandler)
Adds one or more items to an Items dataset.
|
Future<PutUsersResult> |
putUsersAsync(PutUsersRequest request)
Adds one or more users to a Users dataset.
|
Future<PutUsersResult> |
putUsersAsync(PutUsersRequest request,
AsyncHandler<PutUsersRequest,PutUsersResult> asyncHandler)
Adds one or more users to a Users dataset.
|
getCachedResponseMetadata, putEvents, putItems, putUsers, shutdown
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getCachedResponseMetadata, putEvents, putItems, putUsers, shutdown
public Future<PutEventsResult> putEventsAsync(PutEventsRequest request)
AmazonPersonalizeEventsAsync
Records user interaction event data. For more information see Recording Events.
putEventsAsync
in interface AmazonPersonalizeEventsAsync
public Future<PutEventsResult> putEventsAsync(PutEventsRequest request, AsyncHandler<PutEventsRequest,PutEventsResult> asyncHandler)
AmazonPersonalizeEventsAsync
Records user interaction event data. For more information see Recording Events.
putEventsAsync
in interface AmazonPersonalizeEventsAsync
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.public Future<PutItemsResult> putItemsAsync(PutItemsRequest request)
AmazonPersonalizeEventsAsync
Adds one or more items to an Items dataset. For more information see Importing Items Incrementally.
putItemsAsync
in interface AmazonPersonalizeEventsAsync
public Future<PutItemsResult> putItemsAsync(PutItemsRequest request, AsyncHandler<PutItemsRequest,PutItemsResult> asyncHandler)
AmazonPersonalizeEventsAsync
Adds one or more items to an Items dataset. For more information see Importing Items Incrementally.
putItemsAsync
in interface AmazonPersonalizeEventsAsync
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.public Future<PutUsersResult> putUsersAsync(PutUsersRequest request)
AmazonPersonalizeEventsAsync
Adds one or more users to a Users dataset. For more information see Importing Users Incrementally.
putUsersAsync
in interface AmazonPersonalizeEventsAsync
public Future<PutUsersResult> putUsersAsync(PutUsersRequest request, AsyncHandler<PutUsersRequest,PutUsersResult> asyncHandler)
AmazonPersonalizeEventsAsync
Adds one or more users to a Users dataset. For more information see Importing Users Incrementally.
putUsersAsync
in interface AmazonPersonalizeEventsAsync
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.