Uses of Class
software.amazon.awssdk.services.backup.model.ReportJob
-
Packages that use ReportJob Package Description software.amazon.awssdk.services.backup.model -
-
Uses of ReportJob in software.amazon.awssdk.services.backup.model
Methods in software.amazon.awssdk.services.backup.model that return ReportJob Modifier and Type Method Description ReportJobDescribeReportJobResponse. reportJob()A list of information about a report job, including its completion and creation times, report destination, unique report job ID, Amazon Resource Name (ARN), report template, status, and status message.Methods in software.amazon.awssdk.services.backup.model that return types with arguments of type ReportJob Modifier and Type Method Description List<ReportJob>ListReportJobsResponse. reportJobs()Details about your report jobs in JSON format.Methods in software.amazon.awssdk.services.backup.model with parameters of type ReportJob Modifier and Type Method Description DescribeReportJobResponse.BuilderDescribeReportJobResponse.Builder. reportJob(ReportJob reportJob)A list of information about a report job, including its completion and creation times, report destination, unique report job ID, Amazon Resource Name (ARN), report template, status, and status message.ListReportJobsResponse.BuilderListReportJobsResponse.Builder. reportJobs(ReportJob... reportJobs)Details about your report jobs in JSON format.Method parameters in software.amazon.awssdk.services.backup.model with type arguments of type ReportJob Modifier and Type Method Description ListReportJobsResponse.BuilderListReportJobsResponse.Builder. reportJobs(Collection<ReportJob> reportJobs)Details about your report jobs in JSON format.
-