Uses of Class
software.amazon.awssdk.services.batch.model.QuotaShareState
-
Packages that use QuotaShareState Package Description software.amazon.awssdk.services.batch.model -
-
Uses of QuotaShareState in software.amazon.awssdk.services.batch.model
Methods in software.amazon.awssdk.services.batch.model that return QuotaShareState Modifier and Type Method Description static QuotaShareStateQuotaShareState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.QuotaShareStateCreateQuotaShareRequest. state()The state of the quota share.QuotaShareStateDescribeQuotaShareResponse. state()The state of the quota share.QuotaShareStateQuotaShareDetail. state()The state of the quota share.QuotaShareStateUpdateQuotaShareRequest. state()The state of the quota share.static QuotaShareStateQuotaShareState. valueOf(String name)Returns the enum constant of this type with the specified name.static QuotaShareState[]QuotaShareState. 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 QuotaShareState Modifier and Type Method Description static Set<QuotaShareState>QuotaShareState. knownValues()Methods in software.amazon.awssdk.services.batch.model with parameters of type QuotaShareState Modifier and Type Method Description CreateQuotaShareRequest.BuilderCreateQuotaShareRequest.Builder. state(QuotaShareState state)The state of the quota share.DescribeQuotaShareResponse.BuilderDescribeQuotaShareResponse.Builder. state(QuotaShareState state)The state of the quota share.QuotaShareDetail.BuilderQuotaShareDetail.Builder. state(QuotaShareState state)The state of the quota share.UpdateQuotaShareRequest.BuilderUpdateQuotaShareRequest.Builder. state(QuotaShareState state)The state of the quota share.
-