Uses of Class
com.amazonaws.services.config.model.ConfigStreamDeliveryInfo
Packages that use ConfigStreamDeliveryInfo
-
Uses of ConfigStreamDeliveryInfo in com.amazonaws.services.config.model
Methods in com.amazonaws.services.config.model that return ConfigStreamDeliveryInfoModifier and TypeMethodDescriptionConfigStreamDeliveryInfo.clone()
DeliveryChannelStatus.getConfigStreamDeliveryInfo()
A list containing the status of the delivery of the configuration stream notification to the specified Amazon SNS topic.ConfigStreamDeliveryInfo.withLastErrorCode
(String lastErrorCode) The error code from the last attempted delivery.ConfigStreamDeliveryInfo.withLastErrorMessage
(String lastErrorMessage) The error message from the last attempted delivery.ConfigStreamDeliveryInfo.withLastStatus
(DeliveryStatus lastStatus) Status of the last attempted delivery.ConfigStreamDeliveryInfo.withLastStatus
(String lastStatus) Status of the last attempted delivery.ConfigStreamDeliveryInfo.withLastStatusChangeTime
(Date lastStatusChangeTime) The time from the last status change.Methods in com.amazonaws.services.config.model with parameters of type ConfigStreamDeliveryInfoModifier and TypeMethodDescriptionvoid
DeliveryChannelStatus.setConfigStreamDeliveryInfo
(ConfigStreamDeliveryInfo configStreamDeliveryInfo) A list containing the status of the delivery of the configuration stream notification to the specified Amazon SNS topic.DeliveryChannelStatus.withConfigStreamDeliveryInfo
(ConfigStreamDeliveryInfo configStreamDeliveryInfo) A list containing the status of the delivery of the configuration stream notification to the specified Amazon SNS topic.