Uses of Class
software.amazon.awssdk.services.glue.model.ParamType
-
Packages that use ParamType Package Description software.amazon.awssdk.services.glue.model -
-
Uses of ParamType in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return ParamType Modifier and Type Method Description static ParamTypeParamType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ParamTypeTransformConfigParameter. listType()Specifies the list type of the parameter in the config file of the dynamic transform.ParamTypeTransformConfigParameter. type()Specifies the parameter type in the config file of the dynamic transform.static ParamTypeParamType. valueOf(String name)Returns the enum constant of this type with the specified name.static ParamType[]ParamType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type ParamType Modifier and Type Method Description static Set<ParamType>ParamType. knownValues()Methods in software.amazon.awssdk.services.glue.model with parameters of type ParamType Modifier and Type Method Description TransformConfigParameter.BuilderTransformConfigParameter.Builder. listType(ParamType listType)Specifies the list type of the parameter in the config file of the dynamic transform.TransformConfigParameter.BuilderTransformConfigParameter.Builder. type(ParamType type)Specifies the parameter type in the config file of the dynamic transform.
-