Package | Description |
---|---|
com.amazonaws.services.importexport | |
com.amazonaws.services.importexport.model |
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.
|
CreateJobResult |
AbstractAmazonImportExport.createJob(CreateJobRequest request) |
Future<CreateJobResult> |
AmazonImportExportAsyncClient.createJobAsync(CreateJobRequest request) |
Future<CreateJobResult> |
AmazonImportExportAsync.createJobAsync(CreateJobRequest createJobRequest)
This operation initiates the process of scheduling an upload or download
of your data.
|
Future<CreateJobResult> |
AbstractAmazonImportExportAsync.createJobAsync(CreateJobRequest request) |
Future<CreateJobResult> |
AmazonImportExportAsyncClient.createJobAsync(CreateJobRequest request,
AsyncHandler<CreateJobRequest,CreateJobResult> asyncHandler) |
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> |
AbstractAmazonImportExportAsync.createJobAsync(CreateJobRequest request,
AsyncHandler<CreateJobRequest,CreateJobResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
Future<CreateJobResult> |
AmazonImportExportAsyncClient.createJobAsync(CreateJobRequest request,
AsyncHandler<CreateJobRequest,CreateJobResult> asyncHandler) |
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> |
AbstractAmazonImportExportAsync.createJobAsync(CreateJobRequest request,
AsyncHandler<CreateJobRequest,CreateJobResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
CreateJobRequest |
CreateJobRequest.clone() |
CreateJobRequest |
CreateJobRequest.withAPIVersion(String aPIVersion)
Sets the value of the APIVersion property for this object.
|
CreateJobRequest |
CreateJobRequest.withJobType(JobType jobType)
Sets the value of the JobType property for this object.
|
CreateJobRequest |
CreateJobRequest.withJobType(String jobType)
Sets the value of the JobType property for this object.
|
CreateJobRequest |
CreateJobRequest.withManifest(String manifest)
Sets the value of the Manifest property for this object.
|
CreateJobRequest |
CreateJobRequest.withManifestAddendum(String manifestAddendum)
Sets the value of the ManifestAddendum property for this object.
|
CreateJobRequest |
CreateJobRequest.withValidateOnly(Boolean validateOnly)
Sets the value of the ValidateOnly property for this object.
|
Copyright © 2015. All rights reserved.