Uses of Class
software.amazon.awssdk.services.backup.model.ReportPlan
-
Packages that use ReportPlan Package Description software.amazon.awssdk.services.backup.model -
-
Uses of ReportPlan in software.amazon.awssdk.services.backup.model
Methods in software.amazon.awssdk.services.backup.model that return ReportPlan Modifier and Type Method Description ReportPlanDescribeReportPlanResponse. reportPlan()Returns details about the report plan that is specified by its name.Methods in software.amazon.awssdk.services.backup.model that return types with arguments of type ReportPlan Modifier and Type Method Description List<ReportPlan>ListReportPlansResponse. reportPlans()A list of your report plans with detailed information for each plan.Methods in software.amazon.awssdk.services.backup.model with parameters of type ReportPlan Modifier and Type Method Description DescribeReportPlanResponse.BuilderDescribeReportPlanResponse.Builder. reportPlan(ReportPlan reportPlan)Returns details about the report plan that is specified by its name.ListReportPlansResponse.BuilderListReportPlansResponse.Builder. reportPlans(ReportPlan... reportPlans)A list of your report plans with detailed information for each plan.Method parameters in software.amazon.awssdk.services.backup.model with type arguments of type ReportPlan Modifier and Type Method Description ListReportPlansResponse.BuilderListReportPlansResponse.Builder. reportPlans(Collection<ReportPlan> reportPlans)A list of your report plans with detailed information for each plan.
-