@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.
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, shutdown
Future<PutEventsResult> putEventsAsync(PutEventsRequest putEventsRequest)
Records user interaction event data.
putEventsRequest
- Future<PutEventsResult> putEventsAsync(PutEventsRequest putEventsRequest, AsyncHandler<PutEventsRequest,PutEventsResult> asyncHandler)
Records user interaction event data.
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 © 2013 Amazon Web Services, Inc. All Rights Reserved.