| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigateway |
Amazon API Gateway Construct Library
|
| Modifier and Type | Class and Description |
|---|---|
static class |
UsagePlanPerApiStage.Jsii$Proxy
An implementation for
UsagePlanPerApiStage |
| Modifier and Type | Method and Description |
|---|---|
UsagePlanPerApiStage |
UsagePlanPerApiStage.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
default List<UsagePlanPerApiStage> |
RateLimitedApiKeyProps.getApiStages()
API Stages to be associated with the RateLimitedApiKey.
|
List<UsagePlanPerApiStage> |
RateLimitedApiKeyProps.Jsii$Proxy.getApiStages() |
default List<UsagePlanPerApiStage> |
UsagePlanProps.getApiStages()
API Stages to be associated with the usage plan.
|
List<UsagePlanPerApiStage> |
UsagePlanProps.Jsii$Proxy.getApiStages() |
| Modifier and Type | Method and Description |
|---|---|
void |
UsagePlan.addApiStage(UsagePlanPerApiStage apiStage)
Adds an apiStage.
|
| Modifier and Type | Method and Description |
|---|---|
RateLimitedApiKeyProps.Builder |
RateLimitedApiKeyProps.Builder.apiStages(List<? extends UsagePlanPerApiStage> apiStages)
Sets the value of
RateLimitedApiKeyProps.getApiStages() |
UsagePlan.Builder |
UsagePlan.Builder.apiStages(List<? extends UsagePlanPerApiStage> apiStages)
API Stages to be associated with the usage plan.
|
UsagePlanProps.Builder |
UsagePlanProps.Builder.apiStages(List<? extends UsagePlanPerApiStage> apiStages)
Sets the value of
UsagePlanProps.getApiStages() |
RateLimitedApiKey.Builder |
RateLimitedApiKey.Builder.apiStages(List<? extends UsagePlanPerApiStage> apiStages)
API Stages to be associated with the RateLimitedApiKey.
|
Copyright © 2022. All rights reserved.