Uses of Class
software.amazon.awssdk.services.apigateway.model.ThrottleSettings
-
Packages that use ThrottleSettings Package Description software.amazon.awssdk.services.apigateway.model -
-
Uses of ThrottleSettings in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return ThrottleSettings Modifier and Type Method Description ThrottleSettingsCreateUsagePlanRequest. throttle()The throttling limits of the usage plan.ThrottleSettingsCreateUsagePlanResponse. throttle()A map containing method level throttling information for API stage in a usage plan.ThrottleSettingsGetUsagePlanResponse. throttle()A map containing method level throttling information for API stage in a usage plan.ThrottleSettingsUpdateUsagePlanResponse. throttle()A map containing method level throttling information for API stage in a usage plan.ThrottleSettingsUsagePlan. throttle()A map containing method level throttling information for API stage in a usage plan.ThrottleSettingsGetAccountResponse. throttleSettings()Specifies the API request limits configured for the current Account.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 ThrottleSettings Modifier and Type Method Description 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 ThrottleSettings Modifier and Type Method Description CreateUsagePlanRequest.BuilderCreateUsagePlanRequest.Builder. throttle(ThrottleSettings throttle)The throttling limits of the usage plan.CreateUsagePlanResponse.BuilderCreateUsagePlanResponse.Builder. throttle(ThrottleSettings throttle)A map containing method level throttling information for API stage in a usage plan.GetUsagePlanResponse.BuilderGetUsagePlanResponse.Builder. throttle(ThrottleSettings throttle)A map containing method level throttling information for API stage in a usage plan.UpdateUsagePlanResponse.BuilderUpdateUsagePlanResponse.Builder. throttle(ThrottleSettings throttle)A map containing method level throttling information for API stage in a usage plan.UsagePlan.BuilderUsagePlan.Builder. throttle(ThrottleSettings throttle)A map containing method level throttling information for API stage in a usage plan.GetAccountResponse.BuilderGetAccountResponse.Builder. throttleSettings(ThrottleSettings throttleSettings)Specifies the API request limits configured for the current Account.UpdateAccountResponse.BuilderUpdateAccountResponse.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 ThrottleSettings Modifier and Type Method Description ApiStage.BuilderApiStage.Builder. throttle(Map<String,ThrottleSettings> throttle)Map containing method level throttling information for API stage in a usage plan.
-