| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigateway |
Amazon API Gateway Construct Library
|
| Modifier and Type | Class and Description |
|---|---|
static class |
QuotaSettings.Jsii$Proxy
An implementation for
QuotaSettings |
| Modifier and Type | Method and Description |
|---|---|
QuotaSettings |
QuotaSettings.Builder.build()
Builds the configured instance.
|
default QuotaSettings |
RateLimitedApiKeyProps.getQuota()
Number of requests clients can make in a given time period.
|
QuotaSettings |
RateLimitedApiKeyProps.Jsii$Proxy.getQuota() |
default QuotaSettings |
UsagePlanProps.getQuota()
Number of requests clients can make in a given time period.
|
QuotaSettings |
UsagePlanProps.Jsii$Proxy.getQuota() |
| Modifier and Type | Method and Description |
|---|---|
RateLimitedApiKeyProps.Builder |
RateLimitedApiKeyProps.Builder.quota(QuotaSettings quota)
Sets the value of
RateLimitedApiKeyProps.getQuota() |
UsagePlan.Builder |
UsagePlan.Builder.quota(QuotaSettings quota)
Number of requests clients can make in a given time period.
|
UsagePlanProps.Builder |
UsagePlanProps.Builder.quota(QuotaSettings quota)
Sets the value of
UsagePlanProps.getQuota() |
RateLimitedApiKey.Builder |
RateLimitedApiKey.Builder.quota(QuotaSettings quota)
Number of requests clients can make in a given time period.
|
Copyright © 2022. All rights reserved.