@Generated(value="software.amazon.awssdk:codegen") @ThreadSafe public interface MarketplaceCommerceAnalyticsClient extends AwsClient
builder() method.
Provides AWS Marketplace business intelligence data on-demand.| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_METADATA_ID
Value for looking up the service's metadata from the
ServiceMetadataProvider. |
static String |
SERVICE_NAME |
| Modifier and Type | Method and 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(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 |
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 MarketplaceCommerceAnalyticsServiceClientConfiguration |
serviceClientConfiguration() |
static ServiceMetadata |
serviceMetadata() |
default 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 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 final String SERVICE_METADATA_ID
ServiceMetadataProvider.default GenerateDataSetResponse generateDataSet(GenerateDataSetRequest generateDataSetRequest) throws MarketplaceCommerceAnalyticsServiceException, AwsServiceException, SdkClientException, MarketplaceCommerceAnalyticsException
generateDataSetRequest - Container for the parameters to the GenerateDataSet operation.MarketplaceCommerceAnalyticsServiceException - This exception is thrown when an internal service error occurs.SdkException - 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 class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GenerateDataSetResponse generateDataSet(Consumer<GenerateDataSetRequest.Builder> generateDataSetRequest) throws MarketplaceCommerceAnalyticsServiceException, AwsServiceException, SdkClientException, MarketplaceCommerceAnalyticsException
This is a convenience which creates an instance of the GenerateDataSetRequest.Builder avoiding the need
to create one manually via GenerateDataSetRequest.builder()
generateDataSetRequest - A Consumer that will call methods on
GenerateDataSetRequest.Builder
to create a request. Container for the parameters to the GenerateDataSet operation.MarketplaceCommerceAnalyticsServiceException - This exception is thrown when an internal service error occurs.SdkException - 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 class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault StartSupportDataExportResponse startSupportDataExport(StartSupportDataExportRequest startSupportDataExportRequest) throws MarketplaceCommerceAnalyticsServiceException, AwsServiceException, SdkClientException, MarketplaceCommerceAnalyticsException
startSupportDataExportRequest - Container for the parameters to the StartSupportDataExport operation.MarketplaceCommerceAnalyticsServiceException - This exception is thrown when an internal service error occurs.SdkException - 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 class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault StartSupportDataExportResponse startSupportDataExport(Consumer<StartSupportDataExportRequest.Builder> startSupportDataExportRequest) throws MarketplaceCommerceAnalyticsServiceException, AwsServiceException, SdkClientException, MarketplaceCommerceAnalyticsException
This is a convenience which creates an instance of the StartSupportDataExportRequest.Builder avoiding the
need to create one manually via StartSupportDataExportRequest.builder()
startSupportDataExportRequest - A Consumer that will call methods on
StartSupportDataExportRequest.Builder
to create a request. Container for the parameters to the StartSupportDataExport operation.MarketplaceCommerceAnalyticsServiceException - This exception is thrown when an internal service error occurs.SdkException - 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 class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptionstatic MarketplaceCommerceAnalyticsClient create()
MarketplaceCommerceAnalyticsClient with the region loaded from the
DefaultAwsRegionProviderChain and credentials loaded from the
DefaultCredentialsProvider.static MarketplaceCommerceAnalyticsClientBuilder builder()
MarketplaceCommerceAnalyticsClient.static ServiceMetadata serviceMetadata()
default MarketplaceCommerceAnalyticsServiceClientConfiguration serviceClientConfiguration()
serviceClientConfiguration in interface AwsClientserviceClientConfiguration in interface SdkClientCopyright © 2023. All rights reserved.