| Package | Description |
|---|---|
| com.amazonaws.services.backup.model |
| Modifier and Type | Method and Description |
|---|---|
ReportDeliveryChannel |
ReportDeliveryChannel.clone() |
ReportDeliveryChannel |
UpdateReportPlanRequest.getReportDeliveryChannel()
A structure that contains information about where to deliver your reports, specifically your Amazon S3 bucket
name, S3 key prefix, and the formats of your reports.
|
ReportDeliveryChannel |
CreateReportPlanRequest.getReportDeliveryChannel()
A structure that 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.
|
ReportDeliveryChannel |
ReportPlan.getReportDeliveryChannel()
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.
|
ReportDeliveryChannel |
ReportDeliveryChannel.withFormats(Collection<String> formats)
A list of the format of your reports:
CSV, JSON, or both. |
ReportDeliveryChannel |
ReportDeliveryChannel.withFormats(String... formats)
A list of the format of your reports:
CSV, JSON, or both. |
ReportDeliveryChannel |
ReportDeliveryChannel.withS3BucketName(String s3BucketName)
The unique name of the S3 bucket that receives your reports.
|
ReportDeliveryChannel |
ReportDeliveryChannel.withS3KeyPrefix(String s3KeyPrefix)
The prefix for where Backup Audit Manager delivers your reports to Amazon S3.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateReportPlanRequest.setReportDeliveryChannel(ReportDeliveryChannel reportDeliveryChannel)
A structure that contains information about where to deliver your reports, specifically your Amazon S3 bucket
name, S3 key prefix, and the formats of your reports.
|
void |
CreateReportPlanRequest.setReportDeliveryChannel(ReportDeliveryChannel reportDeliveryChannel)
A structure that 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.
|
void |
ReportPlan.setReportDeliveryChannel(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.
|
UpdateReportPlanRequest |
UpdateReportPlanRequest.withReportDeliveryChannel(ReportDeliveryChannel reportDeliveryChannel)
A structure that contains information about where to deliver your reports, specifically your Amazon S3 bucket
name, S3 key prefix, and the formats of your reports.
|
CreateReportPlanRequest |
CreateReportPlanRequest.withReportDeliveryChannel(ReportDeliveryChannel reportDeliveryChannel)
A structure that 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.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.
|
Copyright © 2023. All rights reserved.