Uses of Class
software.amazon.awssdk.services.glue.model.BatchUpdatePartitionFailureEntry
-
Packages that use BatchUpdatePartitionFailureEntry Package Description software.amazon.awssdk.services.glue.model -
-
Uses of BatchUpdatePartitionFailureEntry in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type BatchUpdatePartitionFailureEntry Modifier and Type Method Description List<BatchUpdatePartitionFailureEntry>BatchUpdatePartitionResponse. errors()The errors encountered when trying to update the requested partitions.Methods in software.amazon.awssdk.services.glue.model with parameters of type BatchUpdatePartitionFailureEntry Modifier and Type Method Description BatchUpdatePartitionResponse.BuilderBatchUpdatePartitionResponse.Builder. errors(BatchUpdatePartitionFailureEntry... errors)The errors encountered when trying to update the requested partitions.Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type BatchUpdatePartitionFailureEntry Modifier and Type Method Description BatchUpdatePartitionResponse.BuilderBatchUpdatePartitionResponse.Builder. errors(Collection<BatchUpdatePartitionFailureEntry> errors)The errors encountered when trying to update the requested partitions.
-