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 ConfigStreamDeliveryInfo
ConfigStreamDeliveryInfo. clone()
ConfigStreamDeliveryInfo
DeliveryChannelStatus. getConfigStreamDeliveryInfo()
A list containing the status of the delivery of the configuration stream notification to the specified Amazon SNS topic.ConfigStreamDeliveryInfo
ConfigStreamDeliveryInfo. withLastErrorCode(String lastErrorCode)
The error code from the last attempted delivery.ConfigStreamDeliveryInfo
ConfigStreamDeliveryInfo. withLastErrorMessage(String lastErrorMessage)
The error message from the last attempted delivery.ConfigStreamDeliveryInfo
ConfigStreamDeliveryInfo. withLastStatus(DeliveryStatus lastStatus)
Status of the last attempted delivery.ConfigStreamDeliveryInfo
ConfigStreamDeliveryInfo. withLastStatus(String lastStatus)
Status of the last attempted delivery.ConfigStreamDeliveryInfo
ConfigStreamDeliveryInfo. 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 void
DeliveryChannelStatus. setConfigStreamDeliveryInfo(ConfigStreamDeliveryInfo configStreamDeliveryInfo)
A list containing the status of the delivery of the configuration stream notification to the specified Amazon SNS topic.DeliveryChannelStatus
DeliveryChannelStatus. withConfigStreamDeliveryInfo(ConfigStreamDeliveryInfo configStreamDeliveryInfo)
A list containing the status of the delivery of the configuration stream notification to the specified Amazon SNS topic.
-