| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigateway |
Amazon API Gateway Construct Library
|
| Modifier and Type | Class and Description |
|---|---|
static class |
ThrottlingPerMethod.Jsii$Proxy
An implementation for
ThrottlingPerMethod |
| Modifier and Type | Method and Description |
|---|---|
ThrottlingPerMethod |
ThrottlingPerMethod.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
default List<ThrottlingPerMethod> |
UsagePlanPerApiStage.getThrottle()
Default: none
|
List<ThrottlingPerMethod> |
UsagePlanPerApiStage.Jsii$Proxy.getThrottle() |
| Modifier and Type | Method and Description |
|---|---|
UsagePlanPerApiStage.Builder |
UsagePlanPerApiStage.Builder.throttle(List<? extends ThrottlingPerMethod> throttle)
Sets the value of
UsagePlanPerApiStage.getThrottle() |
| Constructor and Description |
|---|
Jsii$Proxy(IRestApi api,
Stage stage,
List<? extends ThrottlingPerMethod> throttle)
Constructor that initializes the object based on literal property values passed by the
UsagePlanPerApiStage.Builder. |
Copyright © 2021. All rights reserved.