Uses of Class
software.amazon.awssdk.services.glue.model.DataQualityResult
-
Packages that use DataQualityResult Package Description software.amazon.awssdk.services.glue.model -
-
Uses of DataQualityResult in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type DataQualityResult Modifier and Type Method Description List<DataQualityResult>BatchGetDataQualityResultResponse. results()A list ofDataQualityResultobjects representing the data quality results.Methods in software.amazon.awssdk.services.glue.model with parameters of type DataQualityResult Modifier and Type Method Description BatchGetDataQualityResultResponse.BuilderBatchGetDataQualityResultResponse.Builder. results(DataQualityResult... results)A list ofDataQualityResultobjects representing the data quality results.Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type DataQualityResult Modifier and Type Method Description BatchGetDataQualityResultResponse.BuilderBatchGetDataQualityResultResponse.Builder. results(Collection<DataQualityResult> results)A list ofDataQualityResultobjects representing the data quality results.
-