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