Uses of Class
software.amazon.awssdk.services.ecrpublic.model.RegistryAlias
-
Packages that use RegistryAlias Package Description software.amazon.awssdk.services.ecrpublic.model -
-
Uses of RegistryAlias in software.amazon.awssdk.services.ecrpublic.model
Methods in software.amazon.awssdk.services.ecrpublic.model that return types with arguments of type RegistryAlias Modifier and Type Method Description List<RegistryAlias>Registry. aliases()An array of objects that represents the aliases for a public registry.Methods in software.amazon.awssdk.services.ecrpublic.model with parameters of type RegistryAlias Modifier and Type Method Description Registry.BuilderRegistry.Builder. aliases(RegistryAlias... aliases)An array of objects that represents the aliases for a public registry.Method parameters in software.amazon.awssdk.services.ecrpublic.model with type arguments of type RegistryAlias Modifier and Type Method Description Registry.BuilderRegistry.Builder. aliases(Collection<RegistryAlias> aliases)An array of objects that represents the aliases for a public registry.
-