Uses of Class
software.amazon.awssdk.services.wafv2.model.ListTagsForResourceResponse
-
Packages that use ListTagsForResourceResponse Package Description software.amazon.awssdk.services.wafv2 WAF -
-
Uses of ListTagsForResourceResponse in software.amazon.awssdk.services.wafv2
Methods in software.amazon.awssdk.services.wafv2 that return ListTagsForResourceResponse Modifier and Type Method Description default ListTagsForResourceResponseWafv2Client. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Retrieves the TagInfoForResource for the specified resource.default ListTagsForResourceResponseWafv2Client. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Retrieves the TagInfoForResource for the specified resource.Methods in software.amazon.awssdk.services.wafv2 that return types with arguments of type ListTagsForResourceResponse Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>Wafv2AsyncClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Retrieves the TagInfoForResource for the specified resource.default CompletableFuture<ListTagsForResourceResponse>Wafv2AsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Retrieves the TagInfoForResource for the specified resource.
-