| Package | Description |
|---|---|
| software.amazon.awssdk.services.backup.model |
| Modifier and Type | Method and Description |
|---|---|
ReportPlan |
DescribeReportPlanResponse.reportPlan()
Returns details about the report plan that is specified by its name.
|
| Modifier and Type | Method and Description |
|---|---|
List<ReportPlan> |
ListReportPlansResponse.reportPlans()
A list of your report plans with detailed information for each plan.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeReportPlanResponse.Builder |
DescribeReportPlanResponse.Builder.reportPlan(ReportPlan reportPlan)
Returns details about the report plan that is specified by its name.
|
ListReportPlansResponse.Builder |
ListReportPlansResponse.Builder.reportPlans(ReportPlan... reportPlans)
A list of your report plans with detailed information for each plan.
|
| Modifier and Type | Method and Description |
|---|---|
ListReportPlansResponse.Builder |
ListReportPlansResponse.Builder.reportPlans(Collection<ReportPlan> reportPlans)
A list of your report plans with detailed information for each plan.
|
Copyright © 2023. All rights reserved.