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