Uses of Class
software.amazon.awssdk.services.backup.model.DeleteReportPlanRequest
-
Packages that use DeleteReportPlanRequest Package Description software.amazon.awssdk.services.backup Backup software.amazon.awssdk.services.backup.transform -
-
Uses of DeleteReportPlanRequest in software.amazon.awssdk.services.backup
Methods in software.amazon.awssdk.services.backup with parameters of type DeleteReportPlanRequest Modifier and Type Method Description default CompletableFuture<DeleteReportPlanResponse>BackupAsyncClient. deleteReportPlan(DeleteReportPlanRequest 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. -
Uses of DeleteReportPlanRequest in software.amazon.awssdk.services.backup.transform
Methods in software.amazon.awssdk.services.backup.transform with parameters of type DeleteReportPlanRequest Modifier and Type Method Description SdkHttpFullRequestDeleteReportPlanRequestMarshaller. marshall(DeleteReportPlanRequest deleteReportPlanRequest)
-