Uses of Class
software.amazon.awssdk.services.glue.model.DataQualityResultDescription
-
Packages that use DataQualityResultDescription Package Description software.amazon.awssdk.services.glue.model -
-
Uses of DataQualityResultDescription in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type DataQualityResultDescription Modifier and Type Method Description List<DataQualityResultDescription>ListDataQualityResultsResponse. results()A list ofDataQualityResultDescriptionobjects.Methods in software.amazon.awssdk.services.glue.model with parameters of type DataQualityResultDescription Modifier and Type Method Description ListDataQualityResultsResponse.BuilderListDataQualityResultsResponse.Builder. results(DataQualityResultDescription... results)A list ofDataQualityResultDescriptionobjects.Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type DataQualityResultDescription Modifier and Type Method Description ListDataQualityResultsResponse.BuilderListDataQualityResultsResponse.Builder. results(Collection<DataQualityResultDescription> results)A list ofDataQualityResultDescriptionobjects.
-