Package | Description |
---|---|
com.amazonaws.services.apigateway.model |
Modifier and Type | Method and Description |
---|---|
ThrottleSettings |
ThrottleSettings.clone() |
ThrottleSettings |
GetUsagePlanResult.getThrottle()
The request throttle limits of a usage plan.
|
ThrottleSettings |
UsagePlan.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 |
CreateUsagePlanRequest.getThrottle()
The throttling limits of the 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 |
---|---|
Map<String,ThrottleSettings> |
ApiStage.getThrottle()
Map containing method level throttling information for API stage in a usage plan.
|
Modifier and Type | Method and Description |
---|---|
ApiStage |
ApiStage.addThrottleEntry(String key,
ThrottleSettings value)
Add a single Throttle entry
|
void |
GetUsagePlanResult.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 |
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 |
CreateUsagePlanRequest.setThrottle(ThrottleSettings throttle)
The throttling limits of the 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.
|
GetUsagePlanResult |
GetUsagePlanResult.withThrottle(ThrottleSettings throttle)
The request throttle limits of a usage plan.
|
UsagePlan |
UsagePlan.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.
|
CreateUsagePlanRequest |
CreateUsagePlanRequest.withThrottle(ThrottleSettings throttle)
The throttling limits of the 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.
|
Modifier and Type | Method and Description |
---|---|
void |
ApiStage.setThrottle(Map<String,ThrottleSettings> throttle)
Map containing method level throttling information for API stage in a usage plan.
|
ApiStage |
ApiStage.withThrottle(Map<String,ThrottleSettings> throttle)
Map containing method level throttling information for API stage in a usage plan.
|
Copyright © 2021. All rights reserved.