| Package | Description |
|---|---|
| com.amazonaws.services.codeconnections.model |
| Modifier and Type | Method and Description |
|---|---|
Tag |
Tag.clone() |
Tag |
Tag.withKey(String key)
The tag's key.
|
Tag |
Tag.withValue(String value)
The tag's value.
|
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
ListTagsForResourceResult.getTags()
A list of tag key and value pairs associated with the specified resource.
|
List<Tag> |
CreateRepositoryLinkRequest.getTags()
The tags for the repository to be associated with the repository link.
|
List<Tag> |
CreateHostResult.getTags()
Tags for the created host.
|
List<Tag> |
CreateConnectionRequest.getTags()
The key-value pair to use when tagging the resource.
|
List<Tag> |
CreateConnectionResult.getTags()
Specifies the tags applied to the resource.
|
List<Tag> |
TagResourceRequest.getTags()
The tags you want to modify or add to the resource.
|
List<Tag> |
CreateHostRequest.getTags()
Tags for the host to be created.
|
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Tag... tags)
A list of tag key and value pairs associated with the specified resource.
|
CreateRepositoryLinkRequest |
CreateRepositoryLinkRequest.withTags(Tag... tags)
The tags for the repository to be associated with the repository link.
|
CreateHostResult |
CreateHostResult.withTags(Tag... tags)
Tags for the created host.
|
CreateConnectionRequest |
CreateConnectionRequest.withTags(Tag... tags)
The key-value pair to use when tagging the resource.
|
CreateConnectionResult |
CreateConnectionResult.withTags(Tag... tags)
Specifies the tags applied to the resource.
|
TagResourceRequest |
TagResourceRequest.withTags(Tag... tags)
The tags you want to modify or add to the resource.
|
CreateHostRequest |
CreateHostRequest.withTags(Tag... tags)
Tags for the host to be created.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListTagsForResourceResult.setTags(Collection<Tag> tags)
A list of tag key and value pairs associated with the specified resource.
|
void |
CreateRepositoryLinkRequest.setTags(Collection<Tag> tags)
The tags for the repository to be associated with the repository link.
|
void |
CreateHostResult.setTags(Collection<Tag> tags)
Tags for the created host.
|
void |
CreateConnectionRequest.setTags(Collection<Tag> tags)
The key-value pair to use when tagging the resource.
|
void |
CreateConnectionResult.setTags(Collection<Tag> tags)
Specifies the tags applied to the resource.
|
void |
TagResourceRequest.setTags(Collection<Tag> tags)
The tags you want to modify or add to the resource.
|
void |
CreateHostRequest.setTags(Collection<Tag> tags)
Tags for the host to be created.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Collection<Tag> tags)
A list of tag key and value pairs associated with the specified resource.
|
CreateRepositoryLinkRequest |
CreateRepositoryLinkRequest.withTags(Collection<Tag> tags)
The tags for the repository to be associated with the repository link.
|
CreateHostResult |
CreateHostResult.withTags(Collection<Tag> tags)
Tags for the created host.
|
CreateConnectionRequest |
CreateConnectionRequest.withTags(Collection<Tag> tags)
The key-value pair to use when tagging the resource.
|
CreateConnectionResult |
CreateConnectionResult.withTags(Collection<Tag> tags)
Specifies the tags applied to the resource.
|
TagResourceRequest |
TagResourceRequest.withTags(Collection<Tag> tags)
The tags you want to modify or add to the resource.
|
CreateHostRequest |
CreateHostRequest.withTags(Collection<Tag> tags)
Tags for the host to be created.
|
Copyright © 2024. All rights reserved.