Uses of Class
software.amazon.awssdk.services.wafv2.model.GetRateBasedStatementManagedKeysResponse
-
Packages that use GetRateBasedStatementManagedKeysResponse Package Description software.amazon.awssdk.services.wafv2 WAF -
-
Uses of GetRateBasedStatementManagedKeysResponse in software.amazon.awssdk.services.wafv2
Methods in software.amazon.awssdk.services.wafv2 that return GetRateBasedStatementManagedKeysResponse Modifier and Type Method Description default GetRateBasedStatementManagedKeysResponseWafv2Client. getRateBasedStatementManagedKeys(Consumer<GetRateBasedStatementManagedKeysRequest.Builder> getRateBasedStatementManagedKeysRequest)Retrieves the IP addresses that are currently blocked by a rate-based rule instance.default GetRateBasedStatementManagedKeysResponseWafv2Client. getRateBasedStatementManagedKeys(GetRateBasedStatementManagedKeysRequest getRateBasedStatementManagedKeysRequest)Retrieves the IP addresses that are currently blocked by a rate-based rule instance.Methods in software.amazon.awssdk.services.wafv2 that return types with arguments of type GetRateBasedStatementManagedKeysResponse Modifier and Type Method Description default CompletableFuture<GetRateBasedStatementManagedKeysResponse>Wafv2AsyncClient. getRateBasedStatementManagedKeys(Consumer<GetRateBasedStatementManagedKeysRequest.Builder> getRateBasedStatementManagedKeysRequest)Retrieves the IP addresses that are currently blocked by a rate-based rule instance.default CompletableFuture<GetRateBasedStatementManagedKeysResponse>Wafv2AsyncClient. getRateBasedStatementManagedKeys(GetRateBasedStatementManagedKeysRequest getRateBasedStatementManagedKeysRequest)Retrieves the IP addresses that are currently blocked by a rate-based rule instance.
-