Uses of Class
software.amazon.awssdk.services.iotsecuretunneling.model.Tag
-
Packages that use Tag Package Description software.amazon.awssdk.services.iotsecuretunneling.model -
-
Uses of Tag in software.amazon.awssdk.services.iotsecuretunneling.model
Methods in software.amazon.awssdk.services.iotsecuretunneling.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>ListTagsForResourceResponse. tags()The tags for the specified resource.List<Tag>OpenTunnelRequest. tags()A collection of tag metadata.List<Tag>TagResourceRequest. tags()The tags for the resource.List<Tag>Tunnel. tags()A list of tag metadata associated with the secure tunnel.Methods in software.amazon.awssdk.services.iotsecuretunneling.model with parameters of type Tag Modifier and Type Method Description ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Tag... tags)The tags for the specified resource.OpenTunnelRequest.BuilderOpenTunnelRequest.Builder. tags(Tag... tags)A collection of tag metadata.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Tag... tags)The tags for the resource.Tunnel.BuilderTunnel.Builder. tags(Tag... tags)A list of tag metadata associated with the secure tunnel.Method parameters in software.amazon.awssdk.services.iotsecuretunneling.model with type arguments of type Tag Modifier and Type Method Description ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Collection<Tag> tags)The tags for the specified resource.OpenTunnelRequest.BuilderOpenTunnelRequest.Builder. tags(Collection<Tag> tags)A collection of tag metadata.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Collection<Tag> tags)The tags for the resource.Tunnel.BuilderTunnel.Builder. tags(Collection<Tag> tags)A list of tag metadata associated with the secure tunnel.
-