Uses of Class
software.amazon.awssdk.services.snowball.model.UpdateJobResponse
-
Packages that use UpdateJobResponse Package Description software.amazon.awssdk.services.snowball The Amazon Web Services Snow Family provides a petabyte-scale data transport solution that uses secure devices to transfer large amounts of data between your on-premises data centers and Amazon Simple Storage Service (Amazon S3). -
-
Uses of UpdateJobResponse in software.amazon.awssdk.services.snowball
Methods in software.amazon.awssdk.services.snowball that return UpdateJobResponse Modifier and Type Method Description default UpdateJobResponseSnowballClient. updateJob(Consumer<UpdateJobRequest.Builder> updateJobRequest)While a job'sJobStatevalue isNew, you can update some of the information associated with a job.default UpdateJobResponseSnowballClient. updateJob(UpdateJobRequest updateJobRequest)While a job'sJobStatevalue isNew, you can update some of the information associated with a job.Methods in software.amazon.awssdk.services.snowball that return types with arguments of type UpdateJobResponse Modifier and Type Method Description default CompletableFuture<UpdateJobResponse>SnowballAsyncClient. updateJob(Consumer<UpdateJobRequest.Builder> updateJobRequest)While a job'sJobStatevalue isNew, you can update some of the information associated with a job.default CompletableFuture<UpdateJobResponse>SnowballAsyncClient. updateJob(UpdateJobRequest updateJobRequest)While a job'sJobStatevalue isNew, you can update some of the information associated with a job.
-