Uses of Interface
software.amazon.awscdk.services.apigateway.QuotaSettings
-
Uses of QuotaSettings in software.amazon.awscdk.services.apigateway
Modifier and TypeMethodDescriptionQuotaSettings.Builder.build()
Builds the configured instance.default QuotaSettings
RateLimitedApiKeyProps.getQuota()
Number of requests clients can make in a given time period.final QuotaSettings
RateLimitedApiKeyProps.Jsii$Proxy.getQuota()
default QuotaSettings
UsagePlanProps.getQuota()
Number of requests clients can make in a given time period.final QuotaSettings
UsagePlanProps.Jsii$Proxy.getQuota()
Modifier and TypeMethodDescriptionRateLimitedApiKey.Builder.quota
(QuotaSettings quota) Number of requests clients can make in a given time period.RateLimitedApiKeyProps.Builder.quota
(QuotaSettings quota) Sets the value ofRateLimitedApiKeyProps.getQuota()
UsagePlan.Builder.quota
(QuotaSettings quota) Number of requests clients can make in a given time period.UsagePlanProps.Builder.quota
(QuotaSettings quota) Sets the value ofUsagePlanProps.getQuota()