Uses of Class
software.amazon.awssdk.services.wafv2.model.CheckCapacityResponse
-
Packages that use CheckCapacityResponse Package Description software.amazon.awssdk.services.wafv2 WAF -
-
Uses of CheckCapacityResponse in software.amazon.awssdk.services.wafv2
Methods in software.amazon.awssdk.services.wafv2 that return CheckCapacityResponse Modifier and Type Method Description default CheckCapacityResponseWafv2Client. checkCapacity(Consumer<CheckCapacityRequest.Builder> checkCapacityRequest)Returns the web ACL capacity unit (WCU) requirements for a specified scope and set of rules.default CheckCapacityResponseWafv2Client. checkCapacity(CheckCapacityRequest checkCapacityRequest)Returns the web ACL capacity unit (WCU) requirements for a specified scope and set of rules.Methods in software.amazon.awssdk.services.wafv2 that return types with arguments of type CheckCapacityResponse Modifier and Type Method Description default CompletableFuture<CheckCapacityResponse>Wafv2AsyncClient. checkCapacity(Consumer<CheckCapacityRequest.Builder> checkCapacityRequest)Returns the web ACL capacity unit (WCU) requirements for a specified scope and set of rules.default CompletableFuture<CheckCapacityResponse>Wafv2AsyncClient. checkCapacity(CheckCapacityRequest checkCapacityRequest)Returns the web ACL capacity unit (WCU) requirements for a specified scope and set of rules.
-