Uses of Class
com.amazonaws.services.config.model.ConfigExportDeliveryInfo
-
Packages that use ConfigExportDeliveryInfo Package Description com.amazonaws.services.config.model -
-
Uses of ConfigExportDeliveryInfo in com.amazonaws.services.config.model
Methods in com.amazonaws.services.config.model that return ConfigExportDeliveryInfo Modifier and Type Method 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.Methods in com.amazonaws.services.config.model with parameters of type ConfigExportDeliveryInfo Modifier and Type Method 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.
-