Uses of Class
com.amazonaws.services.importexport.model.UpdateJobResult
Packages that use UpdateJobResult
-
Uses of UpdateJobResult in com.amazonaws.services.importexport
Methods in com.amazonaws.services.importexport that return UpdateJobResultModifier 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.Methods in com.amazonaws.services.importexport that return types with arguments of type UpdateJobResultModifier and TypeMethodDescriptionAbstractAmazonImportExportAsync.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 UpdateJobResultModifier 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 UpdateJobResult in com.amazonaws.services.importexport.model
Methods in com.amazonaws.services.importexport.model that return UpdateJobResultModifier and TypeMethodDescriptionUpdateJobResult.clone()UpdateJobResult.withArtifactList(Artifact... artifactList) NOTE: This method appends the values to the existing list (if any).UpdateJobResult.withArtifactList(Collection<Artifact> artifactList) UpdateJobResult.withSuccess(Boolean success) UpdateJobResult.withWarningMessage(String warningMessage)