Uses of Class
software.amazon.awssdk.services.batch.model.QuotaShareStatus
-
Packages that use QuotaShareStatus Package Description software.amazon.awssdk.services.batch.model -
-
Uses of QuotaShareStatus in software.amazon.awssdk.services.batch.model
Methods in software.amazon.awssdk.services.batch.model that return QuotaShareStatus Modifier and Type Method Description static QuotaShareStatusQuotaShareStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.QuotaShareStatusDescribeQuotaShareResponse. status()The current status of the quota share.QuotaShareStatusQuotaShareDetail. status()The current status of the quota share.static QuotaShareStatusQuotaShareStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static QuotaShareStatus[]QuotaShareStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.batch.model that return types with arguments of type QuotaShareStatus Modifier and Type Method Description static Set<QuotaShareStatus>QuotaShareStatus. knownValues()Methods in software.amazon.awssdk.services.batch.model with parameters of type QuotaShareStatus Modifier and Type Method Description DescribeQuotaShareResponse.BuilderDescribeQuotaShareResponse.Builder. status(QuotaShareStatus status)The current status of the quota share.QuotaShareDetail.BuilderQuotaShareDetail.Builder. status(QuotaShareStatus status)The current status of the quota share.
-