Uses of Class
com.amazonaws.services.config.model.DeliveryStatus
-
Packages that use DeliveryStatus Package Description com.amazonaws.services.config.model -
-
Uses of DeliveryStatus in com.amazonaws.services.config.model
Methods in com.amazonaws.services.config.model that return DeliveryStatus Modifier and Type Method Description static DeliveryStatusDeliveryStatus. fromValue(String value)Use this in place of valueOf.static DeliveryStatusDeliveryStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static DeliveryStatus[]DeliveryStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.config.model with parameters of type DeliveryStatus Modifier and Type Method Description voidConfigExportDeliveryInfo. setLastStatus(DeliveryStatus lastStatus)Status of the last attempted delivery.voidConfigStreamDeliveryInfo. setLastStatus(DeliveryStatus lastStatus)Status of the last attempted delivery.ConfigExportDeliveryInfoConfigExportDeliveryInfo. withLastStatus(DeliveryStatus lastStatus)Status of the last attempted delivery.ConfigStreamDeliveryInfoConfigStreamDeliveryInfo. withLastStatus(DeliveryStatus lastStatus)Status of the last attempted delivery.
-