| Package | Description |
|---|---|
| com.amazonaws.services.servicequotas.model |
| Modifier and Type | Method and Description |
|---|---|
QuotaPeriod |
QuotaPeriod.clone() |
QuotaPeriod |
ServiceQuota.getPeriod()
Identifies the unit and value of how time is measured.
|
QuotaPeriod |
QuotaPeriod.withPeriodUnit(PeriodUnit periodUnit)
The time unit of a period.
|
QuotaPeriod |
QuotaPeriod.withPeriodUnit(String periodUnit)
The time unit of a period.
|
QuotaPeriod |
QuotaPeriod.withPeriodValue(Integer periodValue)
The value of a period.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceQuota.setPeriod(QuotaPeriod period)
Identifies the unit and value of how time is measured.
|
ServiceQuota |
ServiceQuota.withPeriod(QuotaPeriod period)
Identifies the unit and value of how time is measured.
|
Copyright © 2020. All rights reserved.