| Package | Description |
|---|---|
| com.amazonaws.services.servicequotas.model |
| Modifier and Type | Method and Description |
|---|---|
RequestedServiceQuotaChange |
RequestedServiceQuotaChange.clone() |
RequestedServiceQuotaChange |
RequestServiceQuotaIncreaseResult.getRequestedQuota()
Information about the quota increase request.
|
RequestedServiceQuotaChange |
GetRequestedServiceQuotaChangeResult.getRequestedQuota()
Information about the quota increase request.
|
RequestedServiceQuotaChange |
RequestedServiceQuotaChange.withCaseId(String caseId)
The case ID.
|
RequestedServiceQuotaChange |
RequestedServiceQuotaChange.withCreated(Date created)
The date and time when the quota increase request was received and the case ID was created.
|
RequestedServiceQuotaChange |
RequestedServiceQuotaChange.withDesiredValue(Double desiredValue)
The new, increased value for the quota.
|
RequestedServiceQuotaChange |
RequestedServiceQuotaChange.withGlobalQuota(Boolean globalQuota)
Indicates whether the quota is global.
|
RequestedServiceQuotaChange |
RequestedServiceQuotaChange.withId(String id)
The unique identifier.
|
RequestedServiceQuotaChange |
RequestedServiceQuotaChange.withLastUpdated(Date lastUpdated)
The date and time of the most recent change.
|
RequestedServiceQuotaChange |
RequestedServiceQuotaChange.withQuotaArn(String quotaArn)
The Amazon Resource Name (ARN) of the quota.
|
RequestedServiceQuotaChange |
RequestedServiceQuotaChange.withQuotaCode(String quotaCode)
Specifies the quota identifier.
|
RequestedServiceQuotaChange |
RequestedServiceQuotaChange.withQuotaContext(QuotaContextInfo quotaContext)
The context for this service quota.
|
RequestedServiceQuotaChange |
RequestedServiceQuotaChange.withQuotaName(String quotaName)
Specifies the quota name.
|
RequestedServiceQuotaChange |
RequestedServiceQuotaChange.withQuotaRequestedAtLevel(AppliedLevelEnum quotaRequestedAtLevel)
Specifies at which level within the Amazon Web Services account the quota request applies to.
|
RequestedServiceQuotaChange |
RequestedServiceQuotaChange.withQuotaRequestedAtLevel(String quotaRequestedAtLevel)
Specifies at which level within the Amazon Web Services account the quota request applies to.
|
RequestedServiceQuotaChange |
RequestedServiceQuotaChange.withRequester(String requester)
The IAM identity of the requester.
|
RequestedServiceQuotaChange |
RequestedServiceQuotaChange.withServiceCode(String serviceCode)
Specifies the service identifier.
|
RequestedServiceQuotaChange |
RequestedServiceQuotaChange.withServiceName(String serviceName)
Specifies the service name.
|
RequestedServiceQuotaChange |
RequestedServiceQuotaChange.withStatus(RequestStatus status)
The state of the quota increase request.
|
RequestedServiceQuotaChange |
RequestedServiceQuotaChange.withStatus(String status)
The state of the quota increase request.
|
RequestedServiceQuotaChange |
RequestedServiceQuotaChange.withUnit(String unit)
The unit of measurement.
|
| Modifier and Type | Method and Description |
|---|---|
List<RequestedServiceQuotaChange> |
ListRequestedServiceQuotaChangeHistoryByQuotaResult.getRequestedQuotas()
Information about the quota increase requests.
|
List<RequestedServiceQuotaChange> |
ListRequestedServiceQuotaChangeHistoryResult.getRequestedQuotas()
Information about the quota increase requests.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RequestServiceQuotaIncreaseResult.setRequestedQuota(RequestedServiceQuotaChange requestedQuota)
Information about the quota increase request.
|
void |
GetRequestedServiceQuotaChangeResult.setRequestedQuota(RequestedServiceQuotaChange requestedQuota)
Information about the quota increase request.
|
RequestServiceQuotaIncreaseResult |
RequestServiceQuotaIncreaseResult.withRequestedQuota(RequestedServiceQuotaChange requestedQuota)
Information about the quota increase request.
|
GetRequestedServiceQuotaChangeResult |
GetRequestedServiceQuotaChangeResult.withRequestedQuota(RequestedServiceQuotaChange requestedQuota)
Information about the quota increase request.
|
ListRequestedServiceQuotaChangeHistoryByQuotaResult |
ListRequestedServiceQuotaChangeHistoryByQuotaResult.withRequestedQuotas(RequestedServiceQuotaChange... requestedQuotas)
Information about the quota increase requests.
|
ListRequestedServiceQuotaChangeHistoryResult |
ListRequestedServiceQuotaChangeHistoryResult.withRequestedQuotas(RequestedServiceQuotaChange... requestedQuotas)
Information about the quota increase requests.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListRequestedServiceQuotaChangeHistoryByQuotaResult.setRequestedQuotas(Collection<RequestedServiceQuotaChange> requestedQuotas)
Information about the quota increase requests.
|
void |
ListRequestedServiceQuotaChangeHistoryResult.setRequestedQuotas(Collection<RequestedServiceQuotaChange> requestedQuotas)
Information about the quota increase requests.
|
ListRequestedServiceQuotaChangeHistoryByQuotaResult |
ListRequestedServiceQuotaChangeHistoryByQuotaResult.withRequestedQuotas(Collection<RequestedServiceQuotaChange> requestedQuotas)
Information about the quota increase requests.
|
ListRequestedServiceQuotaChangeHistoryResult |
ListRequestedServiceQuotaChangeHistoryResult.withRequestedQuotas(Collection<RequestedServiceQuotaChange> requestedQuotas)
Information about the quota increase requests.
|
Copyright © 2023. All rights reserved.