AutoCloseable
@Generated("software.amazon.awssdk:codegen") public interface MarketplaceCommerceAnalyticsClient extends AutoCloseable
builder()
method.
Provides AWS Marketplace business intelligence data on-demand.Modifier and Type | Field | Description |
---|---|---|
static String |
SERVICE_NAME |
Modifier and Type | Method | Description |
---|---|---|
static MarketplaceCommerceAnalyticsClientBuilder |
builder() |
Create a builder that can be used to configure and create a
MarketplaceCommerceAnalyticsClient . |
static MarketplaceCommerceAnalyticsClient |
create() |
Create a
MarketplaceCommerceAnalyticsClient with the region loaded from the
DefaultAwsRegionProviderChain and credentials loaded from the
DefaultCredentialsProvider . |
default 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.
|
static ServiceMetadata |
serviceMetadata() |
|
default 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 final String SERVICE_NAME
static MarketplaceCommerceAnalyticsClient create()
MarketplaceCommerceAnalyticsClient
with the region loaded from the
DefaultAwsRegionProviderChain
and credentials loaded from the
DefaultCredentialsProvider
.static MarketplaceCommerceAnalyticsClientBuilder builder()
MarketplaceCommerceAnalyticsClient
.default GenerateDataSetResponse generateDataSet(GenerateDataSetRequest generateDataSetRequest) throws MarketplaceCommerceAnalyticsServiceException, SdkBaseException, SdkClientException, MarketplaceCommerceAnalyticsException
generateDataSetRequest
- Container for the parameters to the GenerateDataSet operation.MarketplaceCommerceAnalyticsServiceException
- This exception is thrown when an internal service error occurs.SdkBaseException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc)MarketplaceCommerceAnalyticsException
- Base exception for all service exceptions. Unknown exceptions will be thrown as an instance of this typedefault StartSupportDataExportResponse startSupportDataExport(StartSupportDataExportRequest startSupportDataExportRequest) throws MarketplaceCommerceAnalyticsServiceException, SdkBaseException, SdkClientException, MarketplaceCommerceAnalyticsException
startSupportDataExportRequest
- Container for the parameters to the StartSupportDataExport operation.MarketplaceCommerceAnalyticsServiceException
- This exception is thrown when an internal service error occurs.SdkBaseException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc)MarketplaceCommerceAnalyticsException
- Base exception for all service exceptions. Unknown exceptions will be thrown as an instance of this typestatic ServiceMetadata serviceMetadata()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.