Package | Description |
---|---|
com.oracle.bmc.apigateway.model |
Modifier and Type | Method and Description |
---|---|
static RateLimitingPolicy.RateKey |
RateLimitingPolicy.RateKey.create(String key) |
RateLimitingPolicy.RateKey |
RateLimitingPolicy.getRateKey()
The key used to group requests together.
|
static RateLimitingPolicy.RateKey |
RateLimitingPolicy.RateKey.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RateLimitingPolicy.RateKey[] |
RateLimitingPolicy.RateKey.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
RateLimitingPolicy.Builder |
RateLimitingPolicy.Builder.rateKey(RateLimitingPolicy.RateKey rateKey)
The key used to group requests together.
|
Constructor and Description |
---|
RateLimitingPolicy(Integer rateInRequestsPerSecond,
RateLimitingPolicy.RateKey rateKey)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.