Uses of Interface
software.amazon.awssdk.services.waf.model.GetRateBasedRuleManagedKeysResponse.Builder
-
Packages that use GetRateBasedRuleManagedKeysResponse.Builder Package Description software.amazon.awssdk.services.waf.model -
-
Uses of GetRateBasedRuleManagedKeysResponse.Builder in software.amazon.awssdk.services.waf.model
Methods in software.amazon.awssdk.services.waf.model that return GetRateBasedRuleManagedKeysResponse.Builder Modifier and Type Method Description static GetRateBasedRuleManagedKeysResponse.BuilderGetRateBasedRuleManagedKeysResponse. builder()GetRateBasedRuleManagedKeysResponse.BuilderGetRateBasedRuleManagedKeysResponse.Builder. managedKeys(String... managedKeys)An array of IP addresses that currently are blocked by the specified RateBasedRule.GetRateBasedRuleManagedKeysResponse.BuilderGetRateBasedRuleManagedKeysResponse.Builder. managedKeys(Collection<String> managedKeys)An array of IP addresses that currently are blocked by the specified RateBasedRule.GetRateBasedRuleManagedKeysResponse.BuilderGetRateBasedRuleManagedKeysResponse.Builder. nextMarker(String nextMarker)A null value and not currently used.GetRateBasedRuleManagedKeysResponse.BuilderGetRateBasedRuleManagedKeysResponse. toBuilder()Methods in software.amazon.awssdk.services.waf.model that return types with arguments of type GetRateBasedRuleManagedKeysResponse.Builder Modifier and Type Method Description static Class<? extends GetRateBasedRuleManagedKeysResponse.Builder>GetRateBasedRuleManagedKeysResponse. serializableBuilderClass()
-