Uses of Class
software.amazon.awssdk.services.glue.model.BatchUpdatePartitionRequestEntry
-
Packages that use BatchUpdatePartitionRequestEntry Package Description software.amazon.awssdk.services.glue.model -
-
Uses of BatchUpdatePartitionRequestEntry in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type BatchUpdatePartitionRequestEntry Modifier and Type Method Description List<BatchUpdatePartitionRequestEntry>BatchUpdatePartitionRequest. entries()A list of up to 100BatchUpdatePartitionRequestEntryobjects to update.Methods in software.amazon.awssdk.services.glue.model with parameters of type BatchUpdatePartitionRequestEntry Modifier and Type Method Description BatchUpdatePartitionRequest.BuilderBatchUpdatePartitionRequest.Builder. entries(BatchUpdatePartitionRequestEntry... entries)A list of up to 100BatchUpdatePartitionRequestEntryobjects to update.Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type BatchUpdatePartitionRequestEntry Modifier and Type Method Description BatchUpdatePartitionRequest.BuilderBatchUpdatePartitionRequest.Builder. entries(Collection<BatchUpdatePartitionRequestEntry> entries)A list of up to 100BatchUpdatePartitionRequestEntryobjects to update.
-