| Package | Description |
|---|---|
| software.amazon.awssdk.services.marketplacecommerceanalytics |
Provides AWS Marketplace business intelligence data on-demand.
|
| Modifier and Type | Method and Description |
|---|---|
default GenerateDataSetResponse |
MarketplaceCommerceAnalyticsClient.generateDataSet(Consumer<GenerateDataSetRequest.Builder> 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.
|
default GenerateDataSetResponse |
MarketplaceCommerceAnalyticsClient.generateDataSet(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.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GenerateDataSetResponse> |
MarketplaceCommerceAnalyticsAsyncClient.generateDataSet(Consumer<GenerateDataSetRequest.Builder> 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.
|
default CompletableFuture<GenerateDataSetResponse> |
MarketplaceCommerceAnalyticsAsyncClient.generateDataSet(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.
|
Copyright © 2022. All rights reserved.