| Package | Description |
|---|---|
| com.amazonaws.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
ThrottleSettings |
ThrottleSettings.clone() |
ThrottleSettings |
CreateUsagePlanRequest.getThrottle()
The throttling limits of the usage plan.
|
ThrottleSettings |
GetUsagePlanResult.getThrottle()
The request throttle limits of a usage plan.
|
ThrottleSettings |
CreateUsagePlanResult.getThrottle()
The request throttle limits of a usage plan.
|
ThrottleSettings |
UpdateUsagePlanResult.getThrottle()
The request throttle limits of a usage plan.
|
ThrottleSettings |
UsagePlan.getThrottle()
The request throttle limits of a usage plan.
|
ThrottleSettings |
GetAccountResult.getThrottleSettings()
Specifies the API request limits configured for the current Account.
|
ThrottleSettings |
UpdateAccountResult.getThrottleSettings()
Specifies the API request limits configured for the current Account.
|
ThrottleSettings |
ThrottleSettings.withBurstLimit(Integer burstLimit)
The API request burst limit, the maximum rate limit over a time ranging from one to a few seconds, depending upon
whether the underlying token bucket is at its full capacity.
|
ThrottleSettings |
ThrottleSettings.withRateLimit(Double rateLimit)
The API request steady-state rate limit.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateUsagePlanRequest.setThrottle(ThrottleSettings throttle)
The throttling limits of the usage plan.
|
void |
GetUsagePlanResult.setThrottle(ThrottleSettings throttle)
The request throttle limits of a usage plan.
|
void |
CreateUsagePlanResult.setThrottle(ThrottleSettings throttle)
The request throttle limits of a usage plan.
|
void |
UpdateUsagePlanResult.setThrottle(ThrottleSettings throttle)
The request throttle limits of a usage plan.
|
void |
UsagePlan.setThrottle(ThrottleSettings throttle)
The request throttle limits of a usage plan.
|
void |
GetAccountResult.setThrottleSettings(ThrottleSettings throttleSettings)
Specifies the API request limits configured for the current Account.
|
void |
UpdateAccountResult.setThrottleSettings(ThrottleSettings throttleSettings)
Specifies the API request limits configured for the current Account.
|
CreateUsagePlanRequest |
CreateUsagePlanRequest.withThrottle(ThrottleSettings throttle)
The throttling limits of the usage plan.
|
GetUsagePlanResult |
GetUsagePlanResult.withThrottle(ThrottleSettings throttle)
The request throttle limits of a usage plan.
|
CreateUsagePlanResult |
CreateUsagePlanResult.withThrottle(ThrottleSettings throttle)
The request throttle limits of a usage plan.
|
UpdateUsagePlanResult |
UpdateUsagePlanResult.withThrottle(ThrottleSettings throttle)
The request throttle limits of a usage plan.
|
UsagePlan |
UsagePlan.withThrottle(ThrottleSettings throttle)
The request throttle limits of a usage plan.
|
GetAccountResult |
GetAccountResult.withThrottleSettings(ThrottleSettings throttleSettings)
Specifies the API request limits configured for the current Account.
|
UpdateAccountResult |
UpdateAccountResult.withThrottleSettings(ThrottleSettings throttleSettings)
Specifies the API request limits configured for the current Account.
|
Copyright © 2017. All rights reserved.