Uses of Class
software.amazon.awssdk.services.wafv2.model.ListResourcesForWebAclResponse
-
Packages that use ListResourcesForWebAclResponse Package Description software.amazon.awssdk.services.wafv2 WAF -
-
Uses of ListResourcesForWebAclResponse in software.amazon.awssdk.services.wafv2
Methods in software.amazon.awssdk.services.wafv2 that return ListResourcesForWebAclResponse Modifier and Type Method Description default ListResourcesForWebAclResponseWafv2Client. listResourcesForWebACL(Consumer<ListResourcesForWebAclRequest.Builder> listResourcesForWebAclRequest)Retrieves an array of the Amazon Resource Names (ARNs) for the regional resources that are associated with the specified web ACL.default ListResourcesForWebAclResponseWafv2Client. listResourcesForWebACL(ListResourcesForWebAclRequest listResourcesForWebAclRequest)Retrieves an array of the Amazon Resource Names (ARNs) for the regional resources that are associated with the specified web ACL.Methods in software.amazon.awssdk.services.wafv2 that return types with arguments of type ListResourcesForWebAclResponse Modifier and Type Method Description default CompletableFuture<ListResourcesForWebAclResponse>Wafv2AsyncClient. listResourcesForWebACL(Consumer<ListResourcesForWebAclRequest.Builder> listResourcesForWebAclRequest)Retrieves an array of the Amazon Resource Names (ARNs) for the regional resources that are associated with the specified web ACL.default CompletableFuture<ListResourcesForWebAclResponse>Wafv2AsyncClient. listResourcesForWebACL(ListResourcesForWebAclRequest listResourcesForWebAclRequest)Retrieves an array of the Amazon Resource Names (ARNs) for the regional resources that are associated with the specified web ACL.
-