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 ThrottleSettingsHttpStageOptions.Jsii$Proxy.getThrottle()final ThrottleSettingsHttpStageProps.Jsii$Proxy.getThrottle()default ThrottleSettingsRateLimitedApiKeyProps.getThrottle()Overall throttle settings for the API.final ThrottleSettingsRateLimitedApiKeyProps.Jsii$Proxy.getThrottle()default ThrottleSettingsStageOptions.getThrottle()Throttle settings for the routes of this stage.final ThrottleSettingsStageOptions.Jsii$Proxy.getThrottle()default ThrottleSettingsUsagePlanProps.getThrottle()Overall throttle settings for the API.final ThrottleSettingsUsagePlanProps.Jsii$Proxy.getThrottle()final ThrottleSettingsWebSocketStageProps.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()