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