| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigateway |
Amazon API Gateway Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
UsagePlan.Builder |
UsagePlan.Builder.apiStages(List<? extends UsagePlanPerApiStage> apiStages)
API Stages to be associated with the usage plan.
|
static UsagePlan.Builder |
UsagePlan.Builder.create(software.constructs.Construct scope,
String id) |
UsagePlan.Builder |
UsagePlan.Builder.description(String description)
Represents usage plan purpose.
|
UsagePlan.Builder |
UsagePlan.Builder.name(String name)
Name for this usage plan.
|
UsagePlan.Builder |
UsagePlan.Builder.quota(QuotaSettings quota)
Number of requests clients can make in a given time period.
|
UsagePlan.Builder |
UsagePlan.Builder.throttle(ThrottleSettings throttle)
Overall throttle settings for the API.
|
Copyright © 2022. All rights reserved.