| Package | Description |
|---|---|
| software.amazon.awssdk.services.servicequotas.model |
| Modifier and Type | Method and Description |
|---|---|
static AppliedLevelEnum |
AppliedLevelEnum.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
AppliedLevelEnum |
ListServiceQuotasRequest.quotaAppliedAtLevel()
Specifies at which level of granularity that the quota value is applied.
|
AppliedLevelEnum |
ServiceQuota.quotaAppliedAtLevel()
Specifies at which level of granularity that the quota value is applied.
|
AppliedLevelEnum |
ListRequestedServiceQuotaChangeHistoryByQuotaRequest.quotaRequestedAtLevel()
Specifies at which level within the Amazon Web Services account the quota request applies to.
|
AppliedLevelEnum |
ListRequestedServiceQuotaChangeHistoryRequest.quotaRequestedAtLevel()
Specifies at which level within the Amazon Web Services account the quota request applies to.
|
AppliedLevelEnum |
RequestedServiceQuotaChange.quotaRequestedAtLevel()
Specifies at which level within the Amazon Web Services account the quota request applies to.
|
static AppliedLevelEnum |
AppliedLevelEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AppliedLevelEnum[] |
AppliedLevelEnum.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<AppliedLevelEnum> |
AppliedLevelEnum.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ListServiceQuotasRequest.Builder |
ListServiceQuotasRequest.Builder.quotaAppliedAtLevel(AppliedLevelEnum quotaAppliedAtLevel)
Specifies at which level of granularity that the quota value is applied.
|
ServiceQuota.Builder |
ServiceQuota.Builder.quotaAppliedAtLevel(AppliedLevelEnum quotaAppliedAtLevel)
Specifies at which level of granularity that the quota value is applied.
|
ListRequestedServiceQuotaChangeHistoryByQuotaRequest.Builder |
ListRequestedServiceQuotaChangeHistoryByQuotaRequest.Builder.quotaRequestedAtLevel(AppliedLevelEnum quotaRequestedAtLevel)
Specifies at which level within the Amazon Web Services account the quota request applies to.
|
ListRequestedServiceQuotaChangeHistoryRequest.Builder |
ListRequestedServiceQuotaChangeHistoryRequest.Builder.quotaRequestedAtLevel(AppliedLevelEnum quotaRequestedAtLevel)
Specifies at which level within the Amazon Web Services account the quota request applies to.
|
RequestedServiceQuotaChange.Builder |
RequestedServiceQuotaChange.Builder.quotaRequestedAtLevel(AppliedLevelEnum quotaRequestedAtLevel)
Specifies at which level within the Amazon Web Services account the quota request applies to.
|
Copyright © 2023. All rights reserved.