| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
static ThrottleSettings.Builder |
ThrottleSettings.builder() |
ThrottleSettings.Builder |
ThrottleSettings.Builder.burstLimit(Integer burstLimit)
The API target request burst rate limit.
|
ThrottleSettings.Builder |
ThrottleSettings.Builder.rateLimit(Double rateLimit)
The API target request rate limit.
|
ThrottleSettings.Builder |
ThrottleSettings.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ThrottleSettings.Builder> |
ThrottleSettings.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateUsagePlanResponse.Builder |
CreateUsagePlanResponse.Builder.throttle(Consumer<ThrottleSettings.Builder> throttle)
A map containing method level throttling information for API stage in a usage plan.
|
default UpdateUsagePlanResponse.Builder |
UpdateUsagePlanResponse.Builder.throttle(Consumer<ThrottleSettings.Builder> throttle)
A map containing method level throttling information for API stage in a usage plan.
|
default GetUsagePlanResponse.Builder |
GetUsagePlanResponse.Builder.throttle(Consumer<ThrottleSettings.Builder> throttle)
A map containing method level throttling information for API stage in a usage plan.
|
default UsagePlan.Builder |
UsagePlan.Builder.throttle(Consumer<ThrottleSettings.Builder> throttle)
A map containing method level throttling information for API stage in a usage plan.
|
default CreateUsagePlanRequest.Builder |
CreateUsagePlanRequest.Builder.throttle(Consumer<ThrottleSettings.Builder> throttle)
The throttling limits of the usage plan.
|
default UpdateAccountResponse.Builder |
UpdateAccountResponse.Builder.throttleSettings(Consumer<ThrottleSettings.Builder> throttleSettings)
Specifies the API request limits configured for the current Account.
|
default GetAccountResponse.Builder |
GetAccountResponse.Builder.throttleSettings(Consumer<ThrottleSettings.Builder> throttleSettings)
Specifies the API request limits configured for the current Account.
|
Copyright © 2023. All rights reserved.