Package | Description |
---|---|
com.amazonaws.services.config.model | |
com.amazonaws.services.config.model.transform |
Modifier and Type | Field and Description |
---|---|
private ConfigStreamDeliveryInfo |
DeliveryChannelStatus.configStreamDeliveryInfo
A list containing the status of the delivery of the configuration stream
notification to the specified Amazon SNS topic.
|
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(java.lang.String lastErrorCode)
The error code from the last attempted delivery.
|
ConfigStreamDeliveryInfo |
ConfigStreamDeliveryInfo.withLastErrorMessage(java.lang.String lastErrorMessage)
The error message from the last attempted delivery.
|
ConfigStreamDeliveryInfo |
ConfigStreamDeliveryInfo.withLastStatus(DeliveryStatus lastStatus)
Status of the last attempted delivery.
|
ConfigStreamDeliveryInfo |
ConfigStreamDeliveryInfo.withLastStatus(java.lang.String lastStatus)
Status of the last attempted delivery.
|
ConfigStreamDeliveryInfo |
ConfigStreamDeliveryInfo.withLastStatusChangeTime(java.util.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.
|
Modifier and Type | Method and Description |
---|---|
ConfigStreamDeliveryInfo |
ConfigStreamDeliveryInfoJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
ConfigStreamDeliveryInfoJsonMarshaller.marshall(ConfigStreamDeliveryInfo configStreamDeliveryInfo,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|