Uses of Class
com.oracle.bmc.apigateway.model.Quota.Builder
-
Packages that use Quota.Builder Package Description com.oracle.bmc.apigateway.model -
-
Uses of Quota.Builder in com.oracle.bmc.apigateway.model
Methods in com.oracle.bmc.apigateway.model that return Quota.Builder Modifier and Type Method Description static Quota.Builder
Quota. builder()
Create a new builder.Quota.Builder
Quota.Builder. copy(Quota model)
Quota.Builder
Quota.Builder. operationOnBreach(Quota.OperationOnBreach operationOnBreach)
What the usage plan will do when a quota is breached: REJECT will allow no further requests ALLOW will continue to allow further requestsQuota.Builder
Quota.Builder. resetPolicy(Quota.ResetPolicy resetPolicy)
The policy that controls when quotas will reset.Quota.Builder
Quota. toBuilder()
Quota.Builder
Quota.Builder. unit(Quota.Unit unit)
The unit of time over which quotas are calculated.Quota.Builder
Quota.Builder. value(Integer value)
The number of requests that can be made per time period.
-