| Package | Description |
|---|---|
| com.amazonaws.services.servicequotas.model |
| Modifier and Type | Method and Description |
|---|---|
ServiceQuota |
ServiceQuota.clone() |
ServiceQuota |
GetServiceQuotaResult.getQuota()
Returns the ServiceQuota object which contains all values for a quota.
|
ServiceQuota |
GetAWSDefaultServiceQuotaResult.getQuota()
Returns the ServiceQuota object which contains all values for a quota.
|
ServiceQuota |
ServiceQuota.withAdjustable(Boolean adjustable)
Specifies if the quota value can be increased.
|
ServiceQuota |
ServiceQuota.withErrorReason(ErrorReason errorReason)
Specifies the
ErrorCode and ErrorMessage when success isn't achieved. |
ServiceQuota |
ServiceQuota.withGlobalQuota(Boolean globalQuota)
Specifies if the quota is global.
|
ServiceQuota |
ServiceQuota.withPeriod(QuotaPeriod period)
Identifies the unit and value of how time is measured.
|
ServiceQuota |
ServiceQuota.withQuotaArn(String quotaArn)
The Amazon Resource Name (ARN) of the service quota.
|
ServiceQuota |
ServiceQuota.withQuotaCode(String quotaCode)
The code identifier for the service quota specified.
|
ServiceQuota |
ServiceQuota.withQuotaName(String quotaName)
The name identifier of the service quota.
|
ServiceQuota |
ServiceQuota.withServiceCode(String serviceCode)
Specifies the service that you want to use.
|
ServiceQuota |
ServiceQuota.withServiceName(String serviceName)
The name of the AWS service specified in the increase request.
|
ServiceQuota |
ServiceQuota.withUnit(String unit)
The unit of measurement for the value of the service quota.
|
ServiceQuota |
ServiceQuota.withUsageMetric(MetricInfo usageMetric)
Specifies the details about the measurement.
|
ServiceQuota |
ServiceQuota.withValue(Double value)
The value of service quota.
|
| Modifier and Type | Method and Description |
|---|---|
List<ServiceQuota> |
ListAWSDefaultServiceQuotasResult.getQuotas()
A list of the quotas in the account with the AWS default values.
|
List<ServiceQuota> |
ListServiceQuotasResult.getQuotas()
The response information for a quota lists all attribute information for the quota.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetServiceQuotaResult.setQuota(ServiceQuota quota)
Returns the ServiceQuota object which contains all values for a quota.
|
void |
GetAWSDefaultServiceQuotaResult.setQuota(ServiceQuota quota)
Returns the ServiceQuota object which contains all values for a quota.
|
GetServiceQuotaResult |
GetServiceQuotaResult.withQuota(ServiceQuota quota)
Returns the ServiceQuota object which contains all values for a quota.
|
GetAWSDefaultServiceQuotaResult |
GetAWSDefaultServiceQuotaResult.withQuota(ServiceQuota quota)
Returns the ServiceQuota object which contains all values for a quota.
|
ListAWSDefaultServiceQuotasResult |
ListAWSDefaultServiceQuotasResult.withQuotas(ServiceQuota... quotas)
A list of the quotas in the account with the AWS default values.
|
ListServiceQuotasResult |
ListServiceQuotasResult.withQuotas(ServiceQuota... quotas)
The response information for a quota lists all attribute information for the quota.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListAWSDefaultServiceQuotasResult.setQuotas(Collection<ServiceQuota> quotas)
A list of the quotas in the account with the AWS default values.
|
void |
ListServiceQuotasResult.setQuotas(Collection<ServiceQuota> quotas)
The response information for a quota lists all attribute information for the quota.
|
ListAWSDefaultServiceQuotasResult |
ListAWSDefaultServiceQuotasResult.withQuotas(Collection<ServiceQuota> quotas)
A list of the quotas in the account with the AWS default values.
|
ListServiceQuotasResult |
ListServiceQuotasResult.withQuotas(Collection<ServiceQuota> quotas)
The response information for a quota lists all attribute information for the quota.
|
Copyright © 2019. All rights reserved.