Uses of Class
software.amazon.awssdk.services.glue.model.IcebergSortField
-
Packages that use IcebergSortField Package Description software.amazon.awssdk.services.glue.model -
-
Uses of IcebergSortField in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type IcebergSortField Modifier and Type Method Description List<IcebergSortField>IcebergSortOrder. fields()The list of fields and their sort directions that define the ordering criteria for the Iceberg table data.Methods in software.amazon.awssdk.services.glue.model with parameters of type IcebergSortField Modifier and Type Method Description IcebergSortOrder.BuilderIcebergSortOrder.Builder. fields(IcebergSortField... fields)The list of fields and their sort directions that define the ordering criteria for the Iceberg table data.Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type IcebergSortField Modifier and Type Method Description IcebergSortOrder.BuilderIcebergSortOrder.Builder. fields(Collection<IcebergSortField> fields)The list of fields and their sort directions that define the ordering criteria for the Iceberg table data.
-