Uses of Class
software.amazon.awssdk.services.wafv2.model.GetWebAclResponse
-
Packages that use GetWebAclResponse Package Description software.amazon.awssdk.services.wafv2 WAF -
-
Uses of GetWebAclResponse in software.amazon.awssdk.services.wafv2
Methods in software.amazon.awssdk.services.wafv2 that return GetWebAclResponse Modifier and Type Method Description default GetWebAclResponseWafv2Client. getWebACL(Consumer<GetWebAclRequest.Builder> getWebAclRequest)Retrieves the specified WebACL.default GetWebAclResponseWafv2Client. getWebACL(GetWebAclRequest getWebAclRequest)Retrieves the specified WebACL.Methods in software.amazon.awssdk.services.wafv2 that return types with arguments of type GetWebAclResponse Modifier and Type Method Description default CompletableFuture<GetWebAclResponse>Wafv2AsyncClient. getWebACL(Consumer<GetWebAclRequest.Builder> getWebAclRequest)Retrieves the specified WebACL.default CompletableFuture<GetWebAclResponse>Wafv2AsyncClient. getWebACL(GetWebAclRequest getWebAclRequest)Retrieves the specified WebACL.
-