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 |
---|---|
UpdateJobResult |
AmazonImportExportClient.updateJob(UpdateJobRequest updateJobRequest)
You use this operation to change the parameters specified in the
original manifest file by supplying a new manifest file.
|
UpdateJobResult |
AmazonImportExport.updateJob(UpdateJobRequest updateJobRequest)
You use this operation to change the parameters specified in the
original manifest file by supplying a new manifest file.
|
Future<UpdateJobResult> |
AmazonImportExportAsync.updateJobAsync(UpdateJobRequest updateJobRequest)
You use this operation to change the parameters specified in the
original manifest file by supplying a new manifest file.
|
Future<UpdateJobResult> |
AmazonImportExportAsyncClient.updateJobAsync(UpdateJobRequest updateJobRequest)
You use this operation to change the parameters specified in the
original manifest file by supplying a new manifest file.
|
Future<UpdateJobResult> |
AmazonImportExportAsync.updateJobAsync(UpdateJobRequest updateJobRequest,
AsyncHandler<UpdateJobRequest,UpdateJobResult> asyncHandler)
You use this operation to change the parameters specified in the
original manifest file by supplying a new manifest file.
|
Future<UpdateJobResult> |
AmazonImportExportAsyncClient.updateJobAsync(UpdateJobRequest updateJobRequest,
AsyncHandler<UpdateJobRequest,UpdateJobResult> asyncHandler)
You use this operation to change the parameters specified in the
original manifest file by supplying a new manifest file.
|
Modifier and Type | Method and Description |
---|---|
Future<UpdateJobResult> |
AmazonImportExportAsync.updateJobAsync(UpdateJobRequest updateJobRequest,
AsyncHandler<UpdateJobRequest,UpdateJobResult> asyncHandler)
You use this operation to change the parameters specified in the
original manifest file by supplying a new manifest file.
|
Future<UpdateJobResult> |
AmazonImportExportAsyncClient.updateJobAsync(UpdateJobRequest updateJobRequest,
AsyncHandler<UpdateJobRequest,UpdateJobResult> asyncHandler)
You use this operation to change the parameters specified in the
original manifest file by supplying a new manifest file.
|
Modifier and Type | Method and Description |
---|---|
UpdateJobRequest |
UpdateJobRequest.withJobId(String jobId)
A unique identifier which refers to a particular job.
|
UpdateJobRequest |
UpdateJobRequest.withJobType(JobType jobType)
Specifies whether the job to initiate is an import or export job.
|
UpdateJobRequest |
UpdateJobRequest.withJobType(String jobType)
Specifies whether the job to initiate is an import or export job.
|
UpdateJobRequest |
UpdateJobRequest.withManifest(String manifest)
The UTF-8 encoded text of the manifest file.
|
UpdateJobRequest |
UpdateJobRequest.withValidateOnly(Boolean validateOnly)
Validate the manifest and parameter values in the request but do not
actually create a job.
|
Copyright © 2014. All rights reserved.