| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
ThrottleSettings |
CreateUsagePlanResponse.throttle()
A map containing method level throttling information for API stage in a usage plan.
|
ThrottleSettings |
UpdateUsagePlanResponse.throttle()
A map containing method level throttling information for API stage in a usage plan.
|
ThrottleSettings |
GetUsagePlanResponse.throttle()
A map containing method level throttling information for API stage in a usage plan.
|
ThrottleSettings |
UsagePlan.throttle()
A map containing method level throttling information for API stage in a usage plan.
|
ThrottleSettings |
CreateUsagePlanRequest.throttle()
The throttling limits of the usage plan.
|
ThrottleSettings |
UpdateAccountResponse.throttleSettings()
Specifies the API request limits configured for the current Account.
|
ThrottleSettings |
GetAccountResponse.throttleSettings()
Specifies the API request limits configured for the current Account.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,ThrottleSettings> |
ApiStage.throttle()
Map containing method level throttling information for API stage in a usage plan.
|
| Modifier and Type | Method and Description |
|---|---|
CreateUsagePlanResponse.Builder |
CreateUsagePlanResponse.Builder.throttle(ThrottleSettings throttle)
A map containing method level throttling information for API stage in a usage plan.
|
UpdateUsagePlanResponse.Builder |
UpdateUsagePlanResponse.Builder.throttle(ThrottleSettings throttle)
A map containing method level throttling information for API stage in a usage plan.
|
GetUsagePlanResponse.Builder |
GetUsagePlanResponse.Builder.throttle(ThrottleSettings throttle)
A map containing method level throttling information for API stage in a usage plan.
|
UsagePlan.Builder |
UsagePlan.Builder.throttle(ThrottleSettings throttle)
A map containing method level throttling information for API stage in a usage plan.
|
CreateUsagePlanRequest.Builder |
CreateUsagePlanRequest.Builder.throttle(ThrottleSettings throttle)
The throttling limits of the usage plan.
|
UpdateAccountResponse.Builder |
UpdateAccountResponse.Builder.throttleSettings(ThrottleSettings throttleSettings)
Specifies the API request limits configured for the current Account.
|
GetAccountResponse.Builder |
GetAccountResponse.Builder.throttleSettings(ThrottleSettings throttleSettings)
Specifies the API request limits configured for the current Account.
|
| Modifier and Type | Method and Description |
|---|---|
ApiStage.Builder |
ApiStage.Builder.throttle(Map<String,ThrottleSettings> throttle)
Map containing method level throttling information for API stage in a usage plan.
|
Copyright © 2023. All rights reserved.