Uses of Class
com.amazonaws.services.config.model.DeliveryChannelStatus
Packages that use DeliveryChannelStatus
-
Uses of DeliveryChannelStatus in com.amazonaws.services.config.model
Methods in com.amazonaws.services.config.model that return DeliveryChannelStatusModifier and TypeMethodDescriptionDeliveryChannelStatus.clone()
DeliveryChannelStatus.withConfigHistoryDeliveryInfo
(ConfigExportDeliveryInfo configHistoryDeliveryInfo) A list that contains the status of the delivery of the configuration history to the specified Amazon S3 bucket.DeliveryChannelStatus.withConfigSnapshotDeliveryInfo
(ConfigExportDeliveryInfo configSnapshotDeliveryInfo) A list containing the status of the delivery of the snapshot to the specified Amazon S3 bucket.DeliveryChannelStatus.withConfigStreamDeliveryInfo
(ConfigStreamDeliveryInfo configStreamDeliveryInfo) A list containing the status of the delivery of the configuration stream notification to the specified Amazon SNS topic.The name of the delivery channel.Methods in com.amazonaws.services.config.model that return types with arguments of type DeliveryChannelStatusModifier and TypeMethodDescriptionDescribeDeliveryChannelStatusResult.getDeliveryChannelsStatus()
A list that contains the status of a specified delivery channel.Methods in com.amazonaws.services.config.model with parameters of type DeliveryChannelStatusModifier and TypeMethodDescriptionDescribeDeliveryChannelStatusResult.withDeliveryChannelsStatus
(DeliveryChannelStatus... deliveryChannelsStatus) A list that contains the status of a specified delivery channel.Method parameters in com.amazonaws.services.config.model with type arguments of type DeliveryChannelStatusModifier and TypeMethodDescriptionvoid
DescribeDeliveryChannelStatusResult.setDeliveryChannelsStatus
(Collection<DeliveryChannelStatus> deliveryChannelsStatus) A list that contains the status of a specified delivery channel.DescribeDeliveryChannelStatusResult.withDeliveryChannelsStatus
(Collection<DeliveryChannelStatus> deliveryChannelsStatus) A list that contains the status of a specified delivery channel.