Uses of Class
software.amazon.awssdk.services.wafv2.model.TagResourceRequest
-
Packages that use TagResourceRequest Package Description software.amazon.awssdk.services.wafv2 WAF software.amazon.awssdk.services.wafv2.transform -
-
Uses of TagResourceRequest in software.amazon.awssdk.services.wafv2
Methods in software.amazon.awssdk.services.wafv2 with parameters of type TagResourceRequest Modifier and Type Method Description default CompletableFuture<TagResourceResponse>Wafv2AsyncClient. tagResource(TagResourceRequest tagResourceRequest)Associates tags with the specified Amazon Web Services resource.default TagResourceResponseWafv2Client. tagResource(TagResourceRequest tagResourceRequest)Associates tags with the specified Amazon Web Services resource. -
Uses of TagResourceRequest in software.amazon.awssdk.services.wafv2.transform
Methods in software.amazon.awssdk.services.wafv2.transform with parameters of type TagResourceRequest Modifier and Type Method Description SdkHttpFullRequestTagResourceRequestMarshaller. marshall(TagResourceRequest tagResourceRequest)
-