Uses of Interface
software.amazon.awscdk.services.apigatewayv2.ThrottleSettings
Packages that use ThrottleSettings
-
Uses of ThrottleSettings in software.amazon.awscdk.services.apigatewayv2
Classes in software.amazon.awscdk.services.apigatewayv2 that implement ThrottleSettingsMethods in software.amazon.awscdk.services.apigatewayv2 that return ThrottleSettingsModifier and TypeMethodDescriptionThrottleSettings.Builder.build()
Builds the configured instance.final ThrottleSettings
HttpStageOptions.Jsii$Proxy.getThrottle()
final ThrottleSettings
HttpStageProps.Jsii$Proxy.getThrottle()
default ThrottleSettings
RateLimitedApiKeyProps.getThrottle()
Overall throttle settings for the API.final ThrottleSettings
RateLimitedApiKeyProps.Jsii$Proxy.getThrottle()
default ThrottleSettings
StageOptions.getThrottle()
Throttle settings for the routes of this stage.final ThrottleSettings
StageOptions.Jsii$Proxy.getThrottle()
default ThrottleSettings
UsagePlanProps.getThrottle()
Overall throttle settings for the API.final ThrottleSettings
UsagePlanProps.Jsii$Proxy.getThrottle()
final ThrottleSettings
WebSocketStageProps.Jsii$Proxy.getThrottle()
Methods in software.amazon.awscdk.services.apigatewayv2 with parameters of type ThrottleSettingsModifier and TypeMethodDescriptionHttpStage.Builder.throttle
(ThrottleSettings throttle) Throttle settings for the routes of this stage.HttpStageOptions.Builder.throttle
(ThrottleSettings throttle) Sets the value ofStageOptions.getThrottle()
HttpStageProps.Builder.throttle
(ThrottleSettings throttle) Sets the value ofStageOptions.getThrottle()
RateLimitedApiKey.Builder.throttle
(ThrottleSettings throttle) Overall throttle settings for the API.RateLimitedApiKeyProps.Builder.throttle
(ThrottleSettings throttle) Sets the value ofRateLimitedApiKeyProps.getThrottle()
StageOptions.Builder.throttle
(ThrottleSettings throttle) Sets the value ofStageOptions.getThrottle()
UsagePlan.Builder.throttle
(ThrottleSettings throttle) Overall throttle settings for the API.UsagePlanProps.Builder.throttle
(ThrottleSettings throttle) Sets the value ofUsagePlanProps.getThrottle()
WebSocketStage.Builder.throttle
(ThrottleSettings throttle) Throttle settings for the routes of this stage.WebSocketStageProps.Builder.throttle
(ThrottleSettings throttle) Sets the value ofStageOptions.getThrottle()