default CreateIntegrationResponse |
GlueClient.createIntegration(Consumer<CreateIntegrationRequest.Builder> createIntegrationRequest) |
Creates a Zero-ETL integration in the caller's account between two resources with Amazon Resource Names (ARNs):
the SourceArn and TargetArn.
|
default CreateIntegrationResponse |
GlueClient.createIntegration(CreateIntegrationRequest createIntegrationRequest) |
Creates a Zero-ETL integration in the caller's account between two resources with Amazon Resource Names (ARNs):
the SourceArn and TargetArn.
|
default CreateIntegrationResourcePropertyResponse |
GlueClient.createIntegrationResourceProperty(Consumer<CreateIntegrationResourcePropertyRequest.Builder> createIntegrationResourcePropertyRequest) |
This API can be used for setting up the ResourceProperty of the Glue connection (for the source) or
Glue database ARN (for the target).
|
default CreateIntegrationResourcePropertyResponse |
GlueClient.createIntegrationResourceProperty(CreateIntegrationResourcePropertyRequest createIntegrationResourcePropertyRequest) |
This API can be used for setting up the ResourceProperty of the Glue connection (for the source) or
Glue database ARN (for the target).
|
default DeleteIntegrationResponse |
GlueClient.deleteIntegration(Consumer<DeleteIntegrationRequest.Builder> deleteIntegrationRequest) |
Deletes the specified Zero-ETL integration.
|
default DeleteIntegrationResponse |
GlueClient.deleteIntegration(DeleteIntegrationRequest deleteIntegrationRequest) |
Deletes the specified Zero-ETL integration.
|
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) |
|
default GetPartitionIndexesIterable |
GlueClient.getPartitionIndexesPaginator(GetPartitionIndexesRequest getPartitionIndexesRequest) |
|
default ModifyIntegrationResponse |
GlueClient.modifyIntegration(Consumer<ModifyIntegrationRequest.Builder> modifyIntegrationRequest) |
Modifies a Zero-ETL integration in the caller's account.
|
default ModifyIntegrationResponse |
GlueClient.modifyIntegration(ModifyIntegrationRequest modifyIntegrationRequest) |
Modifies a Zero-ETL integration in the caller's account.
|
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).
|
default TestConnectionResponse |
GlueClient.testConnection(Consumer<TestConnectionRequest.Builder> testConnectionRequest) |
Tests a connection to a service to validate the service credentials that you provide.
|
default TestConnectionResponse |
GlueClient.testConnection(TestConnectionRequest testConnectionRequest) |
Tests a connection to a service to validate the service credentials that you provide.
|