Uses of Class
com.amazonaws.services.apigateway.model.ThrottleSettings
-
Packages that use ThrottleSettings Package Description com.amazonaws.services.apigateway.model -
-
Uses of ThrottleSettings in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return ThrottleSettings Modifier and Type Method Description ThrottleSettingsThrottleSettings. clone()ThrottleSettingsGetAccountResult. getThrottleSettings()Specifies the application programming interface (API) throttle settings for the current Account resource.ThrottleSettingsUpdateAccountResult. getThrottleSettings()Specifies the application programming interface (API) throttle settings for the current Account resource.ThrottleSettingsThrottleSettings. withBurstLimit(Integer burstLimit)Returns the burstLimit when ThrottleSettings is called.ThrottleSettingsThrottleSettings. withRateLimit(Double rateLimit)Returns the rateLimit when ThrottleSettings is called.Methods in com.amazonaws.services.apigateway.model with parameters of type ThrottleSettings Modifier and Type Method Description voidGetAccountResult. 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.GetAccountResultGetAccountResult. withThrottleSettings(ThrottleSettings throttleSettings)Specifies the application programming interface (API) throttle settings for the current Account resource.UpdateAccountResultUpdateAccountResult. withThrottleSettings(ThrottleSettings throttleSettings)Specifies the application programming interface (API) throttle settings for the current Account resource.
-