Uses of Class
com.amazonaws.services.config.model.DeliveryChannelStatus
-
Packages that use DeliveryChannelStatus Package Description com.amazonaws.services.config.model -
-
Uses of DeliveryChannelStatus in com.amazonaws.services.config.model
Methods in com.amazonaws.services.config.model that return DeliveryChannelStatus Modifier and Type Method Description DeliveryChannelStatus
DeliveryChannelStatus. clone()
DeliveryChannelStatus
DeliveryChannelStatus. withConfigHistoryDeliveryInfo(ConfigExportDeliveryInfo configHistoryDeliveryInfo)
A list that contains the status of the delivery of the configuration history to the specified Amazon S3 bucket.DeliveryChannelStatus
DeliveryChannelStatus. withConfigSnapshotDeliveryInfo(ConfigExportDeliveryInfo configSnapshotDeliveryInfo)
A list containing the status of the delivery of the snapshot to the specified Amazon S3 bucket.DeliveryChannelStatus
DeliveryChannelStatus. withConfigStreamDeliveryInfo(ConfigStreamDeliveryInfo configStreamDeliveryInfo)
A list containing the status of the delivery of the configuration stream notification to the specified Amazon SNS topic.DeliveryChannelStatus
DeliveryChannelStatus. withName(String name)
The name of the delivery channel.Methods in com.amazonaws.services.config.model that return types with arguments of type DeliveryChannelStatus Modifier and Type Method Description List<DeliveryChannelStatus>
DescribeDeliveryChannelStatusResult. getDeliveryChannelsStatus()
A list that contains the status of a specified delivery channel.Methods in com.amazonaws.services.config.model with parameters of type DeliveryChannelStatus Modifier and Type Method Description DescribeDeliveryChannelStatusResult
DescribeDeliveryChannelStatusResult. 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 DeliveryChannelStatus Modifier and Type Method Description void
DescribeDeliveryChannelStatusResult. setDeliveryChannelsStatus(Collection<DeliveryChannelStatus> deliveryChannelsStatus)
A list that contains the status of a specified delivery channel.DescribeDeliveryChannelStatusResult
DescribeDeliveryChannelStatusResult. withDeliveryChannelsStatus(Collection<DeliveryChannelStatus> deliveryChannelsStatus)
A list that contains the status of a specified delivery channel.
-