Uses of Class
com.amazonaws.services.importexport.model.UpdateJobRequest
Packages that use UpdateJobRequest
-
Uses of UpdateJobRequest in com.amazonaws.services.importexport
Methods in com.amazonaws.services.importexport with parameters of type UpdateJobRequestModifier and TypeMethodDescriptionAbstractAmazonImportExport.updateJob(UpdateJobRequest request) AmazonImportExport.updateJob(UpdateJobRequest updateJobRequest) You use this operation to change the parameters specified in the original manifest file by supplying a new manifest file.AmazonImportExportClient.updateJob(UpdateJobRequest updateJobRequest) You use this operation to change the parameters specified in the original manifest file by supplying a new manifest file.AbstractAmazonImportExportAsync.updateJobAsync(UpdateJobRequest request) AbstractAmazonImportExportAsync.updateJobAsync(UpdateJobRequest request, AsyncHandler<UpdateJobRequest, UpdateJobResult> asyncHandler) AmazonImportExportAsync.updateJobAsync(UpdateJobRequest updateJobRequest) You use this operation to change the parameters specified in the original manifest file by supplying a new manifest file.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.AmazonImportExportAsyncClient.updateJobAsync(UpdateJobRequest request) AmazonImportExportAsyncClient.updateJobAsync(UpdateJobRequest request, AsyncHandler<UpdateJobRequest, UpdateJobResult> asyncHandler) Method parameters in com.amazonaws.services.importexport with type arguments of type UpdateJobRequestModifier and TypeMethodDescriptionAbstractAmazonImportExportAsync.updateJobAsync(UpdateJobRequest request, AsyncHandler<UpdateJobRequest, UpdateJobResult> asyncHandler) 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.AmazonImportExportAsyncClient.updateJobAsync(UpdateJobRequest request, AsyncHandler<UpdateJobRequest, UpdateJobResult> asyncHandler) -
Uses of UpdateJobRequest in com.amazonaws.services.importexport.model
Methods in com.amazonaws.services.importexport.model that return UpdateJobRequestModifier and TypeMethodDescriptionUpdateJobRequest.clone()UpdateJobRequest.withAPIVersion(String aPIVersion) UpdateJobRequest.withJobType(JobType jobType) UpdateJobRequest.withJobType(String jobType) UpdateJobRequest.withManifest(String manifest) UpdateJobRequest.withValidateOnly(Boolean validateOnly)