| Package | Description |
|---|---|
| com.amazonaws.services.backup.model |
| Modifier and Type | Method and Description |
|---|---|
ReportPlan |
ReportPlan.clone() |
ReportPlan |
DescribeReportPlanResult.getReportPlan()
Returns details about the report plan that is specified by its name.
|
ReportPlan |
ReportPlan.withCreationTime(Date creationTime)
The date and time that a report plan is created, in Unix format and Coordinated Universal Time (UTC).
|
ReportPlan |
ReportPlan.withDeploymentStatus(String deploymentStatus)
The deployment status of a report plan.
|
ReportPlan |
ReportPlan.withLastAttemptedExecutionTime(Date lastAttemptedExecutionTime)
The date and time that a report job associated with this report plan last attempted to run, in Unix format and
Coordinated Universal Time (UTC).
|
ReportPlan |
ReportPlan.withLastSuccessfulExecutionTime(Date lastSuccessfulExecutionTime)
The date and time that a report job associated with this report plan last successfully ran, in Unix format and
Coordinated Universal Time (UTC).
|
ReportPlan |
ReportPlan.withReportDeliveryChannel(ReportDeliveryChannel reportDeliveryChannel)
Contains information about where and how to deliver your reports, specifically your Amazon S3 bucket name, S3 key
prefix, and the formats of your reports.
|
ReportPlan |
ReportPlan.withReportPlanArn(String reportPlanArn)
An Amazon Resource Name (ARN) that uniquely identifies a resource.
|
ReportPlan |
ReportPlan.withReportPlanDescription(String reportPlanDescription)
An optional description of the report plan with a maximum 1,024 characters.
|
ReportPlan |
ReportPlan.withReportPlanName(String reportPlanName)
The unique name of the report plan.
|
ReportPlan |
ReportPlan.withReportSetting(ReportSetting reportSetting)
Identifies the report template for the report.
|
| Modifier and Type | Method and Description |
|---|---|
List<ReportPlan> |
ListReportPlansResult.getReportPlans()
A list of your report plans with detailed information for each plan.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeReportPlanResult.setReportPlan(ReportPlan reportPlan)
Returns details about the report plan that is specified by its name.
|
DescribeReportPlanResult |
DescribeReportPlanResult.withReportPlan(ReportPlan reportPlan)
Returns details about the report plan that is specified by its name.
|
ListReportPlansResult |
ListReportPlansResult.withReportPlans(ReportPlan... reportPlans)
A list of your report plans with detailed information for each plan.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListReportPlansResult.setReportPlans(Collection<ReportPlan> reportPlans)
A list of your report plans with detailed information for each plan.
|
ListReportPlansResult |
ListReportPlansResult.withReportPlans(Collection<ReportPlan> reportPlans)
A list of your report plans with detailed information for each plan.
|
Copyright © 2024. All rights reserved.