| Package | Description |
|---|---|
| software.amazon.awssdk.services.servicequotas.model |
| Modifier and Type | Method and Description |
|---|---|
QuotaContextScope |
QuotaContextInfo.contextScope()
Specifies whether the quota applies to an Amazon Web Services account, or to a resource.
|
static QuotaContextScope |
QuotaContextScope.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static QuotaContextScope |
QuotaContextScope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QuotaContextScope[] |
QuotaContextScope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<QuotaContextScope> |
QuotaContextScope.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
QuotaContextInfo.Builder |
QuotaContextInfo.Builder.contextScope(QuotaContextScope contextScope)
Specifies whether the quota applies to an Amazon Web Services account, or to a resource.
|
Copyright © 2023. All rights reserved.