Uses of Class
software.amazon.awssdk.services.backup.model.DeleteReportPlanResponse
-
Packages that use DeleteReportPlanResponse Package Description software.amazon.awssdk.services.backup Backup -
-
Uses of DeleteReportPlanResponse in software.amazon.awssdk.services.backup
Methods in software.amazon.awssdk.services.backup that return DeleteReportPlanResponse Modifier and Type Method Description default DeleteReportPlanResponseBackupClient. deleteReportPlan(Consumer<DeleteReportPlanRequest.Builder> deleteReportPlanRequest)Deletes the report plan specified by a report plan name.default DeleteReportPlanResponseBackupClient. deleteReportPlan(DeleteReportPlanRequest deleteReportPlanRequest)Deletes the report plan specified by a report plan name.Methods in software.amazon.awssdk.services.backup that return types with arguments of type DeleteReportPlanResponse Modifier and Type Method Description default CompletableFuture<DeleteReportPlanResponse>BackupAsyncClient. deleteReportPlan(Consumer<DeleteReportPlanRequest.Builder> deleteReportPlanRequest)Deletes the report plan specified by a report plan name.default CompletableFuture<DeleteReportPlanResponse>BackupAsyncClient. deleteReportPlan(DeleteReportPlanRequest deleteReportPlanRequest)Deletes the report plan specified by a report plan name.
-