Package | Description |
---|---|
com.oracle.bmc.apigateway.model |
Modifier and Type | Method and Description |
---|---|
static RateLimit.Unit |
RateLimit.Unit.create(String key) |
RateLimit.Unit |
RateLimit.getUnit()
The unit of time over which rate limits are calculated.
|
static RateLimit.Unit |
RateLimit.Unit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RateLimit.Unit[] |
RateLimit.Unit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
RateLimit.Builder |
RateLimit.Builder.unit(RateLimit.Unit unit)
The unit of time over which rate limits are calculated.
|
Constructor and Description |
---|
RateLimit(Integer value,
RateLimit.Unit unit)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.