Uses of Class
software.amazon.awssdk.services.config.model.ConfigExportDeliveryInfo
-
Packages that use ConfigExportDeliveryInfo Package Description software.amazon.awssdk.services.config.model -
-
Uses of ConfigExportDeliveryInfo in software.amazon.awssdk.services.config.model
Methods in software.amazon.awssdk.services.config.model that return ConfigExportDeliveryInfo Modifier and Type Method Description ConfigExportDeliveryInfoDeliveryChannelStatus. configHistoryDeliveryInfo()A list that contains the status of the delivery of the configuration history to the specified Amazon S3 bucket.ConfigExportDeliveryInfoDeliveryChannelStatus. configSnapshotDeliveryInfo()A list containing the status of the delivery of the snapshot to the specified Amazon S3 bucket.Methods in software.amazon.awssdk.services.config.model with parameters of type ConfigExportDeliveryInfo Modifier and Type Method Description DeliveryChannelStatus.BuilderDeliveryChannelStatus.Builder. configHistoryDeliveryInfo(ConfigExportDeliveryInfo configHistoryDeliveryInfo)A list that contains the status of the delivery of the configuration history to the specified Amazon S3 bucket.DeliveryChannelStatus.BuilderDeliveryChannelStatus.Builder. configSnapshotDeliveryInfo(ConfigExportDeliveryInfo configSnapshotDeliveryInfo)A list containing the status of the delivery of the snapshot to the specified Amazon S3 bucket.
-