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 ConfigExportDeliveryInfoConfigExportDeliveryInfo. clone()ConfigExportDeliveryInfoDeliveryChannelStatus. getConfigHistoryDeliveryInfo()A list that contains the status of the delivery of the configuration history to the specified Amazon S3 bucket.ConfigExportDeliveryInfoDeliveryChannelStatus. getConfigSnapshotDeliveryInfo()A list containing the status of the delivery of the snapshot to the specified Amazon S3 bucket.ConfigExportDeliveryInfoConfigExportDeliveryInfo. withLastAttemptTime(Date lastAttemptTime)The time of the last attempted delivery.ConfigExportDeliveryInfoConfigExportDeliveryInfo. withLastErrorCode(String lastErrorCode)The error code from the last attempted delivery.ConfigExportDeliveryInfoConfigExportDeliveryInfo. withLastErrorMessage(String lastErrorMessage)The error message from the last attempted delivery.ConfigExportDeliveryInfoConfigExportDeliveryInfo. withLastStatus(DeliveryStatus lastStatus)Status of the last attempted delivery.ConfigExportDeliveryInfoConfigExportDeliveryInfo. withLastStatus(String lastStatus)Status of the last attempted delivery.ConfigExportDeliveryInfoConfigExportDeliveryInfo. withLastSuccessfulTime(Date lastSuccessfulTime)The time of the last successful delivery.ConfigExportDeliveryInfoConfigExportDeliveryInfo. 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 voidDeliveryChannelStatus. setConfigHistoryDeliveryInfo(ConfigExportDeliveryInfo configHistoryDeliveryInfo)A list that contains the status of the delivery of the configuration history to the specified Amazon S3 bucket.voidDeliveryChannelStatus. setConfigSnapshotDeliveryInfo(ConfigExportDeliveryInfo configSnapshotDeliveryInfo)A list containing the status of the delivery of the snapshot to the specified Amazon S3 bucket.DeliveryChannelStatusDeliveryChannelStatus. withConfigHistoryDeliveryInfo(ConfigExportDeliveryInfo configHistoryDeliveryInfo)A list that contains the status of the delivery of the configuration history to the specified Amazon S3 bucket.DeliveryChannelStatusDeliveryChannelStatus. withConfigSnapshotDeliveryInfo(ConfigExportDeliveryInfo configSnapshotDeliveryInfo)A list containing the status of the delivery of the snapshot to the specified Amazon S3 bucket.
-