Uses of Class
software.amazon.awssdk.services.backup.model.StartReportJobResponse
-
Packages that use StartReportJobResponse Package Description software.amazon.awssdk.services.backup Backup -
-
Uses of StartReportJobResponse in software.amazon.awssdk.services.backup
Methods in software.amazon.awssdk.services.backup that return StartReportJobResponse Modifier and Type Method Description default StartReportJobResponseBackupClient. startReportJob(Consumer<StartReportJobRequest.Builder> startReportJobRequest)Starts an on-demand report job for the specified report plan.default StartReportJobResponseBackupClient. startReportJob(StartReportJobRequest startReportJobRequest)Starts an on-demand report job for the specified report plan.Methods in software.amazon.awssdk.services.backup that return types with arguments of type StartReportJobResponse Modifier and Type Method Description default CompletableFuture<StartReportJobResponse>BackupAsyncClient. startReportJob(Consumer<StartReportJobRequest.Builder> startReportJobRequest)Starts an on-demand report job for the specified report plan.default CompletableFuture<StartReportJobResponse>BackupAsyncClient. startReportJob(StartReportJobRequest startReportJobRequest)Starts an on-demand report job for the specified report plan.
-