| Package | Description |
|---|---|
| software.amazon.awssdk.services.ecrpublic.model |
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
CreateRepositoryRequest.tags()
The metadata that you apply to the repository to help you categorize and organize them.
|
List<Tag> |
ListTagsForResourceResponse.tags()
The tags for the resource.
|
List<Tag> |
TagResourceRequest.tags()
The tags to add to the resource.
|
| Modifier and Type | Method and Description |
|---|---|
CreateRepositoryRequest.Builder |
CreateRepositoryRequest.Builder.tags(Tag... tags)
The metadata that you apply to the repository to help you categorize and organize them.
|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.tags(Tag... tags)
The tags for the resource.
|
TagResourceRequest.Builder |
TagResourceRequest.Builder.tags(Tag... tags)
The tags to add to the resource.
|
| Modifier and Type | Method and Description |
|---|---|
CreateRepositoryRequest.Builder |
CreateRepositoryRequest.Builder.tags(Collection<Tag> tags)
The metadata that you apply to the repository to help you categorize and organize them.
|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.tags(Collection<Tag> tags)
The tags for the resource.
|
TagResourceRequest.Builder |
TagResourceRequest.Builder.tags(Collection<Tag> tags)
The tags to add to the resource.
|
Copyright © 2021. All rights reserved.