Uses of Class
software.amazon.awssdk.services.glue.model.PartitionValueList
-
Packages that use PartitionValueList Package Description software.amazon.awssdk.services.glue.model -
-
Uses of PartitionValueList in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type PartitionValueList Modifier and Type Method Description List<PartitionValueList>BackfillError. partitions()A list of a limited number of partitions in the response.List<PartitionValueList>BatchDeletePartitionRequest. partitionsToDelete()A list ofPartitionInputstructures that define the partitions to be deleted.List<PartitionValueList>BatchGetPartitionRequest. partitionsToGet()A list of partition values identifying the partitions to retrieve.List<PartitionValueList>BatchGetPartitionResponse. unprocessedKeys()A list of the partition values in the request for which partitions were not returned.Methods in software.amazon.awssdk.services.glue.model with parameters of type PartitionValueList Modifier and Type Method Description BackfillError.BuilderBackfillError.Builder. partitions(PartitionValueList... partitions)A list of a limited number of partitions in the response.BatchDeletePartitionRequest.BuilderBatchDeletePartitionRequest.Builder. partitionsToDelete(PartitionValueList... partitionsToDelete)A list ofPartitionInputstructures that define the partitions to be deleted.BatchGetPartitionRequest.BuilderBatchGetPartitionRequest.Builder. partitionsToGet(PartitionValueList... partitionsToGet)A list of partition values identifying the partitions to retrieve.BatchGetPartitionResponse.BuilderBatchGetPartitionResponse.Builder. unprocessedKeys(PartitionValueList... unprocessedKeys)A list of the partition values in the request for which partitions were not returned.Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type PartitionValueList Modifier and Type Method Description BackfillError.BuilderBackfillError.Builder. partitions(Collection<PartitionValueList> partitions)A list of a limited number of partitions in the response.BatchDeletePartitionRequest.BuilderBatchDeletePartitionRequest.Builder. partitionsToDelete(Collection<PartitionValueList> partitionsToDelete)A list ofPartitionInputstructures that define the partitions to be deleted.BatchGetPartitionRequest.BuilderBatchGetPartitionRequest.Builder. partitionsToGet(Collection<PartitionValueList> partitionsToGet)A list of partition values identifying the partitions to retrieve.BatchGetPartitionResponse.BuilderBatchGetPartitionResponse.Builder. unprocessedKeys(Collection<PartitionValueList> unprocessedKeys)A list of the partition values in the request for which partitions were not returned.
-