Uses of Class
software.amazon.awssdk.services.glue.model.Segment
-
Packages that use Segment Package Description software.amazon.awssdk.services.glue.model -
-
Uses of Segment in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return Segment Modifier and Type Method Description SegmentGetPartitionsRequest. segment()The segment of the table's partitions to scan in this request.SegmentGetUnfilteredPartitionsMetadataRequest. segment()The segment of the table's partitions to scan in this request.Methods in software.amazon.awssdk.services.glue.model with parameters of type Segment Modifier and Type Method Description GetPartitionsRequest.BuilderGetPartitionsRequest.Builder. segment(Segment segment)The segment of the table's partitions to scan in this request.GetUnfilteredPartitionsMetadataRequest.BuilderGetUnfilteredPartitionsMetadataRequest.Builder. segment(Segment segment)The segment of the table's partitions to scan in this request.
-