Uses of Class
io.apiman.gateway.engine.policies.config.rates.RateLimitingPeriod
-
Packages that use RateLimitingPeriod Package Description io.apiman.gateway.engine.policies.config io.apiman.gateway.engine.policies.config.rates -
-
Uses of RateLimitingPeriod in io.apiman.gateway.engine.policies.config
Methods in io.apiman.gateway.engine.policies.config that return RateLimitingPeriod Modifier and Type Method Description RateLimitingPeriodRateLimitingConfig. getPeriod()Methods in io.apiman.gateway.engine.policies.config with parameters of type RateLimitingPeriod Modifier and Type Method Description voidRateLimitingConfig. setPeriod(RateLimitingPeriod period) -
Uses of RateLimitingPeriod in io.apiman.gateway.engine.policies.config.rates
Methods in io.apiman.gateway.engine.policies.config.rates that return RateLimitingPeriod Modifier and Type Method Description static RateLimitingPeriodRateLimitingPeriod. valueOf(String name)Returns the enum constant of this type with the specified name.static RateLimitingPeriod[]RateLimitingPeriod. values()Returns an array containing the constants of this enum type, in the order they are declared.
-