| Package | Description |
|---|---|
| com.amazonaws.services.servicequotas.model |
| Modifier and Type | Method and Description |
|---|---|
ServiceQuota |
ServiceQuota.clone() |
ServiceQuota |
GetServiceQuotaResult.getQuota()
Information about the quota.
|
ServiceQuota |
GetAWSDefaultServiceQuotaResult.getQuota()
Information about the quota.
|
ServiceQuota |
ServiceQuota.withAdjustable(Boolean adjustable)
Indicates whether the quota value can be increased.
|
ServiceQuota |
ServiceQuota.withErrorReason(ErrorReason errorReason)
The error code and error reason.
|
ServiceQuota |
ServiceQuota.withGlobalQuota(Boolean globalQuota)
Indicates whether the quota is global.
|
ServiceQuota |
ServiceQuota.withPeriod(QuotaPeriod period)
The period of time.
|
ServiceQuota |
ServiceQuota.withQuotaArn(String quotaArn)
The Amazon Resource Name (ARN) of the quota.
|
ServiceQuota |
ServiceQuota.withQuotaCode(String quotaCode)
The quota identifier.
|
ServiceQuota |
ServiceQuota.withQuotaName(String quotaName)
The quota name.
|
ServiceQuota |
ServiceQuota.withServiceCode(String serviceCode)
The service identifier.
|
ServiceQuota |
ServiceQuota.withServiceName(String serviceName)
The service name.
|
ServiceQuota |
ServiceQuota.withUnit(String unit)
The unit of measurement.
|
ServiceQuota |
ServiceQuota.withUsageMetric(MetricInfo usageMetric)
Information about the measurement.
|
ServiceQuota |
ServiceQuota.withValue(Double value)
The quota value.
|
| Modifier and Type | Method and Description |
|---|---|
List<ServiceQuota> |
ListServiceQuotasResult.getQuotas()
Information about the quotas.
|
List<ServiceQuota> |
ListAWSDefaultServiceQuotasResult.getQuotas()
Information about the quotas.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetServiceQuotaResult.setQuota(ServiceQuota quota)
Information about the quota.
|
void |
GetAWSDefaultServiceQuotaResult.setQuota(ServiceQuota quota)
Information about the quota.
|
GetServiceQuotaResult |
GetServiceQuotaResult.withQuota(ServiceQuota quota)
Information about the quota.
|
GetAWSDefaultServiceQuotaResult |
GetAWSDefaultServiceQuotaResult.withQuota(ServiceQuota quota)
Information about the quota.
|
ListServiceQuotasResult |
ListServiceQuotasResult.withQuotas(ServiceQuota... quotas)
Information about the quotas.
|
ListAWSDefaultServiceQuotasResult |
ListAWSDefaultServiceQuotasResult.withQuotas(ServiceQuota... quotas)
Information about the quotas.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListServiceQuotasResult.setQuotas(Collection<ServiceQuota> quotas)
Information about the quotas.
|
void |
ListAWSDefaultServiceQuotasResult.setQuotas(Collection<ServiceQuota> quotas)
Information about the quotas.
|
ListServiceQuotasResult |
ListServiceQuotasResult.withQuotas(Collection<ServiceQuota> quotas)
Information about the quotas.
|
ListAWSDefaultServiceQuotasResult |
ListAWSDefaultServiceQuotasResult.withQuotas(Collection<ServiceQuota> quotas)
Information about the quotas.
|
Copyright © 2021. All rights reserved.