Uses of Class
software.amazon.awssdk.services.batch.model.JQStatus
-
Packages that use JQStatus Package Description software.amazon.awssdk.services.batch.model -
-
Uses of JQStatus in software.amazon.awssdk.services.batch.model
Methods in software.amazon.awssdk.services.batch.model that return JQStatus Modifier and Type Method Description static JQStatusJQStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.JQStatusJobQueueDetail. status()The status of the job queue (for example,CREATINGorVALID).static JQStatusJQStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static JQStatus[]JQStatus. 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 JQStatus Modifier and Type Method Description static Set<JQStatus>JQStatus. knownValues()Methods in software.amazon.awssdk.services.batch.model with parameters of type JQStatus Modifier and Type Method Description JobQueueDetail.BuilderJobQueueDetail.Builder. status(JQStatus status)The status of the job queue (for example,CREATINGorVALID).
-