public interface AWSMarketplaceCommerceAnalyticsAsync extends AWSMarketplaceCommerceAnalytics
AsyncHandler
can be
used to receive notification when an asynchronous operation completes.
Provides AWS Marketplace business intelligence data on-demand.
Modifier and Type | Method and Description |
---|---|
Future<GenerateDataSetResult> |
generateDataSetAsync(GenerateDataSetRequest generateDataSetRequest)
Given a data set type and data set publication date, asynchronously
publishes the requested data set to the specified S3 bucket and notifies
the specified SNS topic once the data is available.
|
Future<GenerateDataSetResult> |
generateDataSetAsync(GenerateDataSetRequest generateDataSetRequest,
AsyncHandler<GenerateDataSetRequest,GenerateDataSetResult> asyncHandler)
Given a data set type and data set publication date, asynchronously
publishes the requested data set to the specified S3 bucket and notifies
the specified SNS topic once the data is available.
|
generateDataSet, getCachedResponseMetadata, setEndpoint, setRegion, shutdown
Future<GenerateDataSetResult> generateDataSetAsync(GenerateDataSetRequest generateDataSetRequest)
generateDataSetRequest
- Container for the parameters to the GenerateDataSet operation.Future<GenerateDataSetResult> generateDataSetAsync(GenerateDataSetRequest generateDataSetRequest, AsyncHandler<GenerateDataSetRequest,GenerateDataSetResult> asyncHandler)
generateDataSetRequest
- Container for the parameters to the GenerateDataSet operation.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.