| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigateway |
Amazon API Gateway Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default Period |
QuotaSettings.getPeriod()
The time period for which the maximum limit of requests applies.
|
Period |
QuotaSettings.Jsii$Proxy.getPeriod() |
static Period |
Period.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Period[] |
Period.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
QuotaSettings.Builder |
QuotaSettings.Builder.period(Period period)
Sets the value of
QuotaSettings.getPeriod() |
Copyright © 2022. All rights reserved.