Uses of Class
software.amazon.awssdk.services.s3control.model.JobOperation
-
Packages that use JobOperation Package Description software.amazon.awssdk.services.s3control.model -
-
Uses of JobOperation in software.amazon.awssdk.services.s3control.model
Methods in software.amazon.awssdk.services.s3control.model that return JobOperation Modifier and Type Method Description JobOperationCreateJobRequest. operation()The action that you want this job to perform on every object listed in the manifest.JobOperationJobDescriptor. operation()The operation that the specified job is configured to run on the objects listed in the manifest.Methods in software.amazon.awssdk.services.s3control.model with parameters of type JobOperation Modifier and Type Method Description CreateJobRequest.BuilderCreateJobRequest.Builder. operation(JobOperation operation)The action that you want this job to perform on every object listed in the manifest.JobDescriptor.BuilderJobDescriptor.Builder. operation(JobOperation operation)The operation that the specified job is configured to run on the objects listed in the manifest.
-