Uses of Class
software.amazon.awssdk.services.glue.model.AnnotationError
-
Packages that use AnnotationError Package Description software.amazon.awssdk.services.glue.model -
-
Uses of AnnotationError in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type AnnotationError Modifier and Type Method Description List<AnnotationError>BatchPutDataQualityStatisticAnnotationResponse. failedInclusionAnnotations()A list ofAnnotationError's.Methods in software.amazon.awssdk.services.glue.model with parameters of type AnnotationError Modifier and Type Method Description BatchPutDataQualityStatisticAnnotationResponse.BuilderBatchPutDataQualityStatisticAnnotationResponse.Builder. failedInclusionAnnotations(AnnotationError... failedInclusionAnnotations)A list ofAnnotationError's.Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type AnnotationError Modifier and Type Method Description BatchPutDataQualityStatisticAnnotationResponse.BuilderBatchPutDataQualityStatisticAnnotationResponse.Builder. failedInclusionAnnotations(Collection<AnnotationError> failedInclusionAnnotations)A list ofAnnotationError's.
-