default DeletePartitionIndexResponse |
GlueClient.deletePartitionIndex(Consumer<DeletePartitionIndexRequest.Builder> deletePartitionIndexRequest) |
Deletes a specified partition index from an existing table.
|
default DeletePartitionIndexResponse |
GlueClient.deletePartitionIndex(DeletePartitionIndexRequest deletePartitionIndexRequest) |
Deletes a specified partition index from an existing table.
|
default GetPartitionIndexesResponse |
GlueClient.getPartitionIndexes(Consumer<GetPartitionIndexesRequest.Builder> getPartitionIndexesRequest) |
Retrieves the partition indexes associated with a table.
|
default GetPartitionIndexesResponse |
GlueClient.getPartitionIndexes(GetPartitionIndexesRequest getPartitionIndexesRequest) |
Retrieves the partition indexes associated with a table.
|
default GetPartitionIndexesIterable |
GlueClient.getPartitionIndexesPaginator(Consumer<GetPartitionIndexesRequest.Builder> getPartitionIndexesRequest) |
Retrieves the partition indexes associated with a table.
|
default GetPartitionIndexesIterable |
GlueClient.getPartitionIndexesPaginator(GetPartitionIndexesRequest getPartitionIndexesRequest) |
Retrieves the partition indexes associated with a table.
|
default StartDataQualityRuleRecommendationRunResponse |
GlueClient.startDataQualityRuleRecommendationRun(Consumer<StartDataQualityRuleRecommendationRunRequest.Builder> startDataQualityRuleRecommendationRunRequest) |
Starts a recommendation run that is used to generate rules when you don't know what rules to write.
|
default StartDataQualityRuleRecommendationRunResponse |
GlueClient.startDataQualityRuleRecommendationRun(StartDataQualityRuleRecommendationRunRequest startDataQualityRuleRecommendationRunRequest) |
Starts a recommendation run that is used to generate rules when you don't know what rules to write.
|
default StartDataQualityRulesetEvaluationRunResponse |
GlueClient.startDataQualityRulesetEvaluationRun(Consumer<StartDataQualityRulesetEvaluationRunRequest.Builder> startDataQualityRulesetEvaluationRunRequest) |
Once you have a ruleset definition (either recommended or your own), you call this operation to evaluate the
ruleset against a data source (Glue table).
|
default StartDataQualityRulesetEvaluationRunResponse |
GlueClient.startDataQualityRulesetEvaluationRun(StartDataQualityRulesetEvaluationRunRequest startDataQualityRulesetEvaluationRunRequest) |
Once you have a ruleset definition (either recommended or your own), you call this operation to evaluate the
ruleset against a data source (Glue table).
|