ImportExport class

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.

Constructors

ImportExport({String? region, AwsClientCredentials? credentials, AwsClientCredentialsProvider? credentialsProvider, Client? client, String? endpointUrl})

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shapes Map<String, Shape>
final

Methods

cancelJob({required String jobId, String? aPIVersion}) Future<CancelJobOutput>
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.
close() → void
Closes the internal HTTP client if none was provided at creation. If a client was passed as a constructor argument, this becomes a noop.
createJob({required JobType jobType, required String manifest, required bool validateOnly, String? aPIVersion, String? manifestAddendum}) Future<CreateJobOutput>
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.
getShippingLabel({required List<String> jobIds, String? aPIVersion, String? city, String? company, String? country, String? name, String? phoneNumber, String? postalCode, String? stateOrProvince, String? street1, String? street2, String? street3}) Future<GetShippingLabelOutput>
This operation generates a pre-paid UPS shipping label that you will use to ship your device to AWS for processing.
getStatus({required String jobId, String? aPIVersion}) Future<GetStatusOutput>
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.
listJobs({String? aPIVersion, String? marker, int? maxJobs}) Future<ListJobsOutput>
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.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updateJob({required String jobId, required JobType jobType, required String manifest, required bool validateOnly, String? aPIVersion}) Future<UpdateJobOutput>
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.

Operators

operator ==(Object other) bool
The equality operator.
inherited