Uses of Interface
software.amazon.awssdk.services.apigateway.model.ThrottleSettings.Builder
Packages that use ThrottleSettings.Builder
-
Uses of ThrottleSettings.Builder in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return ThrottleSettings.BuilderModifier and TypeMethodDescriptionstatic ThrottleSettings.BuilderThrottleSettings.builder()ThrottleSettings.Builder.burstLimit(Integer burstLimit) The API target request burst rate limit.The API target request rate limit.ThrottleSettings.toBuilder()Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type ThrottleSettings.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ThrottleSettings.Builder>ThrottleSettings.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.apigateway.model with type arguments of type ThrottleSettings.BuilderModifier and TypeMethodDescriptiondefault CreateUsagePlanRequest.BuilderCreateUsagePlanRequest.Builder.throttle(Consumer<ThrottleSettings.Builder> throttle) The throttling limits of the usage plan.default CreateUsagePlanResponse.BuilderCreateUsagePlanResponse.Builder.throttle(Consumer<ThrottleSettings.Builder> throttle) A map containing method level throttling information for API stage in a usage plan.default GetUsagePlanResponse.BuilderGetUsagePlanResponse.Builder.throttle(Consumer<ThrottleSettings.Builder> throttle) A map containing method level throttling information for API stage in a usage plan.default UpdateUsagePlanResponse.BuilderUpdateUsagePlanResponse.Builder.throttle(Consumer<ThrottleSettings.Builder> throttle) A map containing method level throttling information for API stage in a usage plan.default UsagePlan.BuilderUsagePlan.Builder.throttle(Consumer<ThrottleSettings.Builder> throttle) A map containing method level throttling information for API stage in a usage plan.default GetAccountResponse.BuilderGetAccountResponse.Builder.throttleSettings(Consumer<ThrottleSettings.Builder> throttleSettings) Specifies the API request limits configured for the current Account.default UpdateAccountResponse.BuilderUpdateAccountResponse.Builder.throttleSettings(Consumer<ThrottleSettings.Builder> throttleSettings) Specifies the API request limits configured for the current Account.