Uses of Class
software.amazon.awssdk.services.apigateway.model.ThrottleSettings
Packages that use ThrottleSettings
-
Uses of ThrottleSettings in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return ThrottleSettingsModifier and TypeMethodDescriptionfinal ThrottleSettingsCreateUsagePlanRequest.throttle()The throttling limits of the usage plan.final ThrottleSettingsCreateUsagePlanResponse.throttle()A map containing method level throttling information for API stage in a usage plan.final ThrottleSettingsGetUsagePlanResponse.throttle()A map containing method level throttling information for API stage in a usage plan.final ThrottleSettingsUpdateUsagePlanResponse.throttle()A map containing method level throttling information for API stage in a usage plan.final ThrottleSettingsUsagePlan.throttle()A map containing method level throttling information for API stage in a usage plan.final ThrottleSettingsGetAccountResponse.throttleSettings()Specifies the API request limits configured for the current Account.final ThrottleSettingsUpdateAccountResponse.throttleSettings()Specifies the API request limits configured for the current Account.Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type ThrottleSettingsModifier and TypeMethodDescriptionfinal Map<String,ThrottleSettings> ApiStage.throttle()Map containing method level throttling information for API stage in a usage plan.Methods in software.amazon.awssdk.services.apigateway.model with parameters of type ThrottleSettingsModifier and TypeMethodDescriptionCreateUsagePlanRequest.Builder.throttle(ThrottleSettings throttle) The throttling limits of the usage plan.CreateUsagePlanResponse.Builder.throttle(ThrottleSettings throttle) A map containing method level throttling information for API stage in a usage plan.GetUsagePlanResponse.Builder.throttle(ThrottleSettings throttle) A map containing method level throttling information for API stage in a usage plan.UpdateUsagePlanResponse.Builder.throttle(ThrottleSettings throttle) A map containing method level throttling information for API stage in a usage plan.UsagePlan.Builder.throttle(ThrottleSettings throttle) A map containing method level throttling information for API stage in a usage plan.GetAccountResponse.Builder.throttleSettings(ThrottleSettings throttleSettings) Specifies the API request limits configured for the current Account.UpdateAccountResponse.Builder.throttleSettings(ThrottleSettings throttleSettings) Specifies the API request limits configured for the current Account.Method parameters in software.amazon.awssdk.services.apigateway.model with type arguments of type ThrottleSettingsModifier and TypeMethodDescriptionApiStage.Builder.throttle(Map<String, ThrottleSettings> throttle) Map containing method level throttling information for API stage in a usage plan.