Uses of Class
software.amazon.awssdk.services.deadline.model.JobTemplateType
-
Packages that use JobTemplateType Package Description software.amazon.awssdk.services.deadline.model -
-
Uses of JobTemplateType in software.amazon.awssdk.services.deadline.model
Methods in software.amazon.awssdk.services.deadline.model that return JobTemplateType Modifier and Type Method Description static JobTemplateTypeJobTemplateType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.JobTemplateTypeCopyJobTemplateResponse. templateType()The format of the job template, eitherJSONorYAML.JobTemplateTypeCreateJobRequest. templateType()The file type for the job template.static JobTemplateTypeJobTemplateType. valueOf(String name)Returns the enum constant of this type with the specified name.static JobTemplateType[]JobTemplateType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.deadline.model that return types with arguments of type JobTemplateType Modifier and Type Method Description static Set<JobTemplateType>JobTemplateType. knownValues()Methods in software.amazon.awssdk.services.deadline.model with parameters of type JobTemplateType Modifier and Type Method Description CopyJobTemplateResponse.BuilderCopyJobTemplateResponse.Builder. templateType(JobTemplateType templateType)The format of the job template, eitherJSONorYAML.CreateJobRequest.BuilderCreateJobRequest.Builder. templateType(JobTemplateType templateType)The file type for the job template.
-