| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotsecuretunneling.model |
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
OpenTunnelRequest.tags()
A collection of tag metadata.
|
List<Tag> |
Tunnel.tags()
A list of tag metadata associated with the secure tunnel.
|
List<Tag> |
TagResourceRequest.tags()
The tags for the resource.
|
List<Tag> |
ListTagsForResourceResponse.tags()
The tags for the specified resource.
|
| Modifier and Type | Method and Description |
|---|---|
OpenTunnelRequest.Builder |
OpenTunnelRequest.Builder.tags(Tag... tags)
A collection of tag metadata.
|
Tunnel.Builder |
Tunnel.Builder.tags(Tag... tags)
A list of tag metadata associated with the secure tunnel.
|
TagResourceRequest.Builder |
TagResourceRequest.Builder.tags(Tag... tags)
The tags for the resource.
|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.tags(Tag... tags)
The tags for the specified resource.
|
| Modifier and Type | Method and Description |
|---|---|
OpenTunnelRequest.Builder |
OpenTunnelRequest.Builder.tags(Collection<Tag> tags)
A collection of tag metadata.
|
Tunnel.Builder |
Tunnel.Builder.tags(Collection<Tag> tags)
A list of tag metadata associated with the secure tunnel.
|
TagResourceRequest.Builder |
TagResourceRequest.Builder.tags(Collection<Tag> tags)
The tags for the resource.
|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.tags(Collection<Tag> tags)
The tags for the specified resource.
|
Copyright © 2023. All rights reserved.