AutoCloseable
@Generated("software.amazon.awssdk:codegen") public interface MarketplaceCommerceAnalyticsAsyncClient extends AutoCloseable
builder()
method.
Provides AWS Marketplace business intelligence data on-demand.Modifier and Type | Method | Description |
---|---|---|
static MarketplaceCommerceAnalyticsAsyncClientBuilder |
builder() |
Create a builder that can be used to configure and create a
MarketplaceCommerceAnalyticsAsyncClient . |
static MarketplaceCommerceAnalyticsAsyncClient |
create() |
Create a
MarketplaceCommerceAnalyticsAsyncClient with the region loaded from the
DefaultAwsRegionProviderChain and credentials loaded from the
DefaultCredentialsProvider . |
default CompletableFuture<GenerateDataSetResponse> |
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.
|
default CompletableFuture<StartSupportDataExportResponse> |
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.
|
close
static MarketplaceCommerceAnalyticsAsyncClient create()
MarketplaceCommerceAnalyticsAsyncClient
with the region loaded from the
DefaultAwsRegionProviderChain
and credentials loaded from the
DefaultCredentialsProvider
.static MarketplaceCommerceAnalyticsAsyncClientBuilder builder()
MarketplaceCommerceAnalyticsAsyncClient
.default CompletableFuture<GenerateDataSetResponse> generateDataSet(GenerateDataSetRequest generateDataSetRequest)
generateDataSetRequest
- Container for the parameters to the GenerateDataSet operation.default CompletableFuture<StartSupportDataExportResponse> startSupportDataExport(StartSupportDataExportRequest startSupportDataExportRequest)
startSupportDataExportRequest
- Container for the parameters to the StartSupportDataExport operation.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.