AWS SDK for .NET Documentation
AmazonImportExportClient Class
AmazonAmazon.ImportExportAmazonImportExportClient Did this page help you?   Yes   No    Tell us about it...
Implementation for accessing AmazonImportExport. AWS Import/Export Service

AWS Import/Export accelerates transferring large amounts of data between the AWS cloud and portable storage devices that you mail to us. AWS Import/Export transfers data directly onto and off of your storage devices using Amazon's high-speed internal network and bypassing the Internet. For large data sets, AWS Import/Export is often faster than Internet transfer and more cost effective than upgrading your connectivity.

Declaration Syntax
C#
public class AmazonImportExportClient : AmazonWebServiceClient, 
	AmazonImportExport, IDisposable
Members
All MembersConstructorsMethodsEvents



IconMemberDescription
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.
CopyC#
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
    <appSettings>
        <add key="AWSAccessKey" value="********************"/>
        <add key="AWSSecretKey" value="****************************************"/>
    </appSettings>
</configuration>

AmazonImportExportClient(RegionEndpoint)
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.
CopyC#
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
    <appSettings>
        <add key="AWSAccessKey" value="********************"/>
        <add key="AWSSecretKey" value="****************************************"/>
    </appSettings>
</configuration>

AmazonImportExportClient(AmazonImportExportConfig)
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.
CopyC#
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
    <appSettings>
        <add key="AWSAccessKey" value="********************"/>
        <add key="AWSSecretKey" value="****************************************"/>
    </appSettings>
</configuration>

AmazonImportExportClient(AWSCredentials)
Constructs AmazonImportExportClient with AWS Credentials

AmazonImportExportClient(AWSCredentials, RegionEndpoint)
Constructs AmazonImportExportClient with AWS Credentials

AmazonImportExportClient(AWSCredentials, AmazonImportExportConfig)
Constructs AmazonImportExportClient with AWS Credentials and an AmazonImportExportClient Configuration object.

AmazonImportExportClient(String, String)
Constructs AmazonImportExportClient with AWS Access Key ID and AWS Secret Key

AmazonImportExportClient(String, String, RegionEndpoint)
Constructs AmazonImportExportClient with AWS Access Key ID and AWS Secret Key

AmazonImportExportClient(String, String, AmazonImportExportConfig)
Constructs AmazonImportExportClient with AWS Access Key ID, AWS Secret Key and an AmazonImportExportClient Configuration object. If the config object's UseSecureStringForAwsSecretKey is false, the AWS Secret Key is stored as a clear-text string. Please use this option only if the application environment doesn't allow the use of SecureStrings.

AmazonImportExportClient(String, String, String)
Constructs AmazonImportExportClient with AWS Access Key ID and AWS Secret Key

AmazonImportExportClient(String, String, String, RegionEndpoint)
Constructs AmazonImportExportClient with AWS Access Key ID and AWS Secret Key

AmazonImportExportClient(String, String, String, AmazonImportExportConfig)
Constructs AmazonImportExportClient with AWS Access Key ID, AWS Secret Key and an AmazonImportExportConfig Configuration object. If the config object's UseSecureStringForAwsSecretKey is false, the AWS Secret Key is stored as a clear-text string. Please use this option only if the application environment doesn't allow the use of SecureStrings.

AfterResponseEvent
Occurs after a response is received from the service.
(Inherited from AmazonWebServiceClient.)
BeforeRequestEvent
Occurs before a request is issued against the service.
(Inherited from AmazonWebServiceClient.)
BeginCancelJob(CancelJobRequest, AsyncCallback, Object)
Initiates the asynchronous execution of the CancelJob operation.

BeginCreateJob(CreateJobRequest, AsyncCallback, Object)
Initiates the asynchronous execution of the CreateJob operation.

BeginGetStatus(GetStatusRequest, AsyncCallback, Object)
Initiates the asynchronous execution of the GetStatus operation.

BeginListJobs(ListJobsRequest, AsyncCallback, Object)
Initiates the asynchronous execution of the ListJobs operation.

BeginUpdateJob(UpdateJobRequest, AsyncCallback, Object)
Initiates the asynchronous execution of the UpdateJob operation.

CancelJob(CancelJobRequest)

This operation cancels a specified job. Only the job owner can cancel it. The operation fails if the job has already started or is complete.


CreateJob(CreateJobRequest)

This operation initiates the process of scheduling an upload or download of your data. You include in the request a manifest that describes the data transfer specifics. The response to the request includes a job ID, which you can use in other operations, a signature that you use to identify your storage device, and the address where you should ship your storage device.


Dispose()()()()
Disposes of all managed and unmanaged resources.
(Inherited from AmazonWebServiceClient.)
EndCancelJob(IAsyncResult)
Finishes the asynchronous execution of the CancelJob operation.

EndCreateJob(IAsyncResult)
Finishes the asynchronous execution of the CreateJob operation.

EndGetStatus(IAsyncResult)
Finishes the asynchronous execution of the GetStatus operation.

EndListJobs(IAsyncResult)
Finishes the asynchronous execution of the ListJobs operation.

EndUpdateJob(IAsyncResult)
Finishes the asynchronous execution of the UpdateJob operation.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
ExceptionEvent
Occurs after an exception is encountered.
(Inherited from AmazonWebServiceClient.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetStatus(GetStatusRequest)

This operation returns information about a job, including where the job is in the processing pipeline, the status of the results, and the signature value associated with the job. You can only return information about jobs you own.


GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
ListJobs(ListJobsRequest)

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.


ListJobs()()()()

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.


ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
UpdateJob(UpdateJobRequest)

You use this operation to change the parameters specified in the original manifest file by supplying a new manifest file. The manifest file attached to this request replaces the original manifest file. You can only use the operation after a CreateJob request but before the data transfer starts and you can only use it on jobs you own.


Inheritance Hierarchy
Object
AmazonWebServiceClient
 AmazonImportExportClient

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)