Uses of Class
software.amazon.awssdk.services.glue.model.Partition
-
Packages that use Partition Package Description software.amazon.awssdk.services.glue.model -
-
Uses of Partition in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return Partition Modifier and Type Method Description PartitionGetPartitionResponse. partition()The requested information, in the form of aPartitionobject.PartitionGetUnfilteredPartitionMetadataResponse. partition()A Partition object containing the partition metadata.PartitionUnfilteredPartition. partition()The partition object.Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type Partition Modifier and Type Method Description List<Partition>BatchGetPartitionResponse. partitions()A list of the requested partitions.List<Partition>GetPartitionsResponse. partitions()A list of requested partitions.Methods in software.amazon.awssdk.services.glue.model with parameters of type Partition Modifier and Type Method Description GetPartitionResponse.BuilderGetPartitionResponse.Builder. partition(Partition partition)The requested information, in the form of aPartitionobject.GetUnfilteredPartitionMetadataResponse.BuilderGetUnfilteredPartitionMetadataResponse.Builder. partition(Partition partition)A Partition object containing the partition metadata.UnfilteredPartition.BuilderUnfilteredPartition.Builder. partition(Partition partition)The partition object.BatchGetPartitionResponse.BuilderBatchGetPartitionResponse.Builder. partitions(Partition... partitions)A list of the requested partitions.GetPartitionsResponse.BuilderGetPartitionsResponse.Builder. partitions(Partition... partitions)A list of requested partitions.Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type Partition Modifier and Type Method Description BatchGetPartitionResponse.BuilderBatchGetPartitionResponse.Builder. partitions(Collection<Partition> partitions)A list of the requested partitions.GetPartitionsResponse.BuilderGetPartitionsResponse.Builder. partitions(Collection<Partition> partitions)A list of requested partitions.
-