Uses of Class
software.amazon.awssdk.services.servicequotas.model.AppliedLevelEnum
-
Packages that use AppliedLevelEnum Package Description software.amazon.awssdk.services.servicequotas.model -
-
Uses of AppliedLevelEnum in software.amazon.awssdk.services.servicequotas.model
Methods in software.amazon.awssdk.services.servicequotas.model that return AppliedLevelEnum Modifier and Type Method Description static AppliedLevelEnumAppliedLevelEnum. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.AppliedLevelEnumListServiceQuotasRequest. quotaAppliedAtLevel()Specifies at which level of granularity that the quota value is applied.AppliedLevelEnumServiceQuota. quotaAppliedAtLevel()Specifies at which level of granularity that the quota value is applied.AppliedLevelEnumListRequestedServiceQuotaChangeHistoryByQuotaRequest. quotaRequestedAtLevel()Specifies at which level within the Amazon Web Services account the quota request applies to.AppliedLevelEnumListRequestedServiceQuotaChangeHistoryRequest. quotaRequestedAtLevel()Specifies at which level within the Amazon Web Services account the quota request applies to.AppliedLevelEnumRequestedServiceQuotaChange. quotaRequestedAtLevel()Specifies at which level within the Amazon Web Services account the quota request applies to.static AppliedLevelEnumAppliedLevelEnum. 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.Methods in software.amazon.awssdk.services.servicequotas.model that return types with arguments of type AppliedLevelEnum Modifier and Type Method Description static Set<AppliedLevelEnum>AppliedLevelEnum. knownValues()Methods in software.amazon.awssdk.services.servicequotas.model with parameters of type AppliedLevelEnum Modifier and Type Method Description ListServiceQuotasRequest.BuilderListServiceQuotasRequest.Builder. quotaAppliedAtLevel(AppliedLevelEnum quotaAppliedAtLevel)Specifies at which level of granularity that the quota value is applied.ServiceQuota.BuilderServiceQuota.Builder. quotaAppliedAtLevel(AppliedLevelEnum quotaAppliedAtLevel)Specifies at which level of granularity that the quota value is applied.ListRequestedServiceQuotaChangeHistoryByQuotaRequest.BuilderListRequestedServiceQuotaChangeHistoryByQuotaRequest.Builder. quotaRequestedAtLevel(AppliedLevelEnum quotaRequestedAtLevel)Specifies at which level within the Amazon Web Services account the quota request applies to.ListRequestedServiceQuotaChangeHistoryRequest.BuilderListRequestedServiceQuotaChangeHistoryRequest.Builder. quotaRequestedAtLevel(AppliedLevelEnum quotaRequestedAtLevel)Specifies at which level within the Amazon Web Services account the quota request applies to.RequestedServiceQuotaChange.BuilderRequestedServiceQuotaChange.Builder. quotaRequestedAtLevel(AppliedLevelEnum quotaRequestedAtLevel)Specifies at which level within the Amazon Web Services account the quota request applies to.
-