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 DeliveryChannelStatusDeliveryChannelStatus. clone()DeliveryChannelStatusDeliveryChannelStatus. withConfigHistoryDeliveryInfo(ConfigExportDeliveryInfo configHistoryDeliveryInfo)A list that contains the status of the delivery of the configuration history to the specified Amazon S3 bucket.DeliveryChannelStatusDeliveryChannelStatus. withConfigSnapshotDeliveryInfo(ConfigExportDeliveryInfo configSnapshotDeliveryInfo)A list containing the status of the delivery of the snapshot to the specified Amazon S3 bucket.DeliveryChannelStatusDeliveryChannelStatus. withConfigStreamDeliveryInfo(ConfigStreamDeliveryInfo configStreamDeliveryInfo)A list containing the status of the delivery of the configuration stream notification to the specified Amazon SNS topic.DeliveryChannelStatusDeliveryChannelStatus. 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 DescribeDeliveryChannelStatusResultDescribeDeliveryChannelStatusResult. 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 voidDescribeDeliveryChannelStatusResult. setDeliveryChannelsStatus(Collection<DeliveryChannelStatus> deliveryChannelsStatus)A list that contains the status of a specified delivery channel.DescribeDeliveryChannelStatusResultDescribeDeliveryChannelStatusResult. withDeliveryChannelsStatus(Collection<DeliveryChannelStatus> deliveryChannelsStatus)A list that contains the status of a specified delivery channel.
-