Uses of Class
software.amazon.awssdk.services.backup.model.UpdateReportPlanResponse
-
Packages that use UpdateReportPlanResponse Package Description software.amazon.awssdk.services.backup Backup -
-
Uses of UpdateReportPlanResponse in software.amazon.awssdk.services.backup
Methods in software.amazon.awssdk.services.backup that return UpdateReportPlanResponse Modifier and Type Method Description default UpdateReportPlanResponseBackupClient. updateReportPlan(Consumer<UpdateReportPlanRequest.Builder> updateReportPlanRequest)Updates the specified report plan.default UpdateReportPlanResponseBackupClient. updateReportPlan(UpdateReportPlanRequest updateReportPlanRequest)Updates the specified report plan.Methods in software.amazon.awssdk.services.backup that return types with arguments of type UpdateReportPlanResponse Modifier and Type Method Description default CompletableFuture<UpdateReportPlanResponse>BackupAsyncClient. updateReportPlan(Consumer<UpdateReportPlanRequest.Builder> updateReportPlanRequest)Updates the specified report plan.default CompletableFuture<UpdateReportPlanResponse>BackupAsyncClient. updateReportPlan(UpdateReportPlanRequest updateReportPlanRequest)Updates the specified report plan.
-