Uses of Class
software.amazon.awssdk.services.ecrpublic.model.RegistryAliasStatus
-
Packages that use RegistryAliasStatus Package Description software.amazon.awssdk.services.ecrpublic.model -
-
Uses of RegistryAliasStatus in software.amazon.awssdk.services.ecrpublic.model
Methods in software.amazon.awssdk.services.ecrpublic.model that return RegistryAliasStatus Modifier and Type Method Description static RegistryAliasStatusRegistryAliasStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RegistryAliasStatusRegistryAlias. status()The status of the registry alias.static RegistryAliasStatusRegistryAliasStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static RegistryAliasStatus[]RegistryAliasStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.ecrpublic.model that return types with arguments of type RegistryAliasStatus Modifier and Type Method Description static Set<RegistryAliasStatus>RegistryAliasStatus. knownValues()Methods in software.amazon.awssdk.services.ecrpublic.model with parameters of type RegistryAliasStatus Modifier and Type Method Description RegistryAlias.BuilderRegistryAlias.Builder. status(RegistryAliasStatus status)The status of the registry alias.
-