Package | Description |
---|---|
com.amazonaws.services.importexport |
Synchronous and asynchronous client classes for accessing AmazonImportExport.
|
com.amazonaws.services.importexport.model |
Classes modeling the various types represented by AmazonImportExport.
|
Modifier and Type | Method and Description |
---|---|
CreateJobResult |
AmazonImportExportClient.createJob(CreateJobRequest createJobRequest)
This operation initiates the process of scheduling an upload or
download of your data.
|
CreateJobResult |
AmazonImportExport.createJob(CreateJobRequest createJobRequest)
This operation initiates the process of scheduling an upload or
download of your data.
|
Modifier and Type | Method and Description |
---|---|
Future<CreateJobResult> |
AmazonImportExportAsyncClient.createJobAsync(CreateJobRequest createJobRequest)
This operation initiates the process of scheduling an upload or
download of your data.
|
Future<CreateJobResult> |
AmazonImportExportAsync.createJobAsync(CreateJobRequest createJobRequest)
This operation initiates the process of scheduling an upload or
download of your data.
|
Future<CreateJobResult> |
AmazonImportExportAsyncClient.createJobAsync(CreateJobRequest createJobRequest,
AsyncHandler<CreateJobRequest,CreateJobResult> asyncHandler)
This operation initiates the process of scheduling an upload or
download of your data.
|
Future<CreateJobResult> |
AmazonImportExportAsync.createJobAsync(CreateJobRequest createJobRequest,
AsyncHandler<CreateJobRequest,CreateJobResult> asyncHandler)
This operation initiates the process of scheduling an upload or
download of your data.
|
Modifier and Type | Method and Description |
---|---|
Future<CreateJobResult> |
AmazonImportExportAsyncClient.createJobAsync(CreateJobRequest createJobRequest,
AsyncHandler<CreateJobRequest,CreateJobResult> asyncHandler)
This operation initiates the process of scheduling an upload or
download of your data.
|
Future<CreateJobResult> |
AmazonImportExportAsync.createJobAsync(CreateJobRequest createJobRequest,
AsyncHandler<CreateJobRequest,CreateJobResult> asyncHandler)
This operation initiates the process of scheduling an upload or
download of your data.
|
Modifier and Type | Method and Description |
---|---|
CreateJobResult |
CreateJobResult.withAwsShippingAddress(String awsShippingAddress)
Address you ship your storage device to.
|
CreateJobResult |
CreateJobResult.withJobId(String jobId)
A unique identifier which refers to a particular job.
|
CreateJobResult |
CreateJobResult.withJobType(JobType jobType)
Specifies whether the job to initiate is an import or export job.
|
CreateJobResult |
CreateJobResult.withJobType(String jobType)
Specifies whether the job to initiate is an import or export job.
|
CreateJobResult |
CreateJobResult.withSignature(String signature)
An encrypted code used to authenticate the request and response, for
example, "DV+TpDfx1/TdSE9ktyK9k/bDTVI=".
|
CreateJobResult |
CreateJobResult.withSignatureFileContents(String signatureFileContents)
The actual text of the SIGNATURE file to be written to disk.
|
CreateJobResult |
CreateJobResult.withWarningMessage(String warningMessage)
An optional message notifying you of non-fatal issues with the job,
such as use of an incompatible Amazon S3 bucket name.
|
Copyright © 2015. All rights reserved.