Uses of Class
software.amazon.awssdk.services.s3control.model.CreateJobResponse
-
Packages that use CreateJobResponse Package Description software.amazon.awssdk.services.s3control Amazon Web Services S3 Control provides access to Amazon S3 control plane actions. -
-
Uses of CreateJobResponse in software.amazon.awssdk.services.s3control
Methods in software.amazon.awssdk.services.s3control that return CreateJobResponse Modifier and Type Method Description default CreateJobResponseS3ControlClient. createJob(Consumer<CreateJobRequest.Builder> createJobRequest)You can use S3 Batch Operations to perform large-scale batch actions on Amazon S3 objects.default CreateJobResponseS3ControlClient. createJob(CreateJobRequest createJobRequest)You can use S3 Batch Operations to perform large-scale batch actions on Amazon S3 objects.Methods in software.amazon.awssdk.services.s3control that return types with arguments of type CreateJobResponse Modifier and Type Method Description default CompletableFuture<CreateJobResponse>S3ControlAsyncClient. createJob(Consumer<CreateJobRequest.Builder> createJobRequest)You can use S3 Batch Operations to perform large-scale batch actions on Amazon S3 objects.default CompletableFuture<CreateJobResponse>S3ControlAsyncClient. createJob(CreateJobRequest createJobRequest)You can use S3 Batch Operations to perform large-scale batch actions on Amazon S3 objects.
-