Uses of Class
software.amazon.awssdk.services.glue.model.RegistryStatus
-
Packages that use RegistryStatus Package Description software.amazon.awssdk.services.glue.model -
-
Uses of RegistryStatus in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return RegistryStatus Modifier and Type Method Description static RegistryStatusRegistryStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RegistryStatusDeleteRegistryResponse. status()The status of the registry.RegistryStatusGetRegistryResponse. status()The status of the registry.RegistryStatusRegistryListItem. status()The status of the registry.static RegistryStatusRegistryStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static RegistryStatus[]RegistryStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type RegistryStatus Modifier and Type Method Description static Set<RegistryStatus>RegistryStatus. knownValues()Methods in software.amazon.awssdk.services.glue.model with parameters of type RegistryStatus Modifier and Type Method Description DeleteRegistryResponse.BuilderDeleteRegistryResponse.Builder. status(RegistryStatus status)The status of the registry.GetRegistryResponse.BuilderGetRegistryResponse.Builder. status(RegistryStatus status)The status of the registry.RegistryListItem.BuilderRegistryListItem.Builder. status(RegistryStatus status)The status of the registry.
-