Uses of Class
software.amazon.awssdk.services.glue.model.SchemaColumn
-
Packages that use SchemaColumn Package Description software.amazon.awssdk.services.glue.model -
-
Uses of SchemaColumn in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type SchemaColumn Modifier and Type Method Description List<SchemaColumn>GetMlTransformResponse. schema()TheMap<Column, Type>object that represents the schema that this transform accepts.List<SchemaColumn>MLTransform. schema()A map of key-value pairs representing the columns and data types that this transform can run against.List<SchemaColumn>TransformFilterCriteria. schema()Filters on datasets with a specific schema.Methods in software.amazon.awssdk.services.glue.model with parameters of type SchemaColumn Modifier and Type Method Description GetMlTransformResponse.BuilderGetMlTransformResponse.Builder. schema(SchemaColumn... schema)TheMap<Column, Type>object that represents the schema that this transform accepts.MLTransform.BuilderMLTransform.Builder. schema(SchemaColumn... schema)A map of key-value pairs representing the columns and data types that this transform can run against.TransformFilterCriteria.BuilderTransformFilterCriteria.Builder. schema(SchemaColumn... schema)Filters on datasets with a specific schema.Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type SchemaColumn Modifier and Type Method Description GetMlTransformResponse.BuilderGetMlTransformResponse.Builder. schema(Collection<SchemaColumn> schema)TheMap<Column, Type>object that represents the schema that this transform accepts.MLTransform.BuilderMLTransform.Builder. schema(Collection<SchemaColumn> schema)A map of key-value pairs representing the columns and data types that this transform can run against.TransformFilterCriteria.BuilderTransformFilterCriteria.Builder. schema(Collection<SchemaColumn> schema)Filters on datasets with a specific schema.
-