| 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 |
|---|---|
Future<StartSupportDataExportResult> |
AWSMarketplaceCommerceAnalyticsAsyncClient.startSupportDataExportAsync(StartSupportDataExportRequest request,
AsyncHandler<StartSupportDataExportRequest,StartSupportDataExportResult> asyncHandler)
Deprecated.
|
Future<StartSupportDataExportResult> |
AWSMarketplaceCommerceAnalyticsAsync.startSupportDataExportAsync(StartSupportDataExportRequest startSupportDataExportRequest,
AsyncHandler<StartSupportDataExportRequest,StartSupportDataExportResult> asyncHandler)
Deprecated.
|
Future<StartSupportDataExportResult> |
AbstractAWSMarketplaceCommerceAnalyticsAsync.startSupportDataExportAsync(StartSupportDataExportRequest request,
AsyncHandler<StartSupportDataExportRequest,StartSupportDataExportResult> asyncHandler)
Deprecated.
|
| 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)
This target has been deprecated. (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)
This target has been deprecated. Specifies the data set type to be written to the output csv file.
|
StartSupportDataExportRequest |
StartSupportDataExportRequest.withDataSetType(SupportDataSetType dataSetType)
This target has been deprecated. Specifies the data set type to be written to the output csv file.
|
StartSupportDataExportRequest |
StartSupportDataExportRequest.withDestinationS3BucketName(String destinationS3BucketName)
This target has been deprecated. The name (friendly name, not ARN) of the destination S3 bucket.
|
StartSupportDataExportRequest |
StartSupportDataExportRequest.withDestinationS3Prefix(String destinationS3Prefix)
This target has been deprecated. (Optional) The desired S3 prefix for the published data set, similar to a
directory path in standard file systems.
|
StartSupportDataExportRequest |
StartSupportDataExportRequest.withFromDate(Date fromDate)
This target has been deprecated. The start date from which to retrieve the data set in UTC.
|
StartSupportDataExportRequest |
StartSupportDataExportRequest.withRoleNameArn(String roleNameArn)
This target has been deprecated. 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)
This target has been deprecated. 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 © 2024. All rights reserved.