Uses of Class
software.amazon.awssdk.services.glue.model.IcebergPartitionField
-
Packages that use IcebergPartitionField Package Description software.amazon.awssdk.services.glue.model -
-
Uses of IcebergPartitionField in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type IcebergPartitionField Modifier and Type Method Description List<IcebergPartitionField>IcebergPartitionSpec. fields()The list of partition fields that define how the table data should be partitioned, including source fields and their transformations.Methods in software.amazon.awssdk.services.glue.model with parameters of type IcebergPartitionField Modifier and Type Method Description IcebergPartitionSpec.BuilderIcebergPartitionSpec.Builder. fields(IcebergPartitionField... fields)The list of partition fields that define how the table data should be partitioned, including source fields and their transformations.Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type IcebergPartitionField Modifier and Type Method Description IcebergPartitionSpec.BuilderIcebergPartitionSpec.Builder. fields(Collection<IcebergPartitionField> fields)The list of partition fields that define how the table data should be partitioned, including source fields and their transformations.
-