Méthode | Description | |
---|---|---|
AmazonAWSMarketplaceCommerceAnalyticsClient ( ) : System |
Constructs AmazonAWSMarketplaceCommerceAnalyticsClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
|
|
AmazonAWSMarketplaceCommerceAnalyticsClient ( |
Constructs AmazonAWSMarketplaceCommerceAnalyticsClient with AWS Credentials
|
|
AmazonAWSMarketplaceCommerceAnalyticsClient ( |
Constructs AmazonAWSMarketplaceCommerceAnalyticsClient with AWS Credentials and an AmazonAWSMarketplaceCommerceAnalyticsClient Configuration object.
|
|
AmazonAWSMarketplaceCommerceAnalyticsClient ( |
Constructs AmazonAWSMarketplaceCommerceAnalyticsClient with AWS Credentials
|
|
AmazonAWSMarketplaceCommerceAnalyticsClient ( |
Constructs AmazonAWSMarketplaceCommerceAnalyticsClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
|
|
AmazonAWSMarketplaceCommerceAnalyticsClient ( RegionEndpoint region ) : System |
Constructs AmazonAWSMarketplaceCommerceAnalyticsClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
|
|
AmazonAWSMarketplaceCommerceAnalyticsClient ( string awsAccessKeyId, string awsSecretAccessKey ) : System |
Constructs AmazonAWSMarketplaceCommerceAnalyticsClient with AWS Access Key ID and AWS Secret Key
|
|
AmazonAWSMarketplaceCommerceAnalyticsClient ( string awsAccessKeyId, string awsSecretAccessKey, |
Constructs AmazonAWSMarketplaceCommerceAnalyticsClient with AWS Access Key ID, AWS Secret Key and an AmazonAWSMarketplaceCommerceAnalyticsClient Configuration object.
|
|
AmazonAWSMarketplaceCommerceAnalyticsClient ( string awsAccessKeyId, string awsSecretAccessKey, RegionEndpoint region ) : System |
Constructs AmazonAWSMarketplaceCommerceAnalyticsClient with AWS Access Key ID and AWS Secret Key
|
|
AmazonAWSMarketplaceCommerceAnalyticsClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken ) : System |
Constructs AmazonAWSMarketplaceCommerceAnalyticsClient with AWS Access Key ID and AWS Secret Key
|
|
AmazonAWSMarketplaceCommerceAnalyticsClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, |
Constructs AmazonAWSMarketplaceCommerceAnalyticsClient with AWS Access Key ID, AWS Secret Key and an AmazonAWSMarketplaceCommerceAnalyticsClient Configuration object.
|
|
AmazonAWSMarketplaceCommerceAnalyticsClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, RegionEndpoint region ) : System |
Constructs AmazonAWSMarketplaceCommerceAnalyticsClient with AWS Access Key ID and AWS Secret Key
|
|
BeginGenerateDataSet ( |
Initiates the asynchronous execution of the GenerateDataSet operation.
|
|
BeginStartSupportDataExport ( |
Initiates the asynchronous execution of the StartSupportDataExport operation.
|
|
EndGenerateDataSet ( IAsyncResult asyncResult ) : Amazon.AWSMarketplaceCommerceAnalytics.Model.GenerateDataSetResponse |
Finishes the asynchronous execution of the GenerateDataSet operation.
|
|
EndStartSupportDataExport ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the StartSupportDataExport operation.
|
|
GenerateDataSet ( |
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. Returns a unique request identifier that can be used to correlate requests with notifications from the SNS topic. Data sets will be published in comma-separated values (CSV) format with the file name {data_set_type}_YYYY-MM-DD.csv. If a file with the same name already exists (e.g. if the same data set is requested twice), the original file will be overwritten by the new file. Requires a Role with an attached permissions policy providing Allow permissions for the following actions: s3:PutObject, s3:GetBucketLocation, sns:GetTopicAttributes, sns:Publish, iam:GetRolePolicy.
|
|
GenerateDataSetAsync ( |
Initiates the asynchronous execution of the GenerateDataSet operation.
|
|
StartSupportDataExport ( |
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. Returns a unique request identifier that can be used to correlate requests with notifications from the SNS topic. Data sets will be published in comma-separated values (CSV) format with the file name {data_set_type}_YYYY-MM-DD'T'HH-mm-ss'Z'.csv. If a file with the same name already exists (e.g. if the same data set is requested twice), the original file will be overwritten by the new file. Requires a Role with an attached permissions policy providing Allow permissions for the following actions: s3:PutObject, s3:GetBucketLocation, sns:GetTopicAttributes, sns:Publish, iam:GetRolePolicy.
|
|
StartSupportDataExportAsync ( |
Initiates the asynchronous execution of the StartSupportDataExport operation.
|
Méthode | Description | |
---|---|---|
CreateSigner ( ) : |
Creates the signer for the service.
|
|
Dispose ( bool disposing ) : void |
Disposes the service client.
|
public AmazonAWSMarketplaceCommerceAnalyticsClient ( ) : System | ||
Résultat | System |
public AmazonAWSMarketplaceCommerceAnalyticsClient ( |
||
credentials | AWS Credentials | |
Résultat | System |
public AmazonAWSMarketplaceCommerceAnalyticsClient ( |
||
credentials | AWS Credentials | |
clientConfig | The AmazonAWSMarketplaceCommerceAnalyticsClient Configuration Object | |
Résultat | System |
public AmazonAWSMarketplaceCommerceAnalyticsClient ( |
||
credentials | AWS Credentials | |
region | RegionEndpoint | The region to connect. |
Résultat | System |
public AmazonAWSMarketplaceCommerceAnalyticsClient ( |
||
config | The AmazonAWSMarketplaceCommerceAnalyticsClient Configuration Object | |
Résultat | System |
public AmazonAWSMarketplaceCommerceAnalyticsClient ( RegionEndpoint region ) : System | ||
region | RegionEndpoint | The region to connect. |
Résultat | System |
public AmazonAWSMarketplaceCommerceAnalyticsClient ( string awsAccessKeyId, string awsSecretAccessKey ) : System | ||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
Résultat | System |
public AmazonAWSMarketplaceCommerceAnalyticsClient ( string awsAccessKeyId, string awsSecretAccessKey, |
||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
clientConfig | The AmazonAWSMarketplaceCommerceAnalyticsClient Configuration Object | |
Résultat | System |
public AmazonAWSMarketplaceCommerceAnalyticsClient ( string awsAccessKeyId, string awsSecretAccessKey, RegionEndpoint region ) : System | ||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
region | RegionEndpoint | The region to connect. |
Résultat | System |
public AmazonAWSMarketplaceCommerceAnalyticsClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken ) : System | ||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
awsSessionToken | string | AWS Session Token |
Résultat | System |
public AmazonAWSMarketplaceCommerceAnalyticsClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, |
||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
awsSessionToken | string | AWS Session Token |
clientConfig | The AmazonAWSMarketplaceCommerceAnalyticsClient Configuration Object | |
Résultat | System |
public AmazonAWSMarketplaceCommerceAnalyticsClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, RegionEndpoint region ) : System | ||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
awsSessionToken | string | AWS Session Token |
region | RegionEndpoint | The region to connect. |
Résultat | System |
public BeginGenerateDataSet ( |
||
request | Container for the necessary parameters to execute the GenerateDataSet operation on AmazonAWSMarketplaceCommerceAnalyticsClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
Résultat | IAsyncResult |
public BeginStartSupportDataExport ( |
||
request | Container for the necessary parameters to execute the StartSupportDataExport operation on AmazonAWSMarketplaceCommerceAnalyticsClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
Résultat | IAsyncResult |
protected CreateSigner ( ) : |
||
Résultat |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Résultat | void |
public EndGenerateDataSet ( IAsyncResult asyncResult ) : Amazon.AWSMarketplaceCommerceAnalytics.Model.GenerateDataSetResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginGenerateDataSet. |
Résultat | Amazon.AWSMarketplaceCommerceAnalytics.Model.GenerateDataSetResponse |
public EndStartSupportDataExport ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginStartSupportDataExport. |
Résultat |
public GenerateDataSet ( |
||
request | Container for the necessary parameters to execute the GenerateDataSet service method. | |
Résultat | Amazon.AWSMarketplaceCommerceAnalytics.Model.GenerateDataSetResponse |
public GenerateDataSetAsync ( |
||
request | Container for the necessary parameters to execute the GenerateDataSet operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
Résultat | Task |
public StartSupportDataExport ( |
||
request | Container for the necessary parameters to execute the StartSupportDataExport service method. | |
Résultat |
public StartSupportDataExportAsync ( |
||
request | Container for the necessary parameters to execute the StartSupportDataExport operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
Résultat | Task |