Method | Description | |
---|---|---|
AmazonImportExportClient ( ) : System |
Constructs AmazonImportExportClient 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.
|
|
AmazonImportExportClient ( |
Constructs AmazonImportExportClient with AWS Credentials
|
|
AmazonImportExportClient ( |
Constructs AmazonImportExportClient with AWS Credentials and an AmazonImportExportClient Configuration object.
|
|
AmazonImportExportClient ( |
Constructs AmazonImportExportClient with AWS Credentials
|
|
AmazonImportExportClient ( |
Constructs AmazonImportExportClient 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.
|
|
AmazonImportExportClient ( RegionEndpoint region ) : System |
Constructs AmazonImportExportClient 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.
|
|
AmazonImportExportClient ( string awsAccessKeyId, string awsSecretAccessKey ) : System |
Constructs AmazonImportExportClient with AWS Access Key ID and AWS Secret Key
|
|
AmazonImportExportClient ( string awsAccessKeyId, string awsSecretAccessKey, |
Constructs AmazonImportExportClient with AWS Access Key ID, AWS Secret Key and an AmazonImportExportClient Configuration object.
|
|
AmazonImportExportClient ( string awsAccessKeyId, string awsSecretAccessKey, RegionEndpoint region ) : System |
Constructs AmazonImportExportClient with AWS Access Key ID and AWS Secret Key
|
|
AmazonImportExportClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken ) : System |
Constructs AmazonImportExportClient with AWS Access Key ID and AWS Secret Key
|
|
AmazonImportExportClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, |
Constructs AmazonImportExportClient with AWS Access Key ID, AWS Secret Key and an AmazonImportExportClient Configuration object.
|
|
AmazonImportExportClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, RegionEndpoint region ) : System |
Constructs AmazonImportExportClient with AWS Access Key ID and AWS Secret Key
|
|
CancelJobAsync ( |
Initiates the asynchronous execution of the CancelJob operation.
|
|
CreateJobAsync ( |
Initiates the asynchronous execution of the CreateJob operation.
|
|
GetShippingLabelAsync ( Amazon.ImportExport.Model.GetShippingLabelRequest request, System cancellationToken = default(CancellationToken) ) : Task |
Initiates the asynchronous execution of the GetShippingLabel operation.
|
|
GetStatusAsync ( |
Initiates the asynchronous execution of the GetStatus operation.
|
|
ListJobsAsync ( |
Initiates the asynchronous execution of the ListJobs operation.
|
|
ListJobsAsync ( System cancellationToken = default(CancellationToken) ) : Task |
This operation returns the jobs associated with the requester. AWS Import/Export lists the jobs in reverse chronological order based on the date of creation. For example if Job Test1 was created 2009Dec30 and Test2 was created 2010Feb05, the ListJobs operation would return Test2 followed by Test1.
|
|
UpdateJobAsync ( |
Initiates the asynchronous execution of the UpdateJob operation.
|
Method | Description | |
---|---|---|
CreateSigner ( ) : |
Creates the signer for the service.
|
|
Dispose ( bool disposing ) : void |
Disposes the service client.
|
Method | Description | |
---|---|---|
CancelJob ( |
||
CreateJob ( |
||
GetShippingLabel ( Amazon.ImportExport.Model.GetShippingLabelRequest request ) : |
||
GetStatus ( |
||
ListJobs ( ) : |
||
ListJobs ( |
||
UpdateJob ( |
public AmazonImportExportClient ( |
||
credentials | AWS Credentials | |
return | System |
public AmazonImportExportClient ( |
||
credentials | AWS Credentials | |
clientConfig | The AmazonImportExportClient Configuration Object | |
return | System |
public AmazonImportExportClient ( |
||
credentials | AWS Credentials | |
region | RegionEndpoint | The region to connect. |
return | System |
public AmazonImportExportClient ( |
||
config | The AmazonImportExportClient Configuration Object | |
return | System |
public AmazonImportExportClient ( RegionEndpoint region ) : System | ||
region | RegionEndpoint | The region to connect. |
return | System |
public AmazonImportExportClient ( string awsAccessKeyId, string awsSecretAccessKey ) : System | ||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
return | System |
public AmazonImportExportClient ( string awsAccessKeyId, string awsSecretAccessKey, |
||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
clientConfig | The AmazonImportExportClient Configuration Object | |
return | System |
public AmazonImportExportClient ( 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. |
return | System |
public AmazonImportExportClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken ) : System | ||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
awsSessionToken | string | AWS Session Token |
return | System |
public AmazonImportExportClient ( 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 AmazonImportExportClient Configuration Object | |
return | System |
public AmazonImportExportClient ( 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. |
return | System |
public CancelJobAsync ( |
||
request | Container for the necessary parameters to execute the CancelJob operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public CreateJobAsync ( |
||
request | Container for the necessary parameters to execute the CreateJob operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
protected CreateSigner ( ) : |
||
return |
public GetShippingLabelAsync ( Amazon.ImportExport.Model.GetShippingLabelRequest request, System cancellationToken = default(CancellationToken) ) : Task |
||
request | Amazon.ImportExport.Model.GetShippingLabelRequest | Container for the necessary parameters to execute the GetShippingLabel operation. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public GetStatusAsync ( |
||
request | Container for the necessary parameters to execute the GetStatus operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public ListJobsAsync ( |
||
request | Container for the necessary parameters to execute the ListJobs operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public ListJobsAsync ( System cancellationToken = default(CancellationToken) ) : Task |
||
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public UpdateJobAsync ( |
||
request | Container for the necessary parameters to execute the UpdateJob operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |