| Package | Description |
|---|---|
| software.amazon.awssdk.services.codeartifact.model |
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
TagResourceRequest.tags()
The tags you want to modify or add to the resource.
|
List<Tag> |
CreateRepositoryRequest.tags()
One or more tag key-value pairs for the repository.
|
List<Tag> |
CreateDomainRequest.tags()
One or more tag key-value pairs for the domain.
|
List<Tag> |
ListTagsForResourceResponse.tags()
A list of tag key and value pairs associated with the specified resource.
|
| Modifier and Type | Method and Description |
|---|---|
TagResourceRequest.Builder |
TagResourceRequest.Builder.tags(Tag... tags)
The tags you want to modify or add to the resource.
|
CreateRepositoryRequest.Builder |
CreateRepositoryRequest.Builder.tags(Tag... tags)
One or more tag key-value pairs for the repository.
|
CreateDomainRequest.Builder |
CreateDomainRequest.Builder.tags(Tag... tags)
One or more tag key-value pairs for the domain.
|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.tags(Tag... tags)
A list of tag key and value pairs associated with the specified resource.
|
| Modifier and Type | Method and Description |
|---|---|
TagResourceRequest.Builder |
TagResourceRequest.Builder.tags(Collection<Tag> tags)
The tags you want to modify or add to the resource.
|
CreateRepositoryRequest.Builder |
CreateRepositoryRequest.Builder.tags(Collection<Tag> tags)
One or more tag key-value pairs for the repository.
|
CreateDomainRequest.Builder |
CreateDomainRequest.Builder.tags(Collection<Tag> tags)
One or more tag key-value pairs for the domain.
|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.tags(Collection<Tag> tags)
A list of tag key and value pairs associated with the specified resource.
|
Copyright © 2023. All rights reserved.