Uses of Class
software.amazon.awssdk.services.servicequotas.model.PeriodUnit
-
Packages that use PeriodUnit Package Description software.amazon.awssdk.services.servicequotas.model -
-
Uses of PeriodUnit in software.amazon.awssdk.services.servicequotas.model
Methods in software.amazon.awssdk.services.servicequotas.model that return PeriodUnit Modifier and Type Method Description static PeriodUnitPeriodUnit. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PeriodUnitQuotaPeriod. periodUnit()The time unit.static PeriodUnitPeriodUnit. valueOf(String name)Returns the enum constant of this type with the specified name.static PeriodUnit[]PeriodUnit. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.servicequotas.model that return types with arguments of type PeriodUnit Modifier and Type Method Description static Set<PeriodUnit>PeriodUnit. knownValues()Methods in software.amazon.awssdk.services.servicequotas.model with parameters of type PeriodUnit Modifier and Type Method Description QuotaPeriod.BuilderQuotaPeriod.Builder. periodUnit(PeriodUnit periodUnit)The time unit.
-