| Package | Description |
|---|---|
| com.amazonaws.services.servicequotas.model |
| Modifier and Type | Method and Description |
|---|---|
QuotaContextInfo |
QuotaContextInfo.clone() |
QuotaContextInfo |
ServiceQuota.getQuotaContext()
The context for this service quota.
|
QuotaContextInfo |
RequestedServiceQuotaChange.getQuotaContext()
The context for this service quota.
|
QuotaContextInfo |
QuotaContextInfo.withContextId(String contextId)
Specifies the Amazon Web Services account or resource to which the quota applies.
|
QuotaContextInfo |
QuotaContextInfo.withContextScope(QuotaContextScope contextScope)
Specifies whether the quota applies to an Amazon Web Services account, or to a resource.
|
QuotaContextInfo |
QuotaContextInfo.withContextScope(String contextScope)
Specifies whether the quota applies to an Amazon Web Services account, or to a resource.
|
QuotaContextInfo |
QuotaContextInfo.withContextScopeType(String contextScopeType)
When the
ContextScope is RESOURCE, then this specifies the resource type of the
specified resource. |
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceQuota.setQuotaContext(QuotaContextInfo quotaContext)
The context for this service quota.
|
void |
RequestedServiceQuotaChange.setQuotaContext(QuotaContextInfo quotaContext)
The context for this service quota.
|
ServiceQuota |
ServiceQuota.withQuotaContext(QuotaContextInfo quotaContext)
The context for this service quota.
|
RequestedServiceQuotaChange |
RequestedServiceQuotaChange.withQuotaContext(QuotaContextInfo quotaContext)
The context for this service quota.
|
Copyright © 2023. All rights reserved.