Uses of Interface
software.amazon.awscdk.services.apigateway.QuotaSettings
Packages that use QuotaSettings
-
Uses of QuotaSettings in software.amazon.awscdk.services.apigateway
Classes in software.amazon.awscdk.services.apigateway that implement QuotaSettingsMethods in software.amazon.awscdk.services.apigateway that return QuotaSettingsModifier 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()
Methods in software.amazon.awscdk.services.apigateway with parameters of type QuotaSettingsModifier 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()