Uses of Class
com.amazonaws.services.config.model.ConfigExportDeliveryInfo
Packages that use ConfigExportDeliveryInfo
-
Uses of ConfigExportDeliveryInfo in com.amazonaws.services.config.model
Methods in com.amazonaws.services.config.model that return ConfigExportDeliveryInfoModifier and TypeMethodDescriptionConfigExportDeliveryInfo.clone()DeliveryChannelStatus.getConfigHistoryDeliveryInfo()A list that contains the status of the delivery of the configuration history to the specified Amazon S3 bucket.DeliveryChannelStatus.getConfigSnapshotDeliveryInfo()A list containing the status of the delivery of the snapshot to the specified Amazon S3 bucket.ConfigExportDeliveryInfo.withLastAttemptTime(Date lastAttemptTime) The time of the last attempted delivery.ConfigExportDeliveryInfo.withLastErrorCode(String lastErrorCode) The error code from the last attempted delivery.ConfigExportDeliveryInfo.withLastErrorMessage(String lastErrorMessage) The error message from the last attempted delivery.ConfigExportDeliveryInfo.withLastStatus(DeliveryStatus lastStatus) Status of the last attempted delivery.ConfigExportDeliveryInfo.withLastStatus(String lastStatus) Status of the last attempted delivery.ConfigExportDeliveryInfo.withLastSuccessfulTime(Date lastSuccessfulTime) The time of the last successful delivery.ConfigExportDeliveryInfo.withNextDeliveryTime(Date nextDeliveryTime) The time that the next delivery occurs.Methods in com.amazonaws.services.config.model with parameters of type ConfigExportDeliveryInfoModifier and TypeMethodDescriptionvoidDeliveryChannelStatus.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.DeliveryChannelStatus.withConfigHistoryDeliveryInfo(ConfigExportDeliveryInfo configHistoryDeliveryInfo) A list that contains the status of the delivery of the configuration history to the specified Amazon S3 bucket.DeliveryChannelStatus.withConfigSnapshotDeliveryInfo(ConfigExportDeliveryInfo configSnapshotDeliveryInfo) A list containing the status of the delivery of the snapshot to the specified Amazon S3 bucket.