Uses of Class
software.amazon.awssdk.services.iotsecuretunneling.model.ListTagsForResourceRequest
-
Packages that use ListTagsForResourceRequest Package Description software.amazon.awssdk.services.iotsecuretunneling IoT Secure Tunneling software.amazon.awssdk.services.iotsecuretunneling.transform -
-
Uses of ListTagsForResourceRequest in software.amazon.awssdk.services.iotsecuretunneling
Methods in software.amazon.awssdk.services.iotsecuretunneling with parameters of type ListTagsForResourceRequest Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>IoTSecureTunnelingAsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Lists the tags for the specified resource.default ListTagsForResourceResponseIoTSecureTunnelingClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Lists the tags for the specified resource. -
Uses of ListTagsForResourceRequest in software.amazon.awssdk.services.iotsecuretunneling.transform
Methods in software.amazon.awssdk.services.iotsecuretunneling.transform with parameters of type ListTagsForResourceRequest Modifier and Type Method Description SdkHttpFullRequestListTagsForResourceRequestMarshaller. marshall(ListTagsForResourceRequest listTagsForResourceRequest)
-