Uses of Class
software.amazon.awssdk.services.apigateway.model.QuotaPeriodType
-
Packages that use QuotaPeriodType Package Description software.amazon.awssdk.services.apigateway.model -
-
Uses of QuotaPeriodType in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return QuotaPeriodType Modifier and Type Method Description static QuotaPeriodTypeQuotaPeriodType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.QuotaPeriodTypeQuotaSettings. period()The time period in which the limit applies.static QuotaPeriodTypeQuotaPeriodType. valueOf(String name)Returns the enum constant of this type with the specified name.static QuotaPeriodType[]QuotaPeriodType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type QuotaPeriodType Modifier and Type Method Description static Set<QuotaPeriodType>QuotaPeriodType. knownValues()Methods in software.amazon.awssdk.services.apigateway.model with parameters of type QuotaPeriodType Modifier and Type Method Description QuotaSettings.BuilderQuotaSettings.Builder. period(QuotaPeriodType period)The time period in which the limit applies.
-