Uses of Class
software.amazon.awssdk.services.glue.model.BackfillError
-
Packages that use BackfillError Package Description software.amazon.awssdk.services.glue.model -
-
Uses of BackfillError in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type BackfillError Modifier and Type Method Description List<BackfillError>PartitionIndexDescriptor. backfillErrors()A list of errors that can occur when registering partition indexes for an existing table.Methods in software.amazon.awssdk.services.glue.model with parameters of type BackfillError Modifier and Type Method Description PartitionIndexDescriptor.BuilderPartitionIndexDescriptor.Builder. backfillErrors(BackfillError... backfillErrors)A list of errors that can occur when registering partition indexes for an existing table.Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type BackfillError Modifier and Type Method Description PartitionIndexDescriptor.BuilderPartitionIndexDescriptor.Builder. backfillErrors(Collection<BackfillError> backfillErrors)A list of errors that can occur when registering partition indexes for an existing table.
-