| Package | Description |
|---|---|
| com.amazonaws.services.ecrpublic.model |
| Modifier and Type | Method and Description |
|---|---|
Registry |
Registry.clone() |
Registry |
Registry.withAliases(Collection<RegistryAlias> aliases)
An array of objects representing the aliases for a public registry.
|
Registry |
Registry.withAliases(RegistryAlias... aliases)
An array of objects representing the aliases for a public registry.
|
Registry |
Registry.withRegistryArn(String registryArn)
The Amazon Resource Name (ARN) of the public registry.
|
Registry |
Registry.withRegistryId(String registryId)
The AWS account ID associated with the registry.
|
Registry |
Registry.withRegistryUri(String registryUri)
The URI of a public registry.
|
Registry |
Registry.withVerified(Boolean verified)
Whether the account is verified.
|
| Modifier and Type | Method and Description |
|---|---|
List<Registry> |
DescribeRegistriesResult.getRegistries()
An object containing the details for a public registry.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeRegistriesResult |
DescribeRegistriesResult.withRegistries(Registry... registries)
An object containing the details for a public registry.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeRegistriesResult.setRegistries(Collection<Registry> registries)
An object containing the details for a public registry.
|
DescribeRegistriesResult |
DescribeRegistriesResult.withRegistries(Collection<Registry> registries)
An object containing the details for a public registry.
|
Copyright © 2021. All rights reserved.