Uses of Class
com.amazonaws.services.apigateway.model.ThrottleSettings
Packages that use ThrottleSettings
-
Uses of ThrottleSettings in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return ThrottleSettingsModifier and TypeMethodDescriptionThrottleSettings.clone()GetAccountResult.getThrottleSettings()Specifies the application programming interface (API) throttle settings for the current Account resource.UpdateAccountResult.getThrottleSettings()Specifies the application programming interface (API) throttle settings for the current Account resource.ThrottleSettings.withBurstLimit(Integer burstLimit) Returns the burstLimit when ThrottleSettings is called.ThrottleSettings.withRateLimit(Double rateLimit) Returns the rateLimit when ThrottleSettings is called.Methods in com.amazonaws.services.apigateway.model with parameters of type ThrottleSettingsModifier and TypeMethodDescriptionvoidGetAccountResult.setThrottleSettings(ThrottleSettings throttleSettings) Specifies the application programming interface (API) throttle settings for the current Account resource.voidUpdateAccountResult.setThrottleSettings(ThrottleSettings throttleSettings) Specifies the application programming interface (API) throttle settings for the current Account resource.GetAccountResult.withThrottleSettings(ThrottleSettings throttleSettings) Specifies the application programming interface (API) throttle settings for the current Account resource.UpdateAccountResult.withThrottleSettings(ThrottleSettings throttleSettings) Specifies the application programming interface (API) throttle settings for the current Account resource.