Uses of Class
software.amazon.awssdk.services.glue.model.DataSource
-
Packages that use DataSource Package Description software.amazon.awssdk.services.glue.model -
-
Uses of DataSource in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return DataSource Modifier and Type Method Description DataSourceDataQualityResult. dataSource()The table associated with the data quality result, if any.DataSourceDataQualityResultDescription. dataSource()The table name associated with the data quality result.DataSourceDataQualityResultFilterCriteria. dataSource()Filter results by the specified data source.DataSourceDataQualityRuleRecommendationRunDescription. dataSource()The data source (Glue table) associated with the recommendation run.DataSourceDataQualityRuleRecommendationRunFilter. dataSource()Filter based on a specified data source (Glue table).DataSourceDataQualityRulesetEvaluationRunDescription. dataSource()The data source (an Glue table) associated with the run.DataSourceDataQualityRulesetEvaluationRunFilter. dataSource()Filter based on a data source (an Glue table) associated with the run.DataSourceGetDataQualityResultResponse. dataSource()The table associated with the data quality result, if any.DataSourceGetDataQualityRuleRecommendationRunResponse. dataSource()The data source (an Glue table) associated with this run.DataSourceGetDataQualityRulesetEvaluationRunResponse. dataSource()The data source (an Glue table) associated with this evaluation run.DataSourceStartDataQualityRuleRecommendationRunRequest. dataSource()The data source (Glue table) associated with this run.DataSourceStartDataQualityRulesetEvaluationRunRequest. dataSource()The data source (Glue table) associated with this run.Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type DataSource Modifier and Type Method Description Map<String,DataSource>GetDataQualityRulesetEvaluationRunResponse. additionalDataSources()A map of reference strings to additional data sources you can specify for an evaluation run.Map<String,DataSource>StartDataQualityRulesetEvaluationRunRequest. additionalDataSources()A map of reference strings to additional data sources you can specify for an evaluation run.Methods in software.amazon.awssdk.services.glue.model with parameters of type DataSource Modifier and Type Method Description DataQualityResult.BuilderDataQualityResult.Builder. dataSource(DataSource dataSource)The table associated with the data quality result, if any.DataQualityResultDescription.BuilderDataQualityResultDescription.Builder. dataSource(DataSource dataSource)The table name associated with the data quality result.DataQualityResultFilterCriteria.BuilderDataQualityResultFilterCriteria.Builder. dataSource(DataSource dataSource)Filter results by the specified data source.DataQualityRuleRecommendationRunDescription.BuilderDataQualityRuleRecommendationRunDescription.Builder. dataSource(DataSource dataSource)The data source (Glue table) associated with the recommendation run.DataQualityRuleRecommendationRunFilter.BuilderDataQualityRuleRecommendationRunFilter.Builder. dataSource(DataSource dataSource)Filter based on a specified data source (Glue table).DataQualityRulesetEvaluationRunDescription.BuilderDataQualityRulesetEvaluationRunDescription.Builder. dataSource(DataSource dataSource)The data source (an Glue table) associated with the run.DataQualityRulesetEvaluationRunFilter.BuilderDataQualityRulesetEvaluationRunFilter.Builder. dataSource(DataSource dataSource)Filter based on a data source (an Glue table) associated with the run.GetDataQualityResultResponse.BuilderGetDataQualityResultResponse.Builder. dataSource(DataSource dataSource)The table associated with the data quality result, if any.GetDataQualityRuleRecommendationRunResponse.BuilderGetDataQualityRuleRecommendationRunResponse.Builder. dataSource(DataSource dataSource)The data source (an Glue table) associated with this run.GetDataQualityRulesetEvaluationRunResponse.BuilderGetDataQualityRulesetEvaluationRunResponse.Builder. dataSource(DataSource dataSource)The data source (an Glue table) associated with this evaluation run.StartDataQualityRuleRecommendationRunRequest.BuilderStartDataQualityRuleRecommendationRunRequest.Builder. dataSource(DataSource dataSource)The data source (Glue table) associated with this run.StartDataQualityRulesetEvaluationRunRequest.BuilderStartDataQualityRulesetEvaluationRunRequest.Builder. dataSource(DataSource dataSource)The data source (Glue table) associated with this run.Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type DataSource Modifier and Type Method Description GetDataQualityRulesetEvaluationRunResponse.BuilderGetDataQualityRulesetEvaluationRunResponse.Builder. additionalDataSources(Map<String,DataSource> additionalDataSources)A map of reference strings to additional data sources you can specify for an evaluation run.StartDataQualityRulesetEvaluationRunRequest.BuilderStartDataQualityRulesetEvaluationRunRequest.Builder. additionalDataSources(Map<String,DataSource> additionalDataSources)A map of reference strings to additional data sources you can specify for an evaluation run.
-