| Package | Description |
|---|---|
| com.amazonaws.services.ecrpublic.model |
| Modifier and Type | Method and Description |
|---|---|
Tag |
Tag.clone() |
Tag |
Tag.withKey(String key)
One part of a key-value pair that make up a tag.
|
Tag |
Tag.withValue(String value)
The optional part of a key-value pair that make up a tag.
|
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
CreateRepositoryRequest.getTags()
The metadata that you apply to each repository to help categorize and organize your repositories.
|
List<Tag> |
TagResourceRequest.getTags()
The tags to add to the resource.
|
List<Tag> |
ListTagsForResourceResult.getTags()
The tags for the resource.
|
| Modifier and Type | Method and Description |
|---|---|
CreateRepositoryRequest |
CreateRepositoryRequest.withTags(Tag... tags)
The metadata that you apply to each repository to help categorize and organize your repositories.
|
TagResourceRequest |
TagResourceRequest.withTags(Tag... tags)
The tags to add to the resource.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Tag... tags)
The tags for the resource.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateRepositoryRequest.setTags(Collection<Tag> tags)
The metadata that you apply to each repository to help categorize and organize your repositories.
|
void |
TagResourceRequest.setTags(Collection<Tag> tags)
The tags to add to the resource.
|
void |
ListTagsForResourceResult.setTags(Collection<Tag> tags)
The tags for the resource.
|
CreateRepositoryRequest |
CreateRepositoryRequest.withTags(Collection<Tag> tags)
The metadata that you apply to each repository to help categorize and organize your repositories.
|
TagResourceRequest |
TagResourceRequest.withTags(Collection<Tag> tags)
The tags to add to the resource.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Collection<Tag> tags)
The tags for the resource.
|
Copyright © 2024. All rights reserved.