Uses of Class
software.amazon.awssdk.services.emrcontainers.model.TemplateParameterDataType
-
Packages that use TemplateParameterDataType Package Description software.amazon.awssdk.services.emrcontainers.model -
-
Uses of TemplateParameterDataType in software.amazon.awssdk.services.emrcontainers.model
Methods in software.amazon.awssdk.services.emrcontainers.model that return TemplateParameterDataType Modifier and Type Method Description static TemplateParameterDataTypeTemplateParameterDataType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TemplateParameterDataTypeTemplateParameterConfiguration. type()The type of the job template parameter.static TemplateParameterDataTypeTemplateParameterDataType. valueOf(String name)Returns the enum constant of this type with the specified name.static TemplateParameterDataType[]TemplateParameterDataType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.emrcontainers.model that return types with arguments of type TemplateParameterDataType Modifier and Type Method Description static Set<TemplateParameterDataType>TemplateParameterDataType. knownValues()Methods in software.amazon.awssdk.services.emrcontainers.model with parameters of type TemplateParameterDataType Modifier and Type Method Description TemplateParameterConfiguration.BuilderTemplateParameterConfiguration.Builder. type(TemplateParameterDataType type)The type of the job template parameter.
-