Package | Description |
---|---|
com.amazonaws.services.config.model |
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(Date lastAttemptTime)
The time of the last attempted delivery.
|
ConfigExportDeliveryInfo |
ConfigExportDeliveryInfo.withLastErrorCode(String lastErrorCode)
The error code from the last attempted delivery.
|
ConfigExportDeliveryInfo |
ConfigExportDeliveryInfo.withLastErrorMessage(String lastErrorMessage)
The error message from the last attempted delivery.
|
ConfigExportDeliveryInfo |
ConfigExportDeliveryInfo.withLastStatus(DeliveryStatus lastStatus)
Status of the last attempted delivery.
|
ConfigExportDeliveryInfo |
ConfigExportDeliveryInfo.withLastStatus(String lastStatus)
Status of the last attempted delivery.
|
ConfigExportDeliveryInfo |
ConfigExportDeliveryInfo.withLastSuccessfulTime(Date lastSuccessfulTime)
The time of the last successful delivery.
|
ConfigExportDeliveryInfo |
ConfigExportDeliveryInfo.withNextDeliveryTime(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.
|
Copyright © 2018. All rights reserved.