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