Uses of Class
software.amazon.awssdk.services.glue.model.BatchGetTableOptimizerError
-
Packages that use BatchGetTableOptimizerError Package Description software.amazon.awssdk.services.glue.model -
-
Uses of BatchGetTableOptimizerError in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type BatchGetTableOptimizerError Modifier and Type Method Description List<BatchGetTableOptimizerError>BatchGetTableOptimizerResponse. failures()A list of errors from the operation.Methods in software.amazon.awssdk.services.glue.model with parameters of type BatchGetTableOptimizerError Modifier and Type Method Description BatchGetTableOptimizerResponse.BuilderBatchGetTableOptimizerResponse.Builder. failures(BatchGetTableOptimizerError... failures)A list of errors from the operation.Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type BatchGetTableOptimizerError Modifier and Type Method Description BatchGetTableOptimizerResponse.BuilderBatchGetTableOptimizerResponse.Builder. failures(Collection<BatchGetTableOptimizerError> failures)A list of errors from the operation.
-