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.
ENDPOINT_PREFIX
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.
|
Future<StartSupportDataExportResult> |
startSupportDataExportAsync(StartSupportDataExportRequest startSupportDataExportRequest)
Given a data set type and a from date, asynchronously publishes the
requested customer support data to the specified S3 bucket and notifies
the specified SNS topic once the data is available.
|
Future<StartSupportDataExportResult> |
startSupportDataExportAsync(StartSupportDataExportRequest startSupportDataExportRequest,
AsyncHandler<StartSupportDataExportRequest,StartSupportDataExportResult> asyncHandler)
Given a data set type and a from date, asynchronously publishes the
requested customer support data to the specified S3 bucket and notifies
the specified SNS topic once the data is available.
|
generateDataSet, getCachedResponseMetadata, setEndpoint, setRegion, shutdown, startSupportDataExport
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.Future<StartSupportDataExportResult> startSupportDataExportAsync(StartSupportDataExportRequest startSupportDataExportRequest)
startSupportDataExportRequest
- Container for the parameters to the StartSupportDataExport
operation.Future<StartSupportDataExportResult> startSupportDataExportAsync(StartSupportDataExportRequest startSupportDataExportRequest, AsyncHandler<StartSupportDataExportRequest,StartSupportDataExportResult> asyncHandler)
startSupportDataExportRequest
- Container for the parameters to the StartSupportDataExport
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.