| Package | Description |
|---|---|
| com.amazonaws.services.schemas.model |
| Modifier and Type | Method and Description |
|---|---|
RegistrySummary |
RegistrySummary.addTagsEntry(String key,
String value)
Add a single Tags entry
|
RegistrySummary |
RegistrySummary.clearTagsEntries()
Removes all the entries added into Tags.
|
RegistrySummary |
RegistrySummary.clone() |
RegistrySummary |
RegistrySummary.withRegistryArn(String registryArn)
The ARN of the registry.
|
RegistrySummary |
RegistrySummary.withRegistryName(String registryName)
The name of the registry.
|
RegistrySummary |
RegistrySummary.withTags(Map<String,String> tags)
Tags associated with the registry.
|
| Modifier and Type | Method and Description |
|---|---|
List<RegistrySummary> |
ListRegistriesResult.getRegistries()
An array of registry summaries.
|
| Modifier and Type | Method and Description |
|---|---|
ListRegistriesResult |
ListRegistriesResult.withRegistries(RegistrySummary... registries)
An array of registry summaries.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListRegistriesResult.setRegistries(Collection<RegistrySummary> registries)
An array of registry summaries.
|
ListRegistriesResult |
ListRegistriesResult.withRegistries(Collection<RegistrySummary> registries)
An array of registry summaries.
|
Copyright © 2021. All rights reserved.