| 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> |
UsagePlanProps.getApiStages()
(experimental) API Stages to be associated with the usage plan.
|
List<UsagePlanPerApiStage> |
UsagePlanProps.Jsii$Proxy.getApiStages() |
default List<UsagePlanPerApiStage> |
RateLimitedApiKeyProps.getApiStages()
(experimental) API Stages to be associated with the RateLimitedApiKey.
|
List<UsagePlanPerApiStage> |
RateLimitedApiKeyProps.Jsii$Proxy.getApiStages() |
| Modifier and Type | Method and Description |
|---|---|
void |
UsagePlan.addApiStage(UsagePlanPerApiStage apiStage)
(experimental) Adds an apiStage.
|
| Modifier and Type | Method and Description |
|---|---|
UsagePlanProps.Builder |
UsagePlanProps.Builder.apiStages(List<? extends UsagePlanPerApiStage> apiStages)
Sets the value of
UsagePlanProps.getApiStages() |
UsagePlan.Builder |
UsagePlan.Builder.apiStages(List<? extends UsagePlanPerApiStage> apiStages)
(experimental) API Stages to be associated with the usage plan.
|
RateLimitedApiKey.Builder |
RateLimitedApiKey.Builder.apiStages(List<? extends UsagePlanPerApiStage> apiStages)
(experimental) API Stages to be associated with the RateLimitedApiKey.
|
RateLimitedApiKeyProps.Builder |
RateLimitedApiKeyProps.Builder.apiStages(List<? extends UsagePlanPerApiStage> apiStages)
Sets the value of
RateLimitedApiKeyProps.getApiStages() |
| Constructor and Description |
|---|
Jsii$Proxy(List<? extends UsagePlanPerApiStage> apiStages,
QuotaSettings quota,
ThrottleSettings throttle,
String customerId,
String description,
Boolean enabled,
Boolean generateDistinctId,
List<? extends IRestApi> resources,
String apiKeyName,
String value,
CorsOptions defaultCorsPreflightOptions,
Integration defaultIntegration,
MethodOptions defaultMethodOptions)
Constructor that initializes the object based on literal property values passed by the
RateLimitedApiKeyProps.Builder. |
Jsii$Proxy(List<? extends UsagePlanPerApiStage> apiStages,
String description,
String name,
QuotaSettings quota,
ThrottleSettings throttle)
Constructor that initializes the object based on literal property values passed by the
UsagePlanProps.Builder. |
Copyright © 2021. All rights reserved.