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