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 an existing report plan identified by itsReportPlanNamewith the input document in JSON format.default UpdateReportPlanResponseBackupClient. updateReportPlan(UpdateReportPlanRequest updateReportPlanRequest)Updates an existing report plan identified by itsReportPlanNamewith the input document in JSON format.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 an existing report plan identified by itsReportPlanNamewith the input document in JSON format.default CompletableFuture<UpdateReportPlanResponse>BackupAsyncClient. updateReportPlan(UpdateReportPlanRequest updateReportPlanRequest)Updates an existing report plan identified by itsReportPlanNamewith the input document in JSON format.
-