| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
DataQualityRulesetEvaluationRunFilter |
DataQualityRulesetEvaluationRunFilter.clone() |
DataQualityRulesetEvaluationRunFilter |
ListDataQualityRulesetEvaluationRunsRequest.getFilter()
The filter criteria.
|
DataQualityRulesetEvaluationRunFilter |
DataQualityRulesetEvaluationRunFilter.withDataSource(DataSource dataSource)
Filter based on a data source (an Glue table) associated with the run.
|
DataQualityRulesetEvaluationRunFilter |
DataQualityRulesetEvaluationRunFilter.withStartedAfter(Date startedAfter)
Filter results by runs that started after this time.
|
DataQualityRulesetEvaluationRunFilter |
DataQualityRulesetEvaluationRunFilter.withStartedBefore(Date startedBefore)
Filter results by runs that started before this time.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListDataQualityRulesetEvaluationRunsRequest.setFilter(DataQualityRulesetEvaluationRunFilter filter)
The filter criteria.
|
ListDataQualityRulesetEvaluationRunsRequest |
ListDataQualityRulesetEvaluationRunsRequest.withFilter(DataQualityRulesetEvaluationRunFilter filter)
The filter criteria.
|
Copyright © 2024. All rights reserved.