| Package | Description |
|---|---|
| com.amazonaws.services.marketplacecommerceanalytics |
Provides AWS Marketplace business intelligence data on-demand.
|
| com.amazonaws.services.marketplacecommerceanalytics.model |
| Modifier and Type | Method and Description |
|---|---|
StartSupportDataExportResult |
AbstractAWSMarketplaceCommerceAnalytics.startSupportDataExport(StartSupportDataExportRequest request) |
StartSupportDataExportResult |
AWSMarketplaceCommerceAnalyticsClient.startSupportDataExport(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.
|
StartSupportDataExportResult |
AWSMarketplaceCommerceAnalytics.startSupportDataExport(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> |
AWSMarketplaceCommerceAnalyticsAsyncClient.startSupportDataExportAsync(StartSupportDataExportRequest request) |
Future<StartSupportDataExportResult> |
AbstractAWSMarketplaceCommerceAnalyticsAsync.startSupportDataExportAsync(StartSupportDataExportRequest request) |
Future<StartSupportDataExportResult> |
AWSMarketplaceCommerceAnalyticsAsync.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> |
AWSMarketplaceCommerceAnalyticsAsyncClient.startSupportDataExportAsync(StartSupportDataExportRequest request,
AsyncHandler<StartSupportDataExportRequest,StartSupportDataExportResult> asyncHandler) |
Future<StartSupportDataExportResult> |
AbstractAWSMarketplaceCommerceAnalyticsAsync.startSupportDataExportAsync(StartSupportDataExportRequest request,
AsyncHandler<StartSupportDataExportRequest,StartSupportDataExportResult> asyncHandler) |
Future<StartSupportDataExportResult> |
AWSMarketplaceCommerceAnalyticsAsync.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.
|
| Modifier and Type | Method and Description |
|---|---|
StartSupportDataExportRequest |
StartSupportDataExportRequest.addCustomerDefinedValuesEntry(String key,
String value)
Add a single CustomerDefinedValues entry
|
StartSupportDataExportRequest |
StartSupportDataExportRequest.clearCustomerDefinedValuesEntries()
Removes all the entries added into CustomerDefinedValues.
|
StartSupportDataExportRequest |
StartSupportDataExportRequest.clone() |
StartSupportDataExportRequest |
StartSupportDataExportRequest.withCustomerDefinedValues(Map<String,String> customerDefinedValues)
(Optional) Key-value pairs which will be returned, unmodified, in the Amazon SNS notification message and the
data set metadata file.
|
StartSupportDataExportRequest |
StartSupportDataExportRequest.withDataSetType(String dataSetType)
Specifies the data set type to be written to the output csv file.
|
StartSupportDataExportRequest |
StartSupportDataExportRequest.withDataSetType(SupportDataSetType dataSetType)
Specifies the data set type to be written to the output csv file.
|
StartSupportDataExportRequest |
StartSupportDataExportRequest.withDestinationS3BucketName(String destinationS3BucketName)
The name (friendly name, not ARN) of the destination S3 bucket.
|
StartSupportDataExportRequest |
StartSupportDataExportRequest.withDestinationS3Prefix(String destinationS3Prefix)
(Optional) The desired S3 prefix for the published data set, similar to a directory path in standard file
systems.
|
StartSupportDataExportRequest |
StartSupportDataExportRequest.withFromDate(Date fromDate)
The start date from which to retrieve the data set in UTC.
|
StartSupportDataExportRequest |
StartSupportDataExportRequest.withRoleNameArn(String roleNameArn)
The Amazon Resource Name (ARN) of the Role with an attached permissions policy to interact with the provided AWS
services.
|
StartSupportDataExportRequest |
StartSupportDataExportRequest.withSnsTopicArn(String snsTopicArn)
Amazon Resource Name (ARN) for the SNS Topic that will be notified when the data set has been published or if an
error has occurred.
|
Copyright © 2021. All rights reserved.