| Package | Description |
|---|---|
| com.amazonaws.services.backup.model |
| Modifier and Type | Method and Description |
|---|---|
ReportSetting |
ReportSetting.clone() |
ReportSetting |
ReportPlan.getReportSetting()
Identifies the report template for the report.
|
ReportSetting |
UpdateReportPlanRequest.getReportSetting()
Identifies the report template for the report.
|
ReportSetting |
CreateReportPlanRequest.getReportSetting()
Identifies the report template for the report.
|
ReportSetting |
ReportSetting.withAccounts(Collection<String> accounts)
These are the accounts to be included in the report.
|
ReportSetting |
ReportSetting.withAccounts(String... accounts)
These are the accounts to be included in the report.
|
ReportSetting |
ReportSetting.withFrameworkArns(Collection<String> frameworkArns)
The Amazon Resource Names (ARNs) of the frameworks a report covers.
|
ReportSetting |
ReportSetting.withFrameworkArns(String... frameworkArns)
The Amazon Resource Names (ARNs) of the frameworks a report covers.
|
ReportSetting |
ReportSetting.withNumberOfFrameworks(Integer numberOfFrameworks)
The number of frameworks a report covers.
|
ReportSetting |
ReportSetting.withOrganizationUnits(Collection<String> organizationUnits)
These are the Organizational Units to be included in the report.
|
ReportSetting |
ReportSetting.withOrganizationUnits(String... organizationUnits)
These are the Organizational Units to be included in the report.
|
ReportSetting |
ReportSetting.withRegions(Collection<String> regions)
These are the Regions to be included in the report.
|
ReportSetting |
ReportSetting.withRegions(String... regions)
These are the Regions to be included in the report.
|
ReportSetting |
ReportSetting.withReportTemplate(String reportTemplate)
Identifies the report template for the report.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ReportPlan.setReportSetting(ReportSetting reportSetting)
Identifies the report template for the report.
|
void |
UpdateReportPlanRequest.setReportSetting(ReportSetting reportSetting)
Identifies the report template for the report.
|
void |
CreateReportPlanRequest.setReportSetting(ReportSetting reportSetting)
Identifies the report template for the report.
|
ReportPlan |
ReportPlan.withReportSetting(ReportSetting reportSetting)
Identifies the report template for the report.
|
UpdateReportPlanRequest |
UpdateReportPlanRequest.withReportSetting(ReportSetting reportSetting)
Identifies the report template for the report.
|
CreateReportPlanRequest |
CreateReportPlanRequest.withReportSetting(ReportSetting reportSetting)
Identifies the report template for the report.
|
Copyright © 2023. All rights reserved.