| Package | Description |
|---|---|
| com.amazonaws.services.ecrpublic.model |
| Modifier and Type | Method and Description |
|---|---|
RegistryAlias |
RegistryAlias.clone() |
RegistryAlias |
RegistryAlias.withDefaultRegistryAlias(Boolean defaultRegistryAlias)
Indicates whether the registry alias is the default alias for the registry.
|
RegistryAlias |
RegistryAlias.withName(String name)
The name of the registry alias.
|
RegistryAlias |
RegistryAlias.withPrimaryRegistryAlias(Boolean primaryRegistryAlias)
Indicates whether the registry alias is the primary alias for the registry.
|
RegistryAlias |
RegistryAlias.withStatus(RegistryAliasStatus status)
The status of the registry alias.
|
RegistryAlias |
RegistryAlias.withStatus(String status)
The status of the registry alias.
|
| Modifier and Type | Method and Description |
|---|---|
List<RegistryAlias> |
Registry.getAliases()
An array of objects that represents the aliases for a public registry.
|
| Modifier and Type | Method and Description |
|---|---|
Registry |
Registry.withAliases(RegistryAlias... aliases)
An array of objects that represents the aliases for a public registry.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Registry.setAliases(Collection<RegistryAlias> aliases)
An array of objects that represents the aliases for a public registry.
|
Registry |
Registry.withAliases(Collection<RegistryAlias> aliases)
An array of objects that represents the aliases for a public registry.
|
Copyright © 2023. All rights reserved.