Uses of Class
software.amazon.awssdk.services.backup.model.ReportSetting
-
Packages that use ReportSetting Package Description software.amazon.awssdk.services.backup.model -
-
Uses of ReportSetting in software.amazon.awssdk.services.backup.model
Methods in software.amazon.awssdk.services.backup.model that return ReportSetting Modifier and Type Method Description ReportSettingCreateReportPlanRequest. reportSetting()Identifies the report template for the report.ReportSettingReportPlan. reportSetting()Identifies the report template for the report.ReportSettingUpdateReportPlanRequest. reportSetting()Identifies the report template for the report.Methods in software.amazon.awssdk.services.backup.model with parameters of type ReportSetting Modifier and Type Method Description CreateReportPlanRequest.BuilderCreateReportPlanRequest.Builder. reportSetting(ReportSetting reportSetting)Identifies the report template for the report.ReportPlan.BuilderReportPlan.Builder. reportSetting(ReportSetting reportSetting)Identifies the report template for the report.UpdateReportPlanRequest.BuilderUpdateReportPlanRequest.Builder. reportSetting(ReportSetting reportSetting)Identifies the report template for the report.
-