Uses of Class
software.amazon.awssdk.services.s3control.model.JobReport
-
Packages that use JobReport Package Description software.amazon.awssdk.services.s3control.model -
-
Uses of JobReport in software.amazon.awssdk.services.s3control.model
Methods in software.amazon.awssdk.services.s3control.model that return JobReport Modifier and Type Method Description JobReportCreateJobRequest. report()Configuration parameters for the optional job-completion report.JobReportJobDescriptor. report()Contains the configuration information for the job-completion report if you requested one in theCreate Jobrequest.Methods in software.amazon.awssdk.services.s3control.model with parameters of type JobReport Modifier and Type Method Description CreateJobRequest.BuilderCreateJobRequest.Builder. report(JobReport report)Configuration parameters for the optional job-completion report.JobDescriptor.BuilderJobDescriptor.Builder. report(JobReport report)Contains the configuration information for the job-completion report if you requested one in theCreate Jobrequest.
-