Uses of Class
software.amazon.awscdk.services.apigateway.UsagePlan.Builder
Packages that use UsagePlan.Builder
-
Uses of UsagePlan.Builder in software.amazon.awscdk.services.apigateway
Methods in software.amazon.awscdk.services.apigateway that return UsagePlan.BuilderModifier and TypeMethodDescriptionDeprecated.UsagePlan.Builder.apiStages(List<? extends UsagePlanPerApiStage> apiStages) API Stages to be associated with the usage plan.static UsagePlan.BuilderUsagePlan.Builder.description(String description) Represents usage plan purpose.Name for this usage plan.UsagePlan.Builder.quota(QuotaSettings quota) Number of requests clients can make in a given time period.UsagePlan.Builder.throttle(ThrottleSettings throttle) Overall throttle settings for the API.
addApiKey()