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.
|
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)
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.
|
Future<CreateJobResult> |
AmazonImportExportAsyncClient.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> |
AmazonImportExportAsync.createJobAsync(CreateJobRequest createJobRequest,
AsyncHandler<CreateJobRequest,CreateJobResult> asyncHandler)
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.
|
Modifier and Type | Method and Description |
---|---|
CreateJobRequest |
CreateJobRequest.withJobType(JobType jobType)
Specifies whether the job to initiate is an import or export job.
|
CreateJobRequest |
CreateJobRequest.withJobType(String jobType)
Specifies whether the job to initiate is an import or export job.
|
CreateJobRequest |
CreateJobRequest.withManifest(String manifest)
The UTF-8 encoded text of the manifest file.
|
CreateJobRequest |
CreateJobRequest.withManifestAddendum(String manifestAddendum)
For internal use only.
|
CreateJobRequest |
CreateJobRequest.withValidateOnly(Boolean validateOnly)
Validate the manifest and parameter values in the request but do not
actually create a job.
|
Copyright © 2014. All rights reserved.