Uses of Class
software.amazon.awssdk.services.glue.model.TableError
-
Packages that use TableError Package Description software.amazon.awssdk.services.glue.model -
-
Uses of TableError in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type TableError Modifier and Type Method Description List<TableError>BatchDeleteTableResponse. errors()A list of errors encountered in attempting to delete the specified tables.Methods in software.amazon.awssdk.services.glue.model with parameters of type TableError Modifier and Type Method Description BatchDeleteTableResponse.BuilderBatchDeleteTableResponse.Builder. errors(TableError... errors)A list of errors encountered in attempting to delete the specified tables.Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type TableError Modifier and Type Method Description BatchDeleteTableResponse.BuilderBatchDeleteTableResponse.Builder. errors(Collection<TableError> errors)A list of errors encountered in attempting to delete the specified tables.
-