Uses of Class
software.amazon.awssdk.services.deadline.model.EnvironmentTemplateType
-
Packages that use EnvironmentTemplateType Package Description software.amazon.awssdk.services.deadline.model -
-
Uses of EnvironmentTemplateType in software.amazon.awssdk.services.deadline.model
Methods in software.amazon.awssdk.services.deadline.model that return EnvironmentTemplateType Modifier and Type Method Description static EnvironmentTemplateTypeEnvironmentTemplateType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.EnvironmentTemplateTypeCreateQueueEnvironmentRequest. templateType()The template's file type,JSONorYAML.EnvironmentTemplateTypeGetQueueEnvironmentResponse. templateType()The type of template for the queue environment.EnvironmentTemplateTypeUpdateQueueEnvironmentRequest. templateType()The template type to update.static EnvironmentTemplateTypeEnvironmentTemplateType. valueOf(String name)Returns the enum constant of this type with the specified name.static EnvironmentTemplateType[]EnvironmentTemplateType. 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 EnvironmentTemplateType Modifier and Type Method Description static Set<EnvironmentTemplateType>EnvironmentTemplateType. knownValues()Methods in software.amazon.awssdk.services.deadline.model with parameters of type EnvironmentTemplateType Modifier and Type Method Description CreateQueueEnvironmentRequest.BuilderCreateQueueEnvironmentRequest.Builder. templateType(EnvironmentTemplateType templateType)The template's file type,JSONorYAML.GetQueueEnvironmentResponse.BuilderGetQueueEnvironmentResponse.Builder. templateType(EnvironmentTemplateType templateType)The type of template for the queue environment.UpdateQueueEnvironmentRequest.BuilderUpdateQueueEnvironmentRequest.Builder. templateType(EnvironmentTemplateType templateType)The template type to update.
-