public interface AmazonMobileAnalyticsAsync extends AmazonMobileAnalytics
A service which is used to record Amazon Mobile Analytics events
| Modifier and Type | Method and Description |
|---|---|
java.util.concurrent.Future<java.lang.Void> |
putEventsAsync(PutEventsRequest putEventsRequest)
Record a batch of events
|
java.util.concurrent.Future<java.lang.Void> |
putEventsAsync(PutEventsRequest putEventsRequest,
AsyncHandler<PutEventsRequest,java.lang.Void> asyncHandler)
Record a batch of events
|
getCachedResponseMetadata, putEvents, setEndpoint, setRegion, shutdownjava.util.concurrent.Future<java.lang.Void> putEventsAsync(PutEventsRequest putEventsRequest) throws AmazonServiceException, AmazonClientException
Record a batch of events
putEventsRequest - Container for the necessary parameters to
execute the PutEvents operation on AmazonMobileAnalytics.AmazonClientException - If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.AmazonServiceException - If an error response is returned by AmazonMobileAnalytics indicating
either a problem with the data in the request, or a server side issue.java.util.concurrent.Future<java.lang.Void> putEventsAsync(PutEventsRequest putEventsRequest, AsyncHandler<PutEventsRequest,java.lang.Void> asyncHandler) throws AmazonServiceException, AmazonClientException
Record a batch of events
putEventsRequest - Container for the necessary parameters to
execute the PutEvents operation on AmazonMobileAnalytics.asyncHandler - Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the implementation of
the four callback methods in this interface to process the operation
result or handle the exception.AmazonClientException - If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.AmazonServiceException - If an error response is returned by AmazonMobileAnalytics indicating
either a problem with the data in the request, or a server side issue.