@Generated(value="software.amazon.awssdk:codegen") public interface MarketplaceCommerceAnalyticsAsyncClient extends SdkClient, SdkAutoCloseable
builder() method.
Provides AWS Marketplace business intelligence data on-demand.| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
| Modifier and Type | Method and 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(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> |
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(Consumer<StartSupportDataExportRequest.Builder> 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.
|
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.
|
serviceNameclosestatic final String SERVICE_NAME
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<GenerateDataSetResponse> generateDataSet(Consumer<GenerateDataSetRequest.Builder> generateDataSetRequest)
GenerateDataSetRequest.Builder avoiding the need
to create one manually via GenerateDataSetRequest.builder()generateDataSetRequest - a Consumer that will call methods on GenerateDataSetRequest.Builder.default CompletableFuture<StartSupportDataExportResponse> startSupportDataExport(StartSupportDataExportRequest startSupportDataExportRequest)
startSupportDataExportRequest - Container for the parameters to the StartSupportDataExport operation.default CompletableFuture<StartSupportDataExportResponse> startSupportDataExport(Consumer<StartSupportDataExportRequest.Builder> startSupportDataExportRequest)
StartSupportDataExportRequest.Builder avoiding the
need to create one manually via StartSupportDataExportRequest.builder()startSupportDataExportRequest - a Consumer that will call methods on StartSupportDataExportRequest.Builder.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.