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 ThrottleSettings
ThrottleSettings. clone()
ThrottleSettings
GetAccountResult. getThrottleSettings()
Specifies the application programming interface (API) throttle settings for the current Account resource.ThrottleSettings
UpdateAccountResult. getThrottleSettings()
Specifies the application programming interface (API) throttle settings for the current Account resource.ThrottleSettings
ThrottleSettings. withBurstLimit(Integer burstLimit)
Returns the burstLimit when ThrottleSettings is called.ThrottleSettings
ThrottleSettings. 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 void
GetAccountResult. setThrottleSettings(ThrottleSettings throttleSettings)
Specifies the application programming interface (API) throttle settings for the current Account resource.void
UpdateAccountResult. setThrottleSettings(ThrottleSettings throttleSettings)
Specifies the application programming interface (API) throttle settings for the current Account resource.GetAccountResult
GetAccountResult. withThrottleSettings(ThrottleSettings throttleSettings)
Specifies the application programming interface (API) throttle settings for the current Account resource.UpdateAccountResult
UpdateAccountResult. withThrottleSettings(ThrottleSettings throttleSettings)
Specifies the application programming interface (API) throttle settings for the current Account resource.
-