Uses of Class
software.amazon.awssdk.services.iotsecuretunneling.model.TagResourceResponse
-
Packages that use TagResourceResponse Package Description software.amazon.awssdk.services.iotsecuretunneling IoT Secure Tunneling -
-
Uses of TagResourceResponse in software.amazon.awssdk.services.iotsecuretunneling
Methods in software.amazon.awssdk.services.iotsecuretunneling that return TagResourceResponse Modifier and Type Method Description default TagResourceResponseIoTSecureTunnelingClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)A resource tag.default TagResourceResponseIoTSecureTunnelingClient. tagResource(TagResourceRequest tagResourceRequest)A resource tag.Methods in software.amazon.awssdk.services.iotsecuretunneling that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>IoTSecureTunnelingAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)A resource tag.default CompletableFuture<TagResourceResponse>IoTSecureTunnelingAsyncClient. tagResource(TagResourceRequest tagResourceRequest)A resource tag.
-