| 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 that represents the aliases for a public registry.
|
Registry |
Registry.withAliases(RegistryAlias... aliases)
An array of objects that represents 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 Amazon Web Services account ID that's associated with the registry.
|
Registry |
Registry.withRegistryUri(String registryUri)
The URI of a public registry.
|
Registry |
Registry.withVerified(Boolean verified)
Indicates whether the account is a verified Amazon Web Services Marketplace vendor.
|
| Modifier and Type | Method and Description |
|---|---|
List<Registry> |
DescribeRegistriesResult.getRegistries()
An object that contains the details for a public registry.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeRegistriesResult |
DescribeRegistriesResult.withRegistries(Registry... registries)
An object that contains the details for a public registry.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeRegistriesResult.setRegistries(Collection<Registry> registries)
An object that contains the details for a public registry.
|
DescribeRegistriesResult |
DescribeRegistriesResult.withRegistries(Collection<Registry> registries)
An object that contains the details for a public registry.
|
Copyright © 2025. All rights reserved.