Uses of Class
software.amazon.awssdk.services.backup.model.ReportDeliveryChannel
-
Packages that use ReportDeliveryChannel Package Description software.amazon.awssdk.services.backup.model -
-
Uses of ReportDeliveryChannel in software.amazon.awssdk.services.backup.model
Methods in software.amazon.awssdk.services.backup.model that return ReportDeliveryChannel Modifier and Type Method Description ReportDeliveryChannelCreateReportPlanRequest. 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.ReportDeliveryChannelReportPlan. 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.ReportDeliveryChannelUpdateReportPlanRequest. 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.Methods in software.amazon.awssdk.services.backup.model with parameters of type ReportDeliveryChannel Modifier and Type Method Description CreateReportPlanRequest.BuilderCreateReportPlanRequest.Builder. reportDeliveryChannel(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.BuilderReportPlan.Builder. reportDeliveryChannel(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.BuilderUpdateReportPlanRequest.Builder. reportDeliveryChannel(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.
-