Uses of Class
com.amazonaws.services.importexport.model.UpdateJobResult

Packages that use UpdateJobResult
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 UpdateJobResult in com.amazonaws.services.importexport
 

Methods in com.amazonaws.services.importexport that return UpdateJobResult
 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.
 

Methods in com.amazonaws.services.importexport that return types with arguments of type UpdateJobResult
 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 UpdateJobResult
 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 UpdateJobResult in com.amazonaws.services.importexport.model
 

Methods in com.amazonaws.services.importexport.model that return UpdateJobResult
 UpdateJobResult UpdateJobResult.withSuccess(Boolean success)
          Specifies whether (true) or not (false) AWS Import/Export updated your job.
 UpdateJobResult UpdateJobResult.withWarningMessage(String warningMessage)
          An optional message notifying you of non-fatal issues with the job, such as use of an incompatible Amazon S3 bucket name.
 



Copyright © 2016. All rights reserved.