Uses of Interface
software.amazon.awscdk.services.apigateway.ThrottleSettings
Packages that use ThrottleSettings
-
Uses of ThrottleSettings in software.amazon.awscdk.services.apigateway
Classes in software.amazon.awscdk.services.apigateway that implement ThrottleSettingsMethods in software.amazon.awscdk.services.apigateway that return ThrottleSettingsModifier and TypeMethodDescriptionThrottleSettings.Builder.build()Builds the configured instance.default ThrottleSettingsRateLimitedApiKeyProps.getThrottle()Overall throttle settings for the API.final ThrottleSettingsRateLimitedApiKeyProps.Jsii$Proxy.getThrottle()ThrottlingPerMethod.getThrottle()Specifies the overall request rate (average requests per second) and burst capacity.final ThrottleSettingsThrottlingPerMethod.Jsii$Proxy.getThrottle()default ThrottleSettingsUsagePlanProps.getThrottle()Overall throttle settings for the API.final ThrottleSettingsUsagePlanProps.Jsii$Proxy.getThrottle()Methods in software.amazon.awscdk.services.apigateway with parameters of type ThrottleSettingsModifier and TypeMethodDescriptionRateLimitedApiKey.Builder.throttle(ThrottleSettings throttle) Overall throttle settings for the API.RateLimitedApiKeyProps.Builder.throttle(ThrottleSettings throttle) Sets the value ofRateLimitedApiKeyProps.getThrottle()ThrottlingPerMethod.Builder.throttle(ThrottleSettings throttle) Sets the value ofThrottlingPerMethod.getThrottle()UsagePlan.Builder.throttle(ThrottleSettings throttle) Overall throttle settings for the API.UsagePlanProps.Builder.throttle(ThrottleSettings throttle) Sets the value ofUsagePlanProps.getThrottle()