| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigateway |
Amazon API Gateway Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default Period |
QuotaSettings.getPeriod()
(experimental) 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() |
| Constructor and Description |
|---|
Jsii$Proxy(Number limit,
Number offset,
Period period)
Constructor that initializes the object based on literal property values passed by the
QuotaSettings.Builder. |
Copyright © 2021. All rights reserved.