Uses of Class
software.amazon.awssdk.services.servicequotas.model.QuotaContextScope
-
Packages that use QuotaContextScope Package Description software.amazon.awssdk.services.servicequotas.model -
-
Uses of QuotaContextScope in software.amazon.awssdk.services.servicequotas.model
Methods in software.amazon.awssdk.services.servicequotas.model that return QuotaContextScope Modifier and Type Method Description QuotaContextScopeQuotaContextInfo. contextScope()Specifies whether the quota applies to an Amazon Web Services account, or to a resource.static QuotaContextScopeQuotaContextScope. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static QuotaContextScopeQuotaContextScope. 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.Methods in software.amazon.awssdk.services.servicequotas.model that return types with arguments of type QuotaContextScope Modifier and Type Method Description static Set<QuotaContextScope>QuotaContextScope. knownValues()Methods in software.amazon.awssdk.services.servicequotas.model with parameters of type QuotaContextScope Modifier and Type Method Description QuotaContextInfo.BuilderQuotaContextInfo.Builder. contextScope(QuotaContextScope contextScope)Specifies whether the quota applies to an Amazon Web Services account, or to a resource.
-