Package | Description |
---|---|
com.amazonaws.services.config.model | |
com.amazonaws.services.config.model.transform |
Modifier and Type | Field and Description |
---|---|
private ConfigExportDeliveryInfo |
DeliveryChannelStatus.configHistoryDeliveryInfo
A list that contains the status of the delivery of the configuration
history to the specified Amazon S3 bucket.
|
private ConfigExportDeliveryInfo |
DeliveryChannelStatus.configSnapshotDeliveryInfo
A list containing the status of the delivery of the snapshot to the
specified Amazon S3 bucket.
|
Modifier and Type | Method and Description |
---|---|
ConfigExportDeliveryInfo |
ConfigExportDeliveryInfo.clone() |
ConfigExportDeliveryInfo |
DeliveryChannelStatus.getConfigHistoryDeliveryInfo()
A list that contains the status of the delivery of the configuration
history to the specified Amazon S3 bucket.
|
ConfigExportDeliveryInfo |
DeliveryChannelStatus.getConfigSnapshotDeliveryInfo()
A list containing the status of the delivery of the snapshot to the
specified Amazon S3 bucket.
|
ConfigExportDeliveryInfo |
ConfigExportDeliveryInfo.withLastAttemptTime(java.util.Date lastAttemptTime)
The time of the last attempted delivery.
|
ConfigExportDeliveryInfo |
ConfigExportDeliveryInfo.withLastErrorCode(java.lang.String lastErrorCode)
The error code from the last attempted delivery.
|
ConfigExportDeliveryInfo |
ConfigExportDeliveryInfo.withLastErrorMessage(java.lang.String lastErrorMessage)
The error message from the last attempted delivery.
|
ConfigExportDeliveryInfo |
ConfigExportDeliveryInfo.withLastStatus(DeliveryStatus lastStatus)
Status of the last attempted delivery.
|
ConfigExportDeliveryInfo |
ConfigExportDeliveryInfo.withLastStatus(java.lang.String lastStatus)
Status of the last attempted delivery.
|
ConfigExportDeliveryInfo |
ConfigExportDeliveryInfo.withLastSuccessfulTime(java.util.Date lastSuccessfulTime)
The time of the last successful delivery.
|
ConfigExportDeliveryInfo |
ConfigExportDeliveryInfo.withNextDeliveryTime(java.util.Date nextDeliveryTime)
The time that the next delivery occurs.
|
Modifier and Type | Method and Description |
---|---|
void |
DeliveryChannelStatus.setConfigHistoryDeliveryInfo(ConfigExportDeliveryInfo configHistoryDeliveryInfo)
A list that contains the status of the delivery of the configuration
history to the specified Amazon S3 bucket.
|
void |
DeliveryChannelStatus.setConfigSnapshotDeliveryInfo(ConfigExportDeliveryInfo configSnapshotDeliveryInfo)
A list containing the status of the delivery of the snapshot to the
specified Amazon S3 bucket.
|
DeliveryChannelStatus |
DeliveryChannelStatus.withConfigHistoryDeliveryInfo(ConfigExportDeliveryInfo configHistoryDeliveryInfo)
A list that contains the status of the delivery of the configuration
history to the specified Amazon S3 bucket.
|
DeliveryChannelStatus |
DeliveryChannelStatus.withConfigSnapshotDeliveryInfo(ConfigExportDeliveryInfo configSnapshotDeliveryInfo)
A list containing the status of the delivery of the snapshot to the
specified Amazon S3 bucket.
|
Modifier and Type | Method and Description |
---|---|
ConfigExportDeliveryInfo |
ConfigExportDeliveryInfoJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
ConfigExportDeliveryInfoJsonMarshaller.marshall(ConfigExportDeliveryInfo configExportDeliveryInfo,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|