| Package | Description |
|---|---|
| com.amazonaws.services.config.model |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and 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.
|
Copyright © 2018. All rights reserved.