@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAWSMarketplaceCommerceAnalyticsAsync extends AbstractAWSMarketplaceCommerceAnalytics implements AWSMarketplaceCommerceAnalyticsAsync
AWSMarketplaceCommerceAnalyticsAsync
. 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<GenerateDataSetResult> |
generateDataSetAsync(GenerateDataSetRequest request)
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 request,
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 request)
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 request,
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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
generateDataSet, getCachedResponseMetadata, setEndpoint, setRegion, shutdown, startSupportDataExport
public Future<GenerateDataSetResult> generateDataSetAsync(GenerateDataSetRequest request)
AWSMarketplaceCommerceAnalyticsAsync
generateDataSetAsync
in interface AWSMarketplaceCommerceAnalyticsAsync
request
- Container for the parameters to the GenerateDataSet operation.public Future<GenerateDataSetResult> generateDataSetAsync(GenerateDataSetRequest request, AsyncHandler<GenerateDataSetRequest,GenerateDataSetResult> asyncHandler)
AWSMarketplaceCommerceAnalyticsAsync
generateDataSetAsync
in interface AWSMarketplaceCommerceAnalyticsAsync
request
- 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.public Future<StartSupportDataExportResult> startSupportDataExportAsync(StartSupportDataExportRequest request)
AWSMarketplaceCommerceAnalyticsAsync
startSupportDataExportAsync
in interface AWSMarketplaceCommerceAnalyticsAsync
request
- Container for the parameters to the StartSupportDataExport operation.public Future<StartSupportDataExportResult> startSupportDataExportAsync(StartSupportDataExportRequest request, AsyncHandler<StartSupportDataExportRequest,StartSupportDataExportResult> asyncHandler)
AWSMarketplaceCommerceAnalyticsAsync
startSupportDataExportAsync
in interface AWSMarketplaceCommerceAnalyticsAsync
request
- 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.