|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UpdateJobRequest | |
---|---|
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. |
Uses of UpdateJobRequest in com.amazonaws.services.importexport |
---|
Methods in com.amazonaws.services.importexport with parameters of type UpdateJobRequest | |
---|---|
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> |
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)
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. |
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. |
Method parameters in com.amazonaws.services.importexport with type arguments of type UpdateJobRequest | |
---|---|
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. |
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. |
Uses of UpdateJobRequest in com.amazonaws.services.importexport.model |
---|
Methods in com.amazonaws.services.importexport.model that return UpdateJobRequest | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |