Uses of Class
software.amazon.awssdk.services.wafv2.model.RateBasedStatementAggregateKeyType
-
Packages that use RateBasedStatementAggregateKeyType Package Description software.amazon.awssdk.services.wafv2.model -
-
Uses of RateBasedStatementAggregateKeyType in software.amazon.awssdk.services.wafv2.model
Methods in software.amazon.awssdk.services.wafv2.model that return RateBasedStatementAggregateKeyType Modifier and Type Method Description RateBasedStatementAggregateKeyTypeRateBasedStatement. aggregateKeyType()Setting that indicates how to aggregate the request counts.static RateBasedStatementAggregateKeyTypeRateBasedStatementAggregateKeyType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static RateBasedStatementAggregateKeyTypeRateBasedStatementAggregateKeyType. valueOf(String name)Returns the enum constant of this type with the specified name.static RateBasedStatementAggregateKeyType[]RateBasedStatementAggregateKeyType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.wafv2.model that return types with arguments of type RateBasedStatementAggregateKeyType Modifier and Type Method Description static Set<RateBasedStatementAggregateKeyType>RateBasedStatementAggregateKeyType. knownValues()Methods in software.amazon.awssdk.services.wafv2.model with parameters of type RateBasedStatementAggregateKeyType Modifier and Type Method Description RateBasedStatement.BuilderRateBasedStatement.Builder. aggregateKeyType(RateBasedStatementAggregateKeyType aggregateKeyType)Setting that indicates how to aggregate the request counts.
-