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