| Package | Description |
|---|---|
| com.amazonaws.services.iotsecuretunneling.model |
| Modifier and Type | Method and Description |
|---|---|
Tag |
Tag.clone() |
Tag |
Tag.withKey(String key)
The key of the tag.
|
Tag |
Tag.withValue(String value)
The value of the tag.
|
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
TagResourceRequest.getTags()
The tags for the resource.
|
List<Tag> |
OpenTunnelRequest.getTags()
A collection of tag metadata.
|
List<Tag> |
ListTagsForResourceResult.getTags()
The tags for the specified resource.
|
List<Tag> |
Tunnel.getTags()
A list of tag metadata associated with the secure tunnel.
|
| Modifier and Type | Method and Description |
|---|---|
TagResourceRequest |
TagResourceRequest.withTags(Tag... tags)
The tags for the resource.
|
OpenTunnelRequest |
OpenTunnelRequest.withTags(Tag... tags)
A collection of tag metadata.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Tag... tags)
The tags for the specified resource.
|
Tunnel |
Tunnel.withTags(Tag... tags)
A list of tag metadata associated with the secure tunnel.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TagResourceRequest.setTags(Collection<Tag> tags)
The tags for the resource.
|
void |
OpenTunnelRequest.setTags(Collection<Tag> tags)
A collection of tag metadata.
|
void |
ListTagsForResourceResult.setTags(Collection<Tag> tags)
The tags for the specified resource.
|
void |
Tunnel.setTags(Collection<Tag> tags)
A list of tag metadata associated with the secure tunnel.
|
TagResourceRequest |
TagResourceRequest.withTags(Collection<Tag> tags)
The tags for the resource.
|
OpenTunnelRequest |
OpenTunnelRequest.withTags(Collection<Tag> tags)
A collection of tag metadata.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Collection<Tag> tags)
The tags for the specified resource.
|
Tunnel |
Tunnel.withTags(Collection<Tag> tags)
A list of tag metadata associated with the secure tunnel.
|
Copyright © 2023. All rights reserved.