Uses of Class
software.amazon.awssdk.services.s3control.model.UpdateJobStatusResponse
-
Packages that use UpdateJobStatusResponse Package Description software.amazon.awssdk.services.s3control Amazon Web Services S3 Control provides access to Amazon S3 control plane actions. -
-
Uses of UpdateJobStatusResponse in software.amazon.awssdk.services.s3control
Methods in software.amazon.awssdk.services.s3control that return UpdateJobStatusResponse Modifier and Type Method Description default UpdateJobStatusResponseS3ControlClient. updateJobStatus(Consumer<UpdateJobStatusRequest.Builder> updateJobStatusRequest)Updates the status for the specified job.default UpdateJobStatusResponseS3ControlClient. updateJobStatus(UpdateJobStatusRequest updateJobStatusRequest)Updates the status for the specified job.Methods in software.amazon.awssdk.services.s3control that return types with arguments of type UpdateJobStatusResponse Modifier and Type Method Description default CompletableFuture<UpdateJobStatusResponse>S3ControlAsyncClient. updateJobStatus(Consumer<UpdateJobStatusRequest.Builder> updateJobStatusRequest)Updates the status for the specified job.default CompletableFuture<UpdateJobStatusResponse>S3ControlAsyncClient. updateJobStatus(UpdateJobStatusRequest updateJobStatusRequest)Updates the status for the specified job.
-