Uses of Class
software.amazon.awssdk.services.config.model.DeliveryStatus
-
Packages that use DeliveryStatus Package Description software.amazon.awssdk.services.config.model -
-
Uses of DeliveryStatus in software.amazon.awssdk.services.config.model
Methods in software.amazon.awssdk.services.config.model that return DeliveryStatus Modifier and Type Method Description static DeliveryStatusDeliveryStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.DeliveryStatusConfigExportDeliveryInfo. lastStatus()Status of the last attempted delivery.DeliveryStatusConfigStreamDeliveryInfo. lastStatus()Status of the last attempted delivery.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 software.amazon.awssdk.services.config.model that return types with arguments of type DeliveryStatus Modifier and Type Method Description static Set<DeliveryStatus>DeliveryStatus. knownValues()Methods in software.amazon.awssdk.services.config.model with parameters of type DeliveryStatus Modifier and Type Method Description ConfigExportDeliveryInfo.BuilderConfigExportDeliveryInfo.Builder. lastStatus(DeliveryStatus lastStatus)Status of the last attempted delivery.ConfigStreamDeliveryInfo.BuilderConfigStreamDeliveryInfo.Builder. lastStatus(DeliveryStatus lastStatus)Status of the last attempted delivery.
-