@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public interface AWSGlueAsync extends AWSGlue
AsyncHandler
can be used to receive
notification when an asynchronous operation completes.
Note: Do not directly implement this interface, new methods are added to it regularly. Extend from
AbstractAWSGlueAsync
instead.
Defines the public endpoint for the Glue service.
ENDPOINT_PREFIX
batchCreatePartition, batchDeleteConnection, batchDeletePartition, batchDeleteTable, batchDeleteTableVersion, batchGetBlueprints, batchGetCrawlers, batchGetCustomEntityTypes, batchGetDataQualityResult, batchGetDevEndpoints, batchGetJobs, batchGetPartition, batchGetTableOptimizer, batchGetTriggers, batchGetWorkflows, batchStopJobRun, batchUpdatePartition, cancelDataQualityRuleRecommendationRun, cancelDataQualityRulesetEvaluationRun, cancelMLTaskRun, cancelStatement, checkSchemaVersionValidity, createBlueprint, createClassifier, createConnection, createCrawler, createCustomEntityType, createDatabase, createDataQualityRuleset, createDevEndpoint, createJob, createMLTransform, createPartition, createPartitionIndex, createRegistry, createSchema, createScript, createSecurityConfiguration, createSession, createTable, createTableOptimizer, createTrigger, createUsageProfile, createUserDefinedFunction, createWorkflow, deleteBlueprint, deleteClassifier, deleteColumnStatisticsForPartition, deleteColumnStatisticsForTable, deleteConnection, deleteCrawler, deleteCustomEntityType, deleteDatabase, deleteDataQualityRuleset, deleteDevEndpoint, deleteJob, deleteMLTransform, deletePartition, deletePartitionIndex, deleteRegistry, deleteResourcePolicy, deleteSchema, deleteSchemaVersions, deleteSecurityConfiguration, deleteSession, deleteTable, deleteTableOptimizer, deleteTableVersion, deleteTrigger, deleteUsageProfile, deleteUserDefinedFunction, deleteWorkflow, getBlueprint, getBlueprintRun, getBlueprintRuns, getCachedResponseMetadata, getCatalogImportStatus, getClassifier, getClassifiers, getColumnStatisticsForPartition, getColumnStatisticsForTable, getColumnStatisticsTaskRun, getColumnStatisticsTaskRuns, getConnection, getConnections, getCrawler, getCrawlerMetrics, getCrawlers, getCustomEntityType, getDatabase, getDatabases, getDataCatalogEncryptionSettings, getDataflowGraph, getDataQualityResult, getDataQualityRuleRecommendationRun, getDataQualityRuleset, getDataQualityRulesetEvaluationRun, getDevEndpoint, getDevEndpoints, getJob, getJobBookmark, getJobRun, getJobRuns, getJobs, getMapping, getMLTaskRun, getMLTaskRuns, getMLTransform, getMLTransforms, getPartition, getPartitionIndexes, getPartitions, getPlan, getRegistry, getResourcePolicies, getResourcePolicy, getSchema, getSchemaByDefinition, getSchemaVersion, getSchemaVersionsDiff, getSecurityConfiguration, getSecurityConfigurations, getSession, getStatement, getTable, getTableOptimizer, getTables, getTableVersion, getTableVersions, getTags, getTrigger, getTriggers, getUnfilteredPartitionMetadata, getUnfilteredPartitionsMetadata, getUnfilteredTableMetadata, getUsageProfile, getUserDefinedFunction, getUserDefinedFunctions, getWorkflow, getWorkflowRun, getWorkflowRunProperties, getWorkflowRuns, importCatalogToGlue, listBlueprints, listColumnStatisticsTaskRuns, listCrawlers, listCrawls, listCustomEntityTypes, listDataQualityResults, listDataQualityRuleRecommendationRuns, listDataQualityRulesetEvaluationRuns, listDataQualityRulesets, listDevEndpoints, listJobs, listMLTransforms, listRegistries, listSchemas, listSchemaVersions, listSessions, listStatements, listTableOptimizerRuns, listTriggers, listUsageProfiles, listWorkflows, putDataCatalogEncryptionSettings, putResourcePolicy, putSchemaVersionMetadata, putWorkflowRunProperties, querySchemaVersionMetadata, registerSchemaVersion, removeSchemaVersionMetadata, resetJobBookmark, resumeWorkflowRun, runStatement, searchTables, shutdown, startBlueprintRun, startColumnStatisticsTaskRun, startCrawler, startCrawlerSchedule, startDataQualityRuleRecommendationRun, startDataQualityRulesetEvaluationRun, startExportLabelsTaskRun, startImportLabelsTaskRun, startJobRun, startMLEvaluationTaskRun, startMLLabelingSetGenerationTaskRun, startTrigger, startWorkflowRun, stopColumnStatisticsTaskRun, stopCrawler, stopCrawlerSchedule, stopSession, stopTrigger, stopWorkflowRun, tagResource, untagResource, updateBlueprint, updateClassifier, updateColumnStatisticsForPartition, updateColumnStatisticsForTable, updateConnection, updateCrawler, updateCrawlerSchedule, updateDatabase, updateDataQualityRuleset, updateDevEndpoint, updateJob, updateJobFromSourceControl, updateMLTransform, updatePartition, updateRegistry, updateSchema, updateSourceControlFromJob, updateTable, updateTableOptimizer, updateTrigger, updateUsageProfile, updateUserDefinedFunction, updateWorkflow
Future<BatchCreatePartitionResult> batchCreatePartitionAsync(BatchCreatePartitionRequest batchCreatePartitionRequest)
Creates one or more partitions in a batch operation.
batchCreatePartitionRequest
- Future<BatchCreatePartitionResult> batchCreatePartitionAsync(BatchCreatePartitionRequest batchCreatePartitionRequest, AsyncHandler<BatchCreatePartitionRequest,BatchCreatePartitionResult> asyncHandler)
Creates one or more partitions in a batch operation.
batchCreatePartitionRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<BatchDeleteConnectionResult> batchDeleteConnectionAsync(BatchDeleteConnectionRequest batchDeleteConnectionRequest)
Deletes a list of connection definitions from the Data Catalog.
batchDeleteConnectionRequest
- Future<BatchDeleteConnectionResult> batchDeleteConnectionAsync(BatchDeleteConnectionRequest batchDeleteConnectionRequest, AsyncHandler<BatchDeleteConnectionRequest,BatchDeleteConnectionResult> asyncHandler)
Deletes a list of connection definitions from the Data Catalog.
batchDeleteConnectionRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<BatchDeletePartitionResult> batchDeletePartitionAsync(BatchDeletePartitionRequest batchDeletePartitionRequest)
Deletes one or more partitions in a batch operation.
batchDeletePartitionRequest
- Future<BatchDeletePartitionResult> batchDeletePartitionAsync(BatchDeletePartitionRequest batchDeletePartitionRequest, AsyncHandler<BatchDeletePartitionRequest,BatchDeletePartitionResult> asyncHandler)
Deletes one or more partitions in a batch operation.
batchDeletePartitionRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<BatchDeleteTableResult> batchDeleteTableAsync(BatchDeleteTableRequest batchDeleteTableRequest)
Deletes multiple tables at once.
After completing this operation, you no longer have access to the table versions and partitions that belong to the deleted table. Glue deletes these "orphaned" resources asynchronously in a timely manner, at the discretion of the service.
To ensure the immediate deletion of all related resources, before calling BatchDeleteTable
, use
DeleteTableVersion
or BatchDeleteTableVersion
, and DeletePartition
or
BatchDeletePartition
, to delete any resources that belong to the table.
batchDeleteTableRequest
- Future<BatchDeleteTableResult> batchDeleteTableAsync(BatchDeleteTableRequest batchDeleteTableRequest, AsyncHandler<BatchDeleteTableRequest,BatchDeleteTableResult> asyncHandler)
Deletes multiple tables at once.
After completing this operation, you no longer have access to the table versions and partitions that belong to the deleted table. Glue deletes these "orphaned" resources asynchronously in a timely manner, at the discretion of the service.
To ensure the immediate deletion of all related resources, before calling BatchDeleteTable
, use
DeleteTableVersion
or BatchDeleteTableVersion
, and DeletePartition
or
BatchDeletePartition
, to delete any resources that belong to the table.
batchDeleteTableRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<BatchDeleteTableVersionResult> batchDeleteTableVersionAsync(BatchDeleteTableVersionRequest batchDeleteTableVersionRequest)
Deletes a specified batch of versions of a table.
batchDeleteTableVersionRequest
- Future<BatchDeleteTableVersionResult> batchDeleteTableVersionAsync(BatchDeleteTableVersionRequest batchDeleteTableVersionRequest, AsyncHandler<BatchDeleteTableVersionRequest,BatchDeleteTableVersionResult> asyncHandler)
Deletes a specified batch of versions of a table.
batchDeleteTableVersionRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<BatchGetBlueprintsResult> batchGetBlueprintsAsync(BatchGetBlueprintsRequest batchGetBlueprintsRequest)
Retrieves information about a list of blueprints.
batchGetBlueprintsRequest
- Future<BatchGetBlueprintsResult> batchGetBlueprintsAsync(BatchGetBlueprintsRequest batchGetBlueprintsRequest, AsyncHandler<BatchGetBlueprintsRequest,BatchGetBlueprintsResult> asyncHandler)
Retrieves information about a list of blueprints.
batchGetBlueprintsRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<BatchGetCrawlersResult> batchGetCrawlersAsync(BatchGetCrawlersRequest batchGetCrawlersRequest)
Returns a list of resource metadata for a given list of crawler names. After calling the
ListCrawlers
operation, you can call this operation to access the data to which you have been
granted permissions. This operation supports all IAM permissions, including permission conditions that uses tags.
batchGetCrawlersRequest
- Future<BatchGetCrawlersResult> batchGetCrawlersAsync(BatchGetCrawlersRequest batchGetCrawlersRequest, AsyncHandler<BatchGetCrawlersRequest,BatchGetCrawlersResult> asyncHandler)
Returns a list of resource metadata for a given list of crawler names. After calling the
ListCrawlers
operation, you can call this operation to access the data to which you have been
granted permissions. This operation supports all IAM permissions, including permission conditions that uses tags.
batchGetCrawlersRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<BatchGetCustomEntityTypesResult> batchGetCustomEntityTypesAsync(BatchGetCustomEntityTypesRequest batchGetCustomEntityTypesRequest)
Retrieves the details for the custom patterns specified by a list of names.
batchGetCustomEntityTypesRequest
- Future<BatchGetCustomEntityTypesResult> batchGetCustomEntityTypesAsync(BatchGetCustomEntityTypesRequest batchGetCustomEntityTypesRequest, AsyncHandler<BatchGetCustomEntityTypesRequest,BatchGetCustomEntityTypesResult> asyncHandler)
Retrieves the details for the custom patterns specified by a list of names.
batchGetCustomEntityTypesRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<BatchGetDataQualityResultResult> batchGetDataQualityResultAsync(BatchGetDataQualityResultRequest batchGetDataQualityResultRequest)
Retrieves a list of data quality results for the specified result IDs.
batchGetDataQualityResultRequest
- Future<BatchGetDataQualityResultResult> batchGetDataQualityResultAsync(BatchGetDataQualityResultRequest batchGetDataQualityResultRequest, AsyncHandler<BatchGetDataQualityResultRequest,BatchGetDataQualityResultResult> asyncHandler)
Retrieves a list of data quality results for the specified result IDs.
batchGetDataQualityResultRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<BatchGetDevEndpointsResult> batchGetDevEndpointsAsync(BatchGetDevEndpointsRequest batchGetDevEndpointsRequest)
Returns a list of resource metadata for a given list of development endpoint names. After calling the
ListDevEndpoints
operation, you can call this operation to access the data to which you have been
granted permissions. This operation supports all IAM permissions, including permission conditions that uses tags.
batchGetDevEndpointsRequest
- Future<BatchGetDevEndpointsResult> batchGetDevEndpointsAsync(BatchGetDevEndpointsRequest batchGetDevEndpointsRequest, AsyncHandler<BatchGetDevEndpointsRequest,BatchGetDevEndpointsResult> asyncHandler)
Returns a list of resource metadata for a given list of development endpoint names. After calling the
ListDevEndpoints
operation, you can call this operation to access the data to which you have been
granted permissions. This operation supports all IAM permissions, including permission conditions that uses tags.
batchGetDevEndpointsRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<BatchGetJobsResult> batchGetJobsAsync(BatchGetJobsRequest batchGetJobsRequest)
Returns a list of resource metadata for a given list of job names. After calling the ListJobs
operation, you can call this operation to access the data to which you have been granted permissions. This
operation supports all IAM permissions, including permission conditions that uses tags.
batchGetJobsRequest
- Future<BatchGetJobsResult> batchGetJobsAsync(BatchGetJobsRequest batchGetJobsRequest, AsyncHandler<BatchGetJobsRequest,BatchGetJobsResult> asyncHandler)
Returns a list of resource metadata for a given list of job names. After calling the ListJobs
operation, you can call this operation to access the data to which you have been granted permissions. This
operation supports all IAM permissions, including permission conditions that uses tags.
batchGetJobsRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<BatchGetPartitionResult> batchGetPartitionAsync(BatchGetPartitionRequest batchGetPartitionRequest)
Retrieves partitions in a batch request.
batchGetPartitionRequest
- Future<BatchGetPartitionResult> batchGetPartitionAsync(BatchGetPartitionRequest batchGetPartitionRequest, AsyncHandler<BatchGetPartitionRequest,BatchGetPartitionResult> asyncHandler)
Retrieves partitions in a batch request.
batchGetPartitionRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<BatchGetTableOptimizerResult> batchGetTableOptimizerAsync(BatchGetTableOptimizerRequest batchGetTableOptimizerRequest)
Returns the configuration for the specified table optimizers.
batchGetTableOptimizerRequest
- Future<BatchGetTableOptimizerResult> batchGetTableOptimizerAsync(BatchGetTableOptimizerRequest batchGetTableOptimizerRequest, AsyncHandler<BatchGetTableOptimizerRequest,BatchGetTableOptimizerResult> asyncHandler)
Returns the configuration for the specified table optimizers.
batchGetTableOptimizerRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<BatchGetTriggersResult> batchGetTriggersAsync(BatchGetTriggersRequest batchGetTriggersRequest)
Returns a list of resource metadata for a given list of trigger names. After calling the
ListTriggers
operation, you can call this operation to access the data to which you have been
granted permissions. This operation supports all IAM permissions, including permission conditions that uses tags.
batchGetTriggersRequest
- Future<BatchGetTriggersResult> batchGetTriggersAsync(BatchGetTriggersRequest batchGetTriggersRequest, AsyncHandler<BatchGetTriggersRequest,BatchGetTriggersResult> asyncHandler)
Returns a list of resource metadata for a given list of trigger names. After calling the
ListTriggers
operation, you can call this operation to access the data to which you have been
granted permissions. This operation supports all IAM permissions, including permission conditions that uses tags.
batchGetTriggersRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<BatchGetWorkflowsResult> batchGetWorkflowsAsync(BatchGetWorkflowsRequest batchGetWorkflowsRequest)
Returns a list of resource metadata for a given list of workflow names. After calling the
ListWorkflows
operation, you can call this operation to access the data to which you have been
granted permissions. This operation supports all IAM permissions, including permission conditions that uses tags.
batchGetWorkflowsRequest
- Future<BatchGetWorkflowsResult> batchGetWorkflowsAsync(BatchGetWorkflowsRequest batchGetWorkflowsRequest, AsyncHandler<BatchGetWorkflowsRequest,BatchGetWorkflowsResult> asyncHandler)
Returns a list of resource metadata for a given list of workflow names. After calling the
ListWorkflows
operation, you can call this operation to access the data to which you have been
granted permissions. This operation supports all IAM permissions, including permission conditions that uses tags.
batchGetWorkflowsRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<BatchStopJobRunResult> batchStopJobRunAsync(BatchStopJobRunRequest batchStopJobRunRequest)
Stops one or more job runs for a specified job definition.
batchStopJobRunRequest
- Future<BatchStopJobRunResult> batchStopJobRunAsync(BatchStopJobRunRequest batchStopJobRunRequest, AsyncHandler<BatchStopJobRunRequest,BatchStopJobRunResult> asyncHandler)
Stops one or more job runs for a specified job definition.
batchStopJobRunRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<BatchUpdatePartitionResult> batchUpdatePartitionAsync(BatchUpdatePartitionRequest batchUpdatePartitionRequest)
Updates one or more partitions in a batch operation.
batchUpdatePartitionRequest
- Future<BatchUpdatePartitionResult> batchUpdatePartitionAsync(BatchUpdatePartitionRequest batchUpdatePartitionRequest, AsyncHandler<BatchUpdatePartitionRequest,BatchUpdatePartitionResult> asyncHandler)
Updates one or more partitions in a batch operation.
batchUpdatePartitionRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<CancelDataQualityRuleRecommendationRunResult> cancelDataQualityRuleRecommendationRunAsync(CancelDataQualityRuleRecommendationRunRequest cancelDataQualityRuleRecommendationRunRequest)
Cancels the specified recommendation run that was being used to generate rules.
cancelDataQualityRuleRecommendationRunRequest
- Future<CancelDataQualityRuleRecommendationRunResult> cancelDataQualityRuleRecommendationRunAsync(CancelDataQualityRuleRecommendationRunRequest cancelDataQualityRuleRecommendationRunRequest, AsyncHandler<CancelDataQualityRuleRecommendationRunRequest,CancelDataQualityRuleRecommendationRunResult> asyncHandler)
Cancels the specified recommendation run that was being used to generate rules.
cancelDataQualityRuleRecommendationRunRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<CancelDataQualityRulesetEvaluationRunResult> cancelDataQualityRulesetEvaluationRunAsync(CancelDataQualityRulesetEvaluationRunRequest cancelDataQualityRulesetEvaluationRunRequest)
Cancels a run where a ruleset is being evaluated against a data source.
cancelDataQualityRulesetEvaluationRunRequest
- Future<CancelDataQualityRulesetEvaluationRunResult> cancelDataQualityRulesetEvaluationRunAsync(CancelDataQualityRulesetEvaluationRunRequest cancelDataQualityRulesetEvaluationRunRequest, AsyncHandler<CancelDataQualityRulesetEvaluationRunRequest,CancelDataQualityRulesetEvaluationRunResult> asyncHandler)
Cancels a run where a ruleset is being evaluated against a data source.
cancelDataQualityRulesetEvaluationRunRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<CancelMLTaskRunResult> cancelMLTaskRunAsync(CancelMLTaskRunRequest cancelMLTaskRunRequest)
Cancels (stops) a task run. Machine learning task runs are asynchronous tasks that Glue runs on your behalf as
part of various machine learning workflows. You can cancel a machine learning task run at any time by calling
CancelMLTaskRun
with a task run's parent transform's TransformID
and the task run's
TaskRunId
.
cancelMLTaskRunRequest
- Future<CancelMLTaskRunResult> cancelMLTaskRunAsync(CancelMLTaskRunRequest cancelMLTaskRunRequest, AsyncHandler<CancelMLTaskRunRequest,CancelMLTaskRunResult> asyncHandler)
Cancels (stops) a task run. Machine learning task runs are asynchronous tasks that Glue runs on your behalf as
part of various machine learning workflows. You can cancel a machine learning task run at any time by calling
CancelMLTaskRun
with a task run's parent transform's TransformID
and the task run's
TaskRunId
.
cancelMLTaskRunRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<CancelStatementResult> cancelStatementAsync(CancelStatementRequest cancelStatementRequest)
Cancels the statement.
cancelStatementRequest
- Future<CancelStatementResult> cancelStatementAsync(CancelStatementRequest cancelStatementRequest, AsyncHandler<CancelStatementRequest,CancelStatementResult> asyncHandler)
Cancels the statement.
cancelStatementRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<CheckSchemaVersionValidityResult> checkSchemaVersionValidityAsync(CheckSchemaVersionValidityRequest checkSchemaVersionValidityRequest)
Validates the supplied schema. This call has no side effects, it simply validates using the supplied schema using
DataFormat
as the format. Since it does not take a schema set name, no compatibility checks are
performed.
checkSchemaVersionValidityRequest
- Future<CheckSchemaVersionValidityResult> checkSchemaVersionValidityAsync(CheckSchemaVersionValidityRequest checkSchemaVersionValidityRequest, AsyncHandler<CheckSchemaVersionValidityRequest,CheckSchemaVersionValidityResult> asyncHandler)
Validates the supplied schema. This call has no side effects, it simply validates using the supplied schema using
DataFormat
as the format. Since it does not take a schema set name, no compatibility checks are
performed.
checkSchemaVersionValidityRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<CreateBlueprintResult> createBlueprintAsync(CreateBlueprintRequest createBlueprintRequest)
Registers a blueprint with Glue.
createBlueprintRequest
- Future<CreateBlueprintResult> createBlueprintAsync(CreateBlueprintRequest createBlueprintRequest, AsyncHandler<CreateBlueprintRequest,CreateBlueprintResult> asyncHandler)
Registers a blueprint with Glue.
createBlueprintRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<CreateClassifierResult> createClassifierAsync(CreateClassifierRequest createClassifierRequest)
Creates a classifier in the user's account. This can be a GrokClassifier
, an
XMLClassifier
, a JsonClassifier
, or a CsvClassifier
, depending on which
field of the request is present.
createClassifierRequest
- Future<CreateClassifierResult> createClassifierAsync(CreateClassifierRequest createClassifierRequest, AsyncHandler<CreateClassifierRequest,CreateClassifierResult> asyncHandler)
Creates a classifier in the user's account. This can be a GrokClassifier
, an
XMLClassifier
, a JsonClassifier
, or a CsvClassifier
, depending on which
field of the request is present.
createClassifierRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<CreateConnectionResult> createConnectionAsync(CreateConnectionRequest createConnectionRequest)
Creates a connection definition in the Data Catalog.
Connections used for creating federated resources require the IAM glue:PassConnection
permission.
createConnectionRequest
- Future<CreateConnectionResult> createConnectionAsync(CreateConnectionRequest createConnectionRequest, AsyncHandler<CreateConnectionRequest,CreateConnectionResult> asyncHandler)
Creates a connection definition in the Data Catalog.
Connections used for creating federated resources require the IAM glue:PassConnection
permission.
createConnectionRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<CreateCrawlerResult> createCrawlerAsync(CreateCrawlerRequest createCrawlerRequest)
Creates a new crawler with specified targets, role, configuration, and optional schedule. At least one crawl
target must be specified, in the s3Targets
field, the jdbcTargets
field, or the
DynamoDBTargets
field.
createCrawlerRequest
- Future<CreateCrawlerResult> createCrawlerAsync(CreateCrawlerRequest createCrawlerRequest, AsyncHandler<CreateCrawlerRequest,CreateCrawlerResult> asyncHandler)
Creates a new crawler with specified targets, role, configuration, and optional schedule. At least one crawl
target must be specified, in the s3Targets
field, the jdbcTargets
field, or the
DynamoDBTargets
field.
createCrawlerRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<CreateCustomEntityTypeResult> createCustomEntityTypeAsync(CreateCustomEntityTypeRequest createCustomEntityTypeRequest)
Creates a custom pattern that is used to detect sensitive data across the columns and rows of your structured data.
Each custom pattern you create specifies a regular expression and an optional list of context words. If no context words are passed only a regular expression is checked.
createCustomEntityTypeRequest
- Future<CreateCustomEntityTypeResult> createCustomEntityTypeAsync(CreateCustomEntityTypeRequest createCustomEntityTypeRequest, AsyncHandler<CreateCustomEntityTypeRequest,CreateCustomEntityTypeResult> asyncHandler)
Creates a custom pattern that is used to detect sensitive data across the columns and rows of your structured data.
Each custom pattern you create specifies a regular expression and an optional list of context words. If no context words are passed only a regular expression is checked.
createCustomEntityTypeRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<CreateDataQualityRulesetResult> createDataQualityRulesetAsync(CreateDataQualityRulesetRequest createDataQualityRulesetRequest)
Creates a data quality ruleset with DQDL rules applied to a specified Glue table.
You create the ruleset using the Data Quality Definition Language (DQDL). For more information, see the Glue developer guide.
createDataQualityRulesetRequest
- Future<CreateDataQualityRulesetResult> createDataQualityRulesetAsync(CreateDataQualityRulesetRequest createDataQualityRulesetRequest, AsyncHandler<CreateDataQualityRulesetRequest,CreateDataQualityRulesetResult> asyncHandler)
Creates a data quality ruleset with DQDL rules applied to a specified Glue table.
You create the ruleset using the Data Quality Definition Language (DQDL). For more information, see the Glue developer guide.
createDataQualityRulesetRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<CreateDatabaseResult> createDatabaseAsync(CreateDatabaseRequest createDatabaseRequest)
Creates a new database in a Data Catalog.
createDatabaseRequest
- Future<CreateDatabaseResult> createDatabaseAsync(CreateDatabaseRequest createDatabaseRequest, AsyncHandler<CreateDatabaseRequest,CreateDatabaseResult> asyncHandler)
Creates a new database in a Data Catalog.
createDatabaseRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<CreateDevEndpointResult> createDevEndpointAsync(CreateDevEndpointRequest createDevEndpointRequest)
Creates a new development endpoint.
createDevEndpointRequest
- Future<CreateDevEndpointResult> createDevEndpointAsync(CreateDevEndpointRequest createDevEndpointRequest, AsyncHandler<CreateDevEndpointRequest,CreateDevEndpointResult> asyncHandler)
Creates a new development endpoint.
createDevEndpointRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<CreateJobResult> createJobAsync(CreateJobRequest createJobRequest)
Creates a new job definition.
createJobRequest
- Future<CreateJobResult> createJobAsync(CreateJobRequest createJobRequest, AsyncHandler<CreateJobRequest,CreateJobResult> asyncHandler)
Creates a new job definition.
createJobRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<CreateMLTransformResult> createMLTransformAsync(CreateMLTransformRequest createMLTransformRequest)
Creates an Glue machine learning transform. This operation creates the transform and all the necessary parameters to train it.
Call this operation as the first step in the process of using a machine learning transform (such as the
FindMatches
transform) for deduplicating data. You can provide an optional Description
,
in addition to the parameters that you want to use for your algorithm.
You must also specify certain parameters for the tasks that Glue runs on your behalf as part of learning from
your data and creating a high-quality machine learning transform. These parameters include Role
, and
optionally, AllocatedCapacity
, Timeout
, and MaxRetries
. For more
information, see Jobs.
createMLTransformRequest
- Future<CreateMLTransformResult> createMLTransformAsync(CreateMLTransformRequest createMLTransformRequest, AsyncHandler<CreateMLTransformRequest,CreateMLTransformResult> asyncHandler)
Creates an Glue machine learning transform. This operation creates the transform and all the necessary parameters to train it.
Call this operation as the first step in the process of using a machine learning transform (such as the
FindMatches
transform) for deduplicating data. You can provide an optional Description
,
in addition to the parameters that you want to use for your algorithm.
You must also specify certain parameters for the tasks that Glue runs on your behalf as part of learning from
your data and creating a high-quality machine learning transform. These parameters include Role
, and
optionally, AllocatedCapacity
, Timeout
, and MaxRetries
. For more
information, see Jobs.
createMLTransformRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<CreatePartitionResult> createPartitionAsync(CreatePartitionRequest createPartitionRequest)
Creates a new partition.
createPartitionRequest
- Future<CreatePartitionResult> createPartitionAsync(CreatePartitionRequest createPartitionRequest, AsyncHandler<CreatePartitionRequest,CreatePartitionResult> asyncHandler)
Creates a new partition.
createPartitionRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<CreatePartitionIndexResult> createPartitionIndexAsync(CreatePartitionIndexRequest createPartitionIndexRequest)
Creates a specified partition index in an existing table.
createPartitionIndexRequest
- Future<CreatePartitionIndexResult> createPartitionIndexAsync(CreatePartitionIndexRequest createPartitionIndexRequest, AsyncHandler<CreatePartitionIndexRequest,CreatePartitionIndexResult> asyncHandler)
Creates a specified partition index in an existing table.
createPartitionIndexRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<CreateRegistryResult> createRegistryAsync(CreateRegistryRequest createRegistryRequest)
Creates a new registry which may be used to hold a collection of schemas.
createRegistryRequest
- Future<CreateRegistryResult> createRegistryAsync(CreateRegistryRequest createRegistryRequest, AsyncHandler<CreateRegistryRequest,CreateRegistryResult> asyncHandler)
Creates a new registry which may be used to hold a collection of schemas.
createRegistryRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<CreateSchemaResult> createSchemaAsync(CreateSchemaRequest createSchemaRequest)
Creates a new schema set and registers the schema definition. Returns an error if the schema set already exists without actually registering the version.
When the schema set is created, a version checkpoint will be set to the first version. Compatibility mode
"DISABLED" restricts any additional schema versions from being added after the first schema version. For all
other compatibility modes, validation of compatibility settings will be applied only from the second version
onwards when the RegisterSchemaVersion
API is used.
When this API is called without a RegistryId
, this will create an entry for a "default-registry" in
the registry database tables, if it is not already present.
createSchemaRequest
- Future<CreateSchemaResult> createSchemaAsync(CreateSchemaRequest createSchemaRequest, AsyncHandler<CreateSchemaRequest,CreateSchemaResult> asyncHandler)
Creates a new schema set and registers the schema definition. Returns an error if the schema set already exists without actually registering the version.
When the schema set is created, a version checkpoint will be set to the first version. Compatibility mode
"DISABLED" restricts any additional schema versions from being added after the first schema version. For all
other compatibility modes, validation of compatibility settings will be applied only from the second version
onwards when the RegisterSchemaVersion
API is used.
When this API is called without a RegistryId
, this will create an entry for a "default-registry" in
the registry database tables, if it is not already present.
createSchemaRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<CreateScriptResult> createScriptAsync(CreateScriptRequest createScriptRequest)
Transforms a directed acyclic graph (DAG) into code.
createScriptRequest
- Future<CreateScriptResult> createScriptAsync(CreateScriptRequest createScriptRequest, AsyncHandler<CreateScriptRequest,CreateScriptResult> asyncHandler)
Transforms a directed acyclic graph (DAG) into code.
createScriptRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<CreateSecurityConfigurationResult> createSecurityConfigurationAsync(CreateSecurityConfigurationRequest createSecurityConfigurationRequest)
Creates a new security configuration. A security configuration is a set of security properties that can be used by Glue. You can use a security configuration to encrypt data at rest. For information about using security configurations in Glue, see Encrypting Data Written by Crawlers, Jobs, and Development Endpoints.
createSecurityConfigurationRequest
- Future<CreateSecurityConfigurationResult> createSecurityConfigurationAsync(CreateSecurityConfigurationRequest createSecurityConfigurationRequest, AsyncHandler<CreateSecurityConfigurationRequest,CreateSecurityConfigurationResult> asyncHandler)
Creates a new security configuration. A security configuration is a set of security properties that can be used by Glue. You can use a security configuration to encrypt data at rest. For information about using security configurations in Glue, see Encrypting Data Written by Crawlers, Jobs, and Development Endpoints.
createSecurityConfigurationRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<CreateSessionResult> createSessionAsync(CreateSessionRequest createSessionRequest)
Creates a new session.
createSessionRequest
- Request to create a new session.Future<CreateSessionResult> createSessionAsync(CreateSessionRequest createSessionRequest, AsyncHandler<CreateSessionRequest,CreateSessionResult> asyncHandler)
Creates a new session.
createSessionRequest
- Request to create a new session.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<CreateTableResult> createTableAsync(CreateTableRequest createTableRequest)
Creates a new table definition in the Data Catalog.
createTableRequest
- Future<CreateTableResult> createTableAsync(CreateTableRequest createTableRequest, AsyncHandler<CreateTableRequest,CreateTableResult> asyncHandler)
Creates a new table definition in the Data Catalog.
createTableRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<CreateTableOptimizerResult> createTableOptimizerAsync(CreateTableOptimizerRequest createTableOptimizerRequest)
Creates a new table optimizer for a specific function. compaction
is the only currently supported
optimizer type.
createTableOptimizerRequest
- Future<CreateTableOptimizerResult> createTableOptimizerAsync(CreateTableOptimizerRequest createTableOptimizerRequest, AsyncHandler<CreateTableOptimizerRequest,CreateTableOptimizerResult> asyncHandler)
Creates a new table optimizer for a specific function. compaction
is the only currently supported
optimizer type.
createTableOptimizerRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<CreateTriggerResult> createTriggerAsync(CreateTriggerRequest createTriggerRequest)
Creates a new trigger.
createTriggerRequest
- Future<CreateTriggerResult> createTriggerAsync(CreateTriggerRequest createTriggerRequest, AsyncHandler<CreateTriggerRequest,CreateTriggerResult> asyncHandler)
Creates a new trigger.
createTriggerRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<CreateUsageProfileResult> createUsageProfileAsync(CreateUsageProfileRequest createUsageProfileRequest)
Creates an Glue usage profile.
createUsageProfileRequest
- Future<CreateUsageProfileResult> createUsageProfileAsync(CreateUsageProfileRequest createUsageProfileRequest, AsyncHandler<CreateUsageProfileRequest,CreateUsageProfileResult> asyncHandler)
Creates an Glue usage profile.
createUsageProfileRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<CreateUserDefinedFunctionResult> createUserDefinedFunctionAsync(CreateUserDefinedFunctionRequest createUserDefinedFunctionRequest)
Creates a new function definition in the Data Catalog.
createUserDefinedFunctionRequest
- Future<CreateUserDefinedFunctionResult> createUserDefinedFunctionAsync(CreateUserDefinedFunctionRequest createUserDefinedFunctionRequest, AsyncHandler<CreateUserDefinedFunctionRequest,CreateUserDefinedFunctionResult> asyncHandler)
Creates a new function definition in the Data Catalog.
createUserDefinedFunctionRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<CreateWorkflowResult> createWorkflowAsync(CreateWorkflowRequest createWorkflowRequest)
Creates a new workflow.
createWorkflowRequest
- Future<CreateWorkflowResult> createWorkflowAsync(CreateWorkflowRequest createWorkflowRequest, AsyncHandler<CreateWorkflowRequest,CreateWorkflowResult> asyncHandler)
Creates a new workflow.
createWorkflowRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DeleteBlueprintResult> deleteBlueprintAsync(DeleteBlueprintRequest deleteBlueprintRequest)
Deletes an existing blueprint.
deleteBlueprintRequest
- Future<DeleteBlueprintResult> deleteBlueprintAsync(DeleteBlueprintRequest deleteBlueprintRequest, AsyncHandler<DeleteBlueprintRequest,DeleteBlueprintResult> asyncHandler)
Deletes an existing blueprint.
deleteBlueprintRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DeleteClassifierResult> deleteClassifierAsync(DeleteClassifierRequest deleteClassifierRequest)
Removes a classifier from the Data Catalog.
deleteClassifierRequest
- Future<DeleteClassifierResult> deleteClassifierAsync(DeleteClassifierRequest deleteClassifierRequest, AsyncHandler<DeleteClassifierRequest,DeleteClassifierResult> asyncHandler)
Removes a classifier from the Data Catalog.
deleteClassifierRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DeleteColumnStatisticsForPartitionResult> deleteColumnStatisticsForPartitionAsync(DeleteColumnStatisticsForPartitionRequest deleteColumnStatisticsForPartitionRequest)
Delete the partition column statistics of a column.
The Identity and Access Management (IAM) permission required for this operation is DeletePartition
.
deleteColumnStatisticsForPartitionRequest
- Future<DeleteColumnStatisticsForPartitionResult> deleteColumnStatisticsForPartitionAsync(DeleteColumnStatisticsForPartitionRequest deleteColumnStatisticsForPartitionRequest, AsyncHandler<DeleteColumnStatisticsForPartitionRequest,DeleteColumnStatisticsForPartitionResult> asyncHandler)
Delete the partition column statistics of a column.
The Identity and Access Management (IAM) permission required for this operation is DeletePartition
.
deleteColumnStatisticsForPartitionRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DeleteColumnStatisticsForTableResult> deleteColumnStatisticsForTableAsync(DeleteColumnStatisticsForTableRequest deleteColumnStatisticsForTableRequest)
Retrieves table statistics of columns.
The Identity and Access Management (IAM) permission required for this operation is DeleteTable
.
deleteColumnStatisticsForTableRequest
- Future<DeleteColumnStatisticsForTableResult> deleteColumnStatisticsForTableAsync(DeleteColumnStatisticsForTableRequest deleteColumnStatisticsForTableRequest, AsyncHandler<DeleteColumnStatisticsForTableRequest,DeleteColumnStatisticsForTableResult> asyncHandler)
Retrieves table statistics of columns.
The Identity and Access Management (IAM) permission required for this operation is DeleteTable
.
deleteColumnStatisticsForTableRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DeleteConnectionResult> deleteConnectionAsync(DeleteConnectionRequest deleteConnectionRequest)
Deletes a connection from the Data Catalog.
deleteConnectionRequest
- Future<DeleteConnectionResult> deleteConnectionAsync(DeleteConnectionRequest deleteConnectionRequest, AsyncHandler<DeleteConnectionRequest,DeleteConnectionResult> asyncHandler)
Deletes a connection from the Data Catalog.
deleteConnectionRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DeleteCrawlerResult> deleteCrawlerAsync(DeleteCrawlerRequest deleteCrawlerRequest)
Removes a specified crawler from the Glue Data Catalog, unless the crawler state is RUNNING
.
deleteCrawlerRequest
- Future<DeleteCrawlerResult> deleteCrawlerAsync(DeleteCrawlerRequest deleteCrawlerRequest, AsyncHandler<DeleteCrawlerRequest,DeleteCrawlerResult> asyncHandler)
Removes a specified crawler from the Glue Data Catalog, unless the crawler state is RUNNING
.
deleteCrawlerRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DeleteCustomEntityTypeResult> deleteCustomEntityTypeAsync(DeleteCustomEntityTypeRequest deleteCustomEntityTypeRequest)
Deletes a custom pattern by specifying its name.
deleteCustomEntityTypeRequest
- Future<DeleteCustomEntityTypeResult> deleteCustomEntityTypeAsync(DeleteCustomEntityTypeRequest deleteCustomEntityTypeRequest, AsyncHandler<DeleteCustomEntityTypeRequest,DeleteCustomEntityTypeResult> asyncHandler)
Deletes a custom pattern by specifying its name.
deleteCustomEntityTypeRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DeleteDataQualityRulesetResult> deleteDataQualityRulesetAsync(DeleteDataQualityRulesetRequest deleteDataQualityRulesetRequest)
Deletes a data quality ruleset.
deleteDataQualityRulesetRequest
- Future<DeleteDataQualityRulesetResult> deleteDataQualityRulesetAsync(DeleteDataQualityRulesetRequest deleteDataQualityRulesetRequest, AsyncHandler<DeleteDataQualityRulesetRequest,DeleteDataQualityRulesetResult> asyncHandler)
Deletes a data quality ruleset.
deleteDataQualityRulesetRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DeleteDatabaseResult> deleteDatabaseAsync(DeleteDatabaseRequest deleteDatabaseRequest)
Removes a specified database from a Data Catalog.
After completing this operation, you no longer have access to the tables (and all table versions and partitions that might belong to the tables) and the user-defined functions in the deleted database. Glue deletes these "orphaned" resources asynchronously in a timely manner, at the discretion of the service.
To ensure the immediate deletion of all related resources, before calling DeleteDatabase
, use
DeleteTableVersion
or BatchDeleteTableVersion
, DeletePartition
or
BatchDeletePartition
, DeleteUserDefinedFunction
, and DeleteTable
or
BatchDeleteTable
, to delete any resources that belong to the database.
deleteDatabaseRequest
- Future<DeleteDatabaseResult> deleteDatabaseAsync(DeleteDatabaseRequest deleteDatabaseRequest, AsyncHandler<DeleteDatabaseRequest,DeleteDatabaseResult> asyncHandler)
Removes a specified database from a Data Catalog.
After completing this operation, you no longer have access to the tables (and all table versions and partitions that might belong to the tables) and the user-defined functions in the deleted database. Glue deletes these "orphaned" resources asynchronously in a timely manner, at the discretion of the service.
To ensure the immediate deletion of all related resources, before calling DeleteDatabase
, use
DeleteTableVersion
or BatchDeleteTableVersion
, DeletePartition
or
BatchDeletePartition
, DeleteUserDefinedFunction
, and DeleteTable
or
BatchDeleteTable
, to delete any resources that belong to the database.
deleteDatabaseRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DeleteDevEndpointResult> deleteDevEndpointAsync(DeleteDevEndpointRequest deleteDevEndpointRequest)
Deletes a specified development endpoint.
deleteDevEndpointRequest
- Future<DeleteDevEndpointResult> deleteDevEndpointAsync(DeleteDevEndpointRequest deleteDevEndpointRequest, AsyncHandler<DeleteDevEndpointRequest,DeleteDevEndpointResult> asyncHandler)
Deletes a specified development endpoint.
deleteDevEndpointRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DeleteJobResult> deleteJobAsync(DeleteJobRequest deleteJobRequest)
Deletes a specified job definition. If the job definition is not found, no exception is thrown.
deleteJobRequest
- Future<DeleteJobResult> deleteJobAsync(DeleteJobRequest deleteJobRequest, AsyncHandler<DeleteJobRequest,DeleteJobResult> asyncHandler)
Deletes a specified job definition. If the job definition is not found, no exception is thrown.
deleteJobRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DeleteMLTransformResult> deleteMLTransformAsync(DeleteMLTransformRequest deleteMLTransformRequest)
Deletes an Glue machine learning transform. Machine learning transforms are a special type of transform that use
machine learning to learn the details of the transformation to be performed by learning from examples provided by
humans. These transformations are then saved by Glue. If you no longer need a transform, you can delete it by
calling DeleteMLTransforms
. However, any Glue jobs that still reference the deleted transform will
no longer succeed.
deleteMLTransformRequest
- Future<DeleteMLTransformResult> deleteMLTransformAsync(DeleteMLTransformRequest deleteMLTransformRequest, AsyncHandler<DeleteMLTransformRequest,DeleteMLTransformResult> asyncHandler)
Deletes an Glue machine learning transform. Machine learning transforms are a special type of transform that use
machine learning to learn the details of the transformation to be performed by learning from examples provided by
humans. These transformations are then saved by Glue. If you no longer need a transform, you can delete it by
calling DeleteMLTransforms
. However, any Glue jobs that still reference the deleted transform will
no longer succeed.
deleteMLTransformRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DeletePartitionResult> deletePartitionAsync(DeletePartitionRequest deletePartitionRequest)
Deletes a specified partition.
deletePartitionRequest
- Future<DeletePartitionResult> deletePartitionAsync(DeletePartitionRequest deletePartitionRequest, AsyncHandler<DeletePartitionRequest,DeletePartitionResult> asyncHandler)
Deletes a specified partition.
deletePartitionRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DeletePartitionIndexResult> deletePartitionIndexAsync(DeletePartitionIndexRequest deletePartitionIndexRequest)
Deletes a specified partition index from an existing table.
deletePartitionIndexRequest
- Future<DeletePartitionIndexResult> deletePartitionIndexAsync(DeletePartitionIndexRequest deletePartitionIndexRequest, AsyncHandler<DeletePartitionIndexRequest,DeletePartitionIndexResult> asyncHandler)
Deletes a specified partition index from an existing table.
deletePartitionIndexRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DeleteRegistryResult> deleteRegistryAsync(DeleteRegistryRequest deleteRegistryRequest)
Delete the entire registry including schema and all of its versions. To get the status of the delete operation,
you can call the GetRegistry
API after the asynchronous call. Deleting a registry will deactivate
all online operations for the registry such as the UpdateRegistry
, CreateSchema
,
UpdateSchema
, and RegisterSchemaVersion
APIs.
deleteRegistryRequest
- Future<DeleteRegistryResult> deleteRegistryAsync(DeleteRegistryRequest deleteRegistryRequest, AsyncHandler<DeleteRegistryRequest,DeleteRegistryResult> asyncHandler)
Delete the entire registry including schema and all of its versions. To get the status of the delete operation,
you can call the GetRegistry
API after the asynchronous call. Deleting a registry will deactivate
all online operations for the registry such as the UpdateRegistry
, CreateSchema
,
UpdateSchema
, and RegisterSchemaVersion
APIs.
deleteRegistryRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DeleteResourcePolicyResult> deleteResourcePolicyAsync(DeleteResourcePolicyRequest deleteResourcePolicyRequest)
Deletes a specified policy.
deleteResourcePolicyRequest
- Future<DeleteResourcePolicyResult> deleteResourcePolicyAsync(DeleteResourcePolicyRequest deleteResourcePolicyRequest, AsyncHandler<DeleteResourcePolicyRequest,DeleteResourcePolicyResult> asyncHandler)
Deletes a specified policy.
deleteResourcePolicyRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DeleteSchemaResult> deleteSchemaAsync(DeleteSchemaRequest deleteSchemaRequest)
Deletes the entire schema set, including the schema set and all of its versions. To get the status of the delete
operation, you can call GetSchema
API after the asynchronous call. Deleting a registry will
deactivate all online operations for the schema, such as the GetSchemaByDefinition
, and
RegisterSchemaVersion
APIs.
deleteSchemaRequest
- Future<DeleteSchemaResult> deleteSchemaAsync(DeleteSchemaRequest deleteSchemaRequest, AsyncHandler<DeleteSchemaRequest,DeleteSchemaResult> asyncHandler)
Deletes the entire schema set, including the schema set and all of its versions. To get the status of the delete
operation, you can call GetSchema
API after the asynchronous call. Deleting a registry will
deactivate all online operations for the schema, such as the GetSchemaByDefinition
, and
RegisterSchemaVersion
APIs.
deleteSchemaRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DeleteSchemaVersionsResult> deleteSchemaVersionsAsync(DeleteSchemaVersionsRequest deleteSchemaVersionsRequest)
Remove versions from the specified schema. A version number or range may be supplied. If the compatibility mode
forbids deleting of a version that is necessary, such as BACKWARDS_FULL, an error is returned. Calling the
GetSchemaVersions
API after this call will list the status of the deleted versions.
When the range of version numbers contain check pointed version, the API will return a 409 conflict and will not
proceed with the deletion. You have to remove the checkpoint first using the DeleteSchemaCheckpoint
API before using this API.
You cannot use the DeleteSchemaVersions
API to delete the first schema version in the schema set.
The first schema version can only be deleted by the DeleteSchema
API. This operation will also
delete the attached SchemaVersionMetadata
under the schema versions. Hard deletes will be enforced
on the database.
If the compatibility mode forbids deleting of a version that is necessary, such as BACKWARDS_FULL, an error is returned.
deleteSchemaVersionsRequest
- Future<DeleteSchemaVersionsResult> deleteSchemaVersionsAsync(DeleteSchemaVersionsRequest deleteSchemaVersionsRequest, AsyncHandler<DeleteSchemaVersionsRequest,DeleteSchemaVersionsResult> asyncHandler)
Remove versions from the specified schema. A version number or range may be supplied. If the compatibility mode
forbids deleting of a version that is necessary, such as BACKWARDS_FULL, an error is returned. Calling the
GetSchemaVersions
API after this call will list the status of the deleted versions.
When the range of version numbers contain check pointed version, the API will return a 409 conflict and will not
proceed with the deletion. You have to remove the checkpoint first using the DeleteSchemaCheckpoint
API before using this API.
You cannot use the DeleteSchemaVersions
API to delete the first schema version in the schema set.
The first schema version can only be deleted by the DeleteSchema
API. This operation will also
delete the attached SchemaVersionMetadata
under the schema versions. Hard deletes will be enforced
on the database.
If the compatibility mode forbids deleting of a version that is necessary, such as BACKWARDS_FULL, an error is returned.
deleteSchemaVersionsRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DeleteSecurityConfigurationResult> deleteSecurityConfigurationAsync(DeleteSecurityConfigurationRequest deleteSecurityConfigurationRequest)
Deletes a specified security configuration.
deleteSecurityConfigurationRequest
- Future<DeleteSecurityConfigurationResult> deleteSecurityConfigurationAsync(DeleteSecurityConfigurationRequest deleteSecurityConfigurationRequest, AsyncHandler<DeleteSecurityConfigurationRequest,DeleteSecurityConfigurationResult> asyncHandler)
Deletes a specified security configuration.
deleteSecurityConfigurationRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DeleteSessionResult> deleteSessionAsync(DeleteSessionRequest deleteSessionRequest)
Deletes the session.
deleteSessionRequest
- Future<DeleteSessionResult> deleteSessionAsync(DeleteSessionRequest deleteSessionRequest, AsyncHandler<DeleteSessionRequest,DeleteSessionResult> asyncHandler)
Deletes the session.
deleteSessionRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DeleteTableResult> deleteTableAsync(DeleteTableRequest deleteTableRequest)
Removes a table definition from the Data Catalog.
After completing this operation, you no longer have access to the table versions and partitions that belong to the deleted table. Glue deletes these "orphaned" resources asynchronously in a timely manner, at the discretion of the service.
To ensure the immediate deletion of all related resources, before calling DeleteTable
, use
DeleteTableVersion
or BatchDeleteTableVersion
, and DeletePartition
or
BatchDeletePartition
, to delete any resources that belong to the table.
deleteTableRequest
- Future<DeleteTableResult> deleteTableAsync(DeleteTableRequest deleteTableRequest, AsyncHandler<DeleteTableRequest,DeleteTableResult> asyncHandler)
Removes a table definition from the Data Catalog.
After completing this operation, you no longer have access to the table versions and partitions that belong to the deleted table. Glue deletes these "orphaned" resources asynchronously in a timely manner, at the discretion of the service.
To ensure the immediate deletion of all related resources, before calling DeleteTable
, use
DeleteTableVersion
or BatchDeleteTableVersion
, and DeletePartition
or
BatchDeletePartition
, to delete any resources that belong to the table.
deleteTableRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DeleteTableOptimizerResult> deleteTableOptimizerAsync(DeleteTableOptimizerRequest deleteTableOptimizerRequest)
Deletes an optimizer and all associated metadata for a table. The optimization will no longer be performed on the table.
deleteTableOptimizerRequest
- Future<DeleteTableOptimizerResult> deleteTableOptimizerAsync(DeleteTableOptimizerRequest deleteTableOptimizerRequest, AsyncHandler<DeleteTableOptimizerRequest,DeleteTableOptimizerResult> asyncHandler)
Deletes an optimizer and all associated metadata for a table. The optimization will no longer be performed on the table.
deleteTableOptimizerRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DeleteTableVersionResult> deleteTableVersionAsync(DeleteTableVersionRequest deleteTableVersionRequest)
Deletes a specified version of a table.
deleteTableVersionRequest
- Future<DeleteTableVersionResult> deleteTableVersionAsync(DeleteTableVersionRequest deleteTableVersionRequest, AsyncHandler<DeleteTableVersionRequest,DeleteTableVersionResult> asyncHandler)
Deletes a specified version of a table.
deleteTableVersionRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DeleteTriggerResult> deleteTriggerAsync(DeleteTriggerRequest deleteTriggerRequest)
Deletes a specified trigger. If the trigger is not found, no exception is thrown.
deleteTriggerRequest
- Future<DeleteTriggerResult> deleteTriggerAsync(DeleteTriggerRequest deleteTriggerRequest, AsyncHandler<DeleteTriggerRequest,DeleteTriggerResult> asyncHandler)
Deletes a specified trigger. If the trigger is not found, no exception is thrown.
deleteTriggerRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DeleteUsageProfileResult> deleteUsageProfileAsync(DeleteUsageProfileRequest deleteUsageProfileRequest)
Deletes the Glue specified usage profile.
deleteUsageProfileRequest
- Future<DeleteUsageProfileResult> deleteUsageProfileAsync(DeleteUsageProfileRequest deleteUsageProfileRequest, AsyncHandler<DeleteUsageProfileRequest,DeleteUsageProfileResult> asyncHandler)
Deletes the Glue specified usage profile.
deleteUsageProfileRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DeleteUserDefinedFunctionResult> deleteUserDefinedFunctionAsync(DeleteUserDefinedFunctionRequest deleteUserDefinedFunctionRequest)
Deletes an existing function definition from the Data Catalog.
deleteUserDefinedFunctionRequest
- Future<DeleteUserDefinedFunctionResult> deleteUserDefinedFunctionAsync(DeleteUserDefinedFunctionRequest deleteUserDefinedFunctionRequest, AsyncHandler<DeleteUserDefinedFunctionRequest,DeleteUserDefinedFunctionResult> asyncHandler)
Deletes an existing function definition from the Data Catalog.
deleteUserDefinedFunctionRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DeleteWorkflowResult> deleteWorkflowAsync(DeleteWorkflowRequest deleteWorkflowRequest)
Deletes a workflow.
deleteWorkflowRequest
- Future<DeleteWorkflowResult> deleteWorkflowAsync(DeleteWorkflowRequest deleteWorkflowRequest, AsyncHandler<DeleteWorkflowRequest,DeleteWorkflowResult> asyncHandler)
Deletes a workflow.
deleteWorkflowRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetBlueprintResult> getBlueprintAsync(GetBlueprintRequest getBlueprintRequest)
Retrieves the details of a blueprint.
getBlueprintRequest
- Future<GetBlueprintResult> getBlueprintAsync(GetBlueprintRequest getBlueprintRequest, AsyncHandler<GetBlueprintRequest,GetBlueprintResult> asyncHandler)
Retrieves the details of a blueprint.
getBlueprintRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetBlueprintRunResult> getBlueprintRunAsync(GetBlueprintRunRequest getBlueprintRunRequest)
Retrieves the details of a blueprint run.
getBlueprintRunRequest
- Future<GetBlueprintRunResult> getBlueprintRunAsync(GetBlueprintRunRequest getBlueprintRunRequest, AsyncHandler<GetBlueprintRunRequest,GetBlueprintRunResult> asyncHandler)
Retrieves the details of a blueprint run.
getBlueprintRunRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetBlueprintRunsResult> getBlueprintRunsAsync(GetBlueprintRunsRequest getBlueprintRunsRequest)
Retrieves the details of blueprint runs for a specified blueprint.
getBlueprintRunsRequest
- Future<GetBlueprintRunsResult> getBlueprintRunsAsync(GetBlueprintRunsRequest getBlueprintRunsRequest, AsyncHandler<GetBlueprintRunsRequest,GetBlueprintRunsResult> asyncHandler)
Retrieves the details of blueprint runs for a specified blueprint.
getBlueprintRunsRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetCatalogImportStatusResult> getCatalogImportStatusAsync(GetCatalogImportStatusRequest getCatalogImportStatusRequest)
Retrieves the status of a migration operation.
getCatalogImportStatusRequest
- Future<GetCatalogImportStatusResult> getCatalogImportStatusAsync(GetCatalogImportStatusRequest getCatalogImportStatusRequest, AsyncHandler<GetCatalogImportStatusRequest,GetCatalogImportStatusResult> asyncHandler)
Retrieves the status of a migration operation.
getCatalogImportStatusRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetClassifierResult> getClassifierAsync(GetClassifierRequest getClassifierRequest)
Retrieve a classifier by name.
getClassifierRequest
- Future<GetClassifierResult> getClassifierAsync(GetClassifierRequest getClassifierRequest, AsyncHandler<GetClassifierRequest,GetClassifierResult> asyncHandler)
Retrieve a classifier by name.
getClassifierRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetClassifiersResult> getClassifiersAsync(GetClassifiersRequest getClassifiersRequest)
Lists all classifier objects in the Data Catalog.
getClassifiersRequest
- Future<GetClassifiersResult> getClassifiersAsync(GetClassifiersRequest getClassifiersRequest, AsyncHandler<GetClassifiersRequest,GetClassifiersResult> asyncHandler)
Lists all classifier objects in the Data Catalog.
getClassifiersRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetColumnStatisticsForPartitionResult> getColumnStatisticsForPartitionAsync(GetColumnStatisticsForPartitionRequest getColumnStatisticsForPartitionRequest)
Retrieves partition statistics of columns.
The Identity and Access Management (IAM) permission required for this operation is GetPartition
.
getColumnStatisticsForPartitionRequest
- Future<GetColumnStatisticsForPartitionResult> getColumnStatisticsForPartitionAsync(GetColumnStatisticsForPartitionRequest getColumnStatisticsForPartitionRequest, AsyncHandler<GetColumnStatisticsForPartitionRequest,GetColumnStatisticsForPartitionResult> asyncHandler)
Retrieves partition statistics of columns.
The Identity and Access Management (IAM) permission required for this operation is GetPartition
.
getColumnStatisticsForPartitionRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetColumnStatisticsForTableResult> getColumnStatisticsForTableAsync(GetColumnStatisticsForTableRequest getColumnStatisticsForTableRequest)
Retrieves table statistics of columns.
The Identity and Access Management (IAM) permission required for this operation is GetTable
.
getColumnStatisticsForTableRequest
- Future<GetColumnStatisticsForTableResult> getColumnStatisticsForTableAsync(GetColumnStatisticsForTableRequest getColumnStatisticsForTableRequest, AsyncHandler<GetColumnStatisticsForTableRequest,GetColumnStatisticsForTableResult> asyncHandler)
Retrieves table statistics of columns.
The Identity and Access Management (IAM) permission required for this operation is GetTable
.
getColumnStatisticsForTableRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetColumnStatisticsTaskRunResult> getColumnStatisticsTaskRunAsync(GetColumnStatisticsTaskRunRequest getColumnStatisticsTaskRunRequest)
Get the associated metadata/information for a task run, given a task run ID.
getColumnStatisticsTaskRunRequest
- Future<GetColumnStatisticsTaskRunResult> getColumnStatisticsTaskRunAsync(GetColumnStatisticsTaskRunRequest getColumnStatisticsTaskRunRequest, AsyncHandler<GetColumnStatisticsTaskRunRequest,GetColumnStatisticsTaskRunResult> asyncHandler)
Get the associated metadata/information for a task run, given a task run ID.
getColumnStatisticsTaskRunRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetColumnStatisticsTaskRunsResult> getColumnStatisticsTaskRunsAsync(GetColumnStatisticsTaskRunsRequest getColumnStatisticsTaskRunsRequest)
Retrieves information about all runs associated with the specified table.
getColumnStatisticsTaskRunsRequest
- Future<GetColumnStatisticsTaskRunsResult> getColumnStatisticsTaskRunsAsync(GetColumnStatisticsTaskRunsRequest getColumnStatisticsTaskRunsRequest, AsyncHandler<GetColumnStatisticsTaskRunsRequest,GetColumnStatisticsTaskRunsResult> asyncHandler)
Retrieves information about all runs associated with the specified table.
getColumnStatisticsTaskRunsRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetConnectionResult> getConnectionAsync(GetConnectionRequest getConnectionRequest)
Retrieves a connection definition from the Data Catalog.
getConnectionRequest
- Future<GetConnectionResult> getConnectionAsync(GetConnectionRequest getConnectionRequest, AsyncHandler<GetConnectionRequest,GetConnectionResult> asyncHandler)
Retrieves a connection definition from the Data Catalog.
getConnectionRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetConnectionsResult> getConnectionsAsync(GetConnectionsRequest getConnectionsRequest)
Retrieves a list of connection definitions from the Data Catalog.
getConnectionsRequest
- Future<GetConnectionsResult> getConnectionsAsync(GetConnectionsRequest getConnectionsRequest, AsyncHandler<GetConnectionsRequest,GetConnectionsResult> asyncHandler)
Retrieves a list of connection definitions from the Data Catalog.
getConnectionsRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetCrawlerResult> getCrawlerAsync(GetCrawlerRequest getCrawlerRequest)
Retrieves metadata for a specified crawler.
getCrawlerRequest
- Future<GetCrawlerResult> getCrawlerAsync(GetCrawlerRequest getCrawlerRequest, AsyncHandler<GetCrawlerRequest,GetCrawlerResult> asyncHandler)
Retrieves metadata for a specified crawler.
getCrawlerRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetCrawlerMetricsResult> getCrawlerMetricsAsync(GetCrawlerMetricsRequest getCrawlerMetricsRequest)
Retrieves metrics about specified crawlers.
getCrawlerMetricsRequest
- Future<GetCrawlerMetricsResult> getCrawlerMetricsAsync(GetCrawlerMetricsRequest getCrawlerMetricsRequest, AsyncHandler<GetCrawlerMetricsRequest,GetCrawlerMetricsResult> asyncHandler)
Retrieves metrics about specified crawlers.
getCrawlerMetricsRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetCrawlersResult> getCrawlersAsync(GetCrawlersRequest getCrawlersRequest)
Retrieves metadata for all crawlers defined in the customer account.
getCrawlersRequest
- Future<GetCrawlersResult> getCrawlersAsync(GetCrawlersRequest getCrawlersRequest, AsyncHandler<GetCrawlersRequest,GetCrawlersResult> asyncHandler)
Retrieves metadata for all crawlers defined in the customer account.
getCrawlersRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetCustomEntityTypeResult> getCustomEntityTypeAsync(GetCustomEntityTypeRequest getCustomEntityTypeRequest)
Retrieves the details of a custom pattern by specifying its name.
getCustomEntityTypeRequest
- Future<GetCustomEntityTypeResult> getCustomEntityTypeAsync(GetCustomEntityTypeRequest getCustomEntityTypeRequest, AsyncHandler<GetCustomEntityTypeRequest,GetCustomEntityTypeResult> asyncHandler)
Retrieves the details of a custom pattern by specifying its name.
getCustomEntityTypeRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetDataCatalogEncryptionSettingsResult> getDataCatalogEncryptionSettingsAsync(GetDataCatalogEncryptionSettingsRequest getDataCatalogEncryptionSettingsRequest)
Retrieves the security configuration for a specified catalog.
getDataCatalogEncryptionSettingsRequest
- Future<GetDataCatalogEncryptionSettingsResult> getDataCatalogEncryptionSettingsAsync(GetDataCatalogEncryptionSettingsRequest getDataCatalogEncryptionSettingsRequest, AsyncHandler<GetDataCatalogEncryptionSettingsRequest,GetDataCatalogEncryptionSettingsResult> asyncHandler)
Retrieves the security configuration for a specified catalog.
getDataCatalogEncryptionSettingsRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetDataQualityResultResult> getDataQualityResultAsync(GetDataQualityResultRequest getDataQualityResultRequest)
Retrieves the result of a data quality rule evaluation.
getDataQualityResultRequest
- Future<GetDataQualityResultResult> getDataQualityResultAsync(GetDataQualityResultRequest getDataQualityResultRequest, AsyncHandler<GetDataQualityResultRequest,GetDataQualityResultResult> asyncHandler)
Retrieves the result of a data quality rule evaluation.
getDataQualityResultRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetDataQualityRuleRecommendationRunResult> getDataQualityRuleRecommendationRunAsync(GetDataQualityRuleRecommendationRunRequest getDataQualityRuleRecommendationRunRequest)
Gets the specified recommendation run that was used to generate rules.
getDataQualityRuleRecommendationRunRequest
- Future<GetDataQualityRuleRecommendationRunResult> getDataQualityRuleRecommendationRunAsync(GetDataQualityRuleRecommendationRunRequest getDataQualityRuleRecommendationRunRequest, AsyncHandler<GetDataQualityRuleRecommendationRunRequest,GetDataQualityRuleRecommendationRunResult> asyncHandler)
Gets the specified recommendation run that was used to generate rules.
getDataQualityRuleRecommendationRunRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetDataQualityRulesetResult> getDataQualityRulesetAsync(GetDataQualityRulesetRequest getDataQualityRulesetRequest)
Returns an existing ruleset by identifier or name.
getDataQualityRulesetRequest
- Future<GetDataQualityRulesetResult> getDataQualityRulesetAsync(GetDataQualityRulesetRequest getDataQualityRulesetRequest, AsyncHandler<GetDataQualityRulesetRequest,GetDataQualityRulesetResult> asyncHandler)
Returns an existing ruleset by identifier or name.
getDataQualityRulesetRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetDataQualityRulesetEvaluationRunResult> getDataQualityRulesetEvaluationRunAsync(GetDataQualityRulesetEvaluationRunRequest getDataQualityRulesetEvaluationRunRequest)
Retrieves a specific run where a ruleset is evaluated against a data source.
getDataQualityRulesetEvaluationRunRequest
- Future<GetDataQualityRulesetEvaluationRunResult> getDataQualityRulesetEvaluationRunAsync(GetDataQualityRulesetEvaluationRunRequest getDataQualityRulesetEvaluationRunRequest, AsyncHandler<GetDataQualityRulesetEvaluationRunRequest,GetDataQualityRulesetEvaluationRunResult> asyncHandler)
Retrieves a specific run where a ruleset is evaluated against a data source.
getDataQualityRulesetEvaluationRunRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetDatabaseResult> getDatabaseAsync(GetDatabaseRequest getDatabaseRequest)
Retrieves the definition of a specified database.
getDatabaseRequest
- Future<GetDatabaseResult> getDatabaseAsync(GetDatabaseRequest getDatabaseRequest, AsyncHandler<GetDatabaseRequest,GetDatabaseResult> asyncHandler)
Retrieves the definition of a specified database.
getDatabaseRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetDatabasesResult> getDatabasesAsync(GetDatabasesRequest getDatabasesRequest)
Retrieves all databases defined in a given Data Catalog.
getDatabasesRequest
- Future<GetDatabasesResult> getDatabasesAsync(GetDatabasesRequest getDatabasesRequest, AsyncHandler<GetDatabasesRequest,GetDatabasesResult> asyncHandler)
Retrieves all databases defined in a given Data Catalog.
getDatabasesRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetDataflowGraphResult> getDataflowGraphAsync(GetDataflowGraphRequest getDataflowGraphRequest)
Transforms a Python script into a directed acyclic graph (DAG).
getDataflowGraphRequest
- Future<GetDataflowGraphResult> getDataflowGraphAsync(GetDataflowGraphRequest getDataflowGraphRequest, AsyncHandler<GetDataflowGraphRequest,GetDataflowGraphResult> asyncHandler)
Transforms a Python script into a directed acyclic graph (DAG).
getDataflowGraphRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetDevEndpointResult> getDevEndpointAsync(GetDevEndpointRequest getDevEndpointRequest)
Retrieves information about a specified development endpoint.
When you create a development endpoint in a virtual private cloud (VPC), Glue returns only a private IP address, and the public IP address field is not populated. When you create a non-VPC development endpoint, Glue returns only a public IP address.
getDevEndpointRequest
- Future<GetDevEndpointResult> getDevEndpointAsync(GetDevEndpointRequest getDevEndpointRequest, AsyncHandler<GetDevEndpointRequest,GetDevEndpointResult> asyncHandler)
Retrieves information about a specified development endpoint.
When you create a development endpoint in a virtual private cloud (VPC), Glue returns only a private IP address, and the public IP address field is not populated. When you create a non-VPC development endpoint, Glue returns only a public IP address.
getDevEndpointRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetDevEndpointsResult> getDevEndpointsAsync(GetDevEndpointsRequest getDevEndpointsRequest)
Retrieves all the development endpoints in this Amazon Web Services account.
When you create a development endpoint in a virtual private cloud (VPC), Glue returns only a private IP address and the public IP address field is not populated. When you create a non-VPC development endpoint, Glue returns only a public IP address.
getDevEndpointsRequest
- Future<GetDevEndpointsResult> getDevEndpointsAsync(GetDevEndpointsRequest getDevEndpointsRequest, AsyncHandler<GetDevEndpointsRequest,GetDevEndpointsResult> asyncHandler)
Retrieves all the development endpoints in this Amazon Web Services account.
When you create a development endpoint in a virtual private cloud (VPC), Glue returns only a private IP address and the public IP address field is not populated. When you create a non-VPC development endpoint, Glue returns only a public IP address.
getDevEndpointsRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetJobResult> getJobAsync(GetJobRequest getJobRequest)
Retrieves an existing job definition.
getJobRequest
- Future<GetJobResult> getJobAsync(GetJobRequest getJobRequest, AsyncHandler<GetJobRequest,GetJobResult> asyncHandler)
Retrieves an existing job definition.
getJobRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetJobBookmarkResult> getJobBookmarkAsync(GetJobBookmarkRequest getJobBookmarkRequest)
Returns information on a job bookmark entry.
For more information about enabling and using job bookmarks, see:
getJobBookmarkRequest
- Future<GetJobBookmarkResult> getJobBookmarkAsync(GetJobBookmarkRequest getJobBookmarkRequest, AsyncHandler<GetJobBookmarkRequest,GetJobBookmarkResult> asyncHandler)
Returns information on a job bookmark entry.
For more information about enabling and using job bookmarks, see:
getJobBookmarkRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetJobRunResult> getJobRunAsync(GetJobRunRequest getJobRunRequest)
Retrieves the metadata for a given job run. Job run history is accessible for 90 days for your workflow and job run.
getJobRunRequest
- Future<GetJobRunResult> getJobRunAsync(GetJobRunRequest getJobRunRequest, AsyncHandler<GetJobRunRequest,GetJobRunResult> asyncHandler)
Retrieves the metadata for a given job run. Job run history is accessible for 90 days for your workflow and job run.
getJobRunRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetJobRunsResult> getJobRunsAsync(GetJobRunsRequest getJobRunsRequest)
Retrieves metadata for all runs of a given job definition.
getJobRunsRequest
- Future<GetJobRunsResult> getJobRunsAsync(GetJobRunsRequest getJobRunsRequest, AsyncHandler<GetJobRunsRequest,GetJobRunsResult> asyncHandler)
Retrieves metadata for all runs of a given job definition.
getJobRunsRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetJobsResult> getJobsAsync(GetJobsRequest getJobsRequest)
Retrieves all current job definitions.
getJobsRequest
- Future<GetJobsResult> getJobsAsync(GetJobsRequest getJobsRequest, AsyncHandler<GetJobsRequest,GetJobsResult> asyncHandler)
Retrieves all current job definitions.
getJobsRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetMLTaskRunResult> getMLTaskRunAsync(GetMLTaskRunRequest getMLTaskRunRequest)
Gets details for a specific task run on a machine learning transform. Machine learning task runs are asynchronous
tasks that Glue runs on your behalf as part of various machine learning workflows. You can check the stats of any
task run by calling GetMLTaskRun
with the TaskRunID
and its parent transform's
TransformID
.
getMLTaskRunRequest
- Future<GetMLTaskRunResult> getMLTaskRunAsync(GetMLTaskRunRequest getMLTaskRunRequest, AsyncHandler<GetMLTaskRunRequest,GetMLTaskRunResult> asyncHandler)
Gets details for a specific task run on a machine learning transform. Machine learning task runs are asynchronous
tasks that Glue runs on your behalf as part of various machine learning workflows. You can check the stats of any
task run by calling GetMLTaskRun
with the TaskRunID
and its parent transform's
TransformID
.
getMLTaskRunRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetMLTaskRunsResult> getMLTaskRunsAsync(GetMLTaskRunsRequest getMLTaskRunsRequest)
Gets a list of runs for a machine learning transform. Machine learning task runs are asynchronous tasks that Glue
runs on your behalf as part of various machine learning workflows. You can get a sortable, filterable list of
machine learning task runs by calling GetMLTaskRuns
with their parent transform's
TransformID
and other optional parameters as documented in this section.
This operation returns a list of historic runs and must be paginated.
getMLTaskRunsRequest
- Future<GetMLTaskRunsResult> getMLTaskRunsAsync(GetMLTaskRunsRequest getMLTaskRunsRequest, AsyncHandler<GetMLTaskRunsRequest,GetMLTaskRunsResult> asyncHandler)
Gets a list of runs for a machine learning transform. Machine learning task runs are asynchronous tasks that Glue
runs on your behalf as part of various machine learning workflows. You can get a sortable, filterable list of
machine learning task runs by calling GetMLTaskRuns
with their parent transform's
TransformID
and other optional parameters as documented in this section.
This operation returns a list of historic runs and must be paginated.
getMLTaskRunsRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetMLTransformResult> getMLTransformAsync(GetMLTransformRequest getMLTransformRequest)
Gets an Glue machine learning transform artifact and all its corresponding metadata. Machine learning transforms
are a special type of transform that use machine learning to learn the details of the transformation to be
performed by learning from examples provided by humans. These transformations are then saved by Glue. You can
retrieve their metadata by calling GetMLTransform
.
getMLTransformRequest
- Future<GetMLTransformResult> getMLTransformAsync(GetMLTransformRequest getMLTransformRequest, AsyncHandler<GetMLTransformRequest,GetMLTransformResult> asyncHandler)
Gets an Glue machine learning transform artifact and all its corresponding metadata. Machine learning transforms
are a special type of transform that use machine learning to learn the details of the transformation to be
performed by learning from examples provided by humans. These transformations are then saved by Glue. You can
retrieve their metadata by calling GetMLTransform
.
getMLTransformRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetMLTransformsResult> getMLTransformsAsync(GetMLTransformsRequest getMLTransformsRequest)
Gets a sortable, filterable list of existing Glue machine learning transforms. Machine learning transforms are a
special type of transform that use machine learning to learn the details of the transformation to be performed by
learning from examples provided by humans. These transformations are then saved by Glue, and you can retrieve
their metadata by calling GetMLTransforms
.
getMLTransformsRequest
- Future<GetMLTransformsResult> getMLTransformsAsync(GetMLTransformsRequest getMLTransformsRequest, AsyncHandler<GetMLTransformsRequest,GetMLTransformsResult> asyncHandler)
Gets a sortable, filterable list of existing Glue machine learning transforms. Machine learning transforms are a
special type of transform that use machine learning to learn the details of the transformation to be performed by
learning from examples provided by humans. These transformations are then saved by Glue, and you can retrieve
their metadata by calling GetMLTransforms
.
getMLTransformsRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetMappingResult> getMappingAsync(GetMappingRequest getMappingRequest)
Creates mappings.
getMappingRequest
- Future<GetMappingResult> getMappingAsync(GetMappingRequest getMappingRequest, AsyncHandler<GetMappingRequest,GetMappingResult> asyncHandler)
Creates mappings.
getMappingRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetPartitionResult> getPartitionAsync(GetPartitionRequest getPartitionRequest)
Retrieves information about a specified partition.
getPartitionRequest
- Future<GetPartitionResult> getPartitionAsync(GetPartitionRequest getPartitionRequest, AsyncHandler<GetPartitionRequest,GetPartitionResult> asyncHandler)
Retrieves information about a specified partition.
getPartitionRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetPartitionIndexesResult> getPartitionIndexesAsync(GetPartitionIndexesRequest getPartitionIndexesRequest)
Retrieves the partition indexes associated with a table.
getPartitionIndexesRequest
- Future<GetPartitionIndexesResult> getPartitionIndexesAsync(GetPartitionIndexesRequest getPartitionIndexesRequest, AsyncHandler<GetPartitionIndexesRequest,GetPartitionIndexesResult> asyncHandler)
Retrieves the partition indexes associated with a table.
getPartitionIndexesRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetPartitionsResult> getPartitionsAsync(GetPartitionsRequest getPartitionsRequest)
Retrieves information about the partitions in a table.
getPartitionsRequest
- Future<GetPartitionsResult> getPartitionsAsync(GetPartitionsRequest getPartitionsRequest, AsyncHandler<GetPartitionsRequest,GetPartitionsResult> asyncHandler)
Retrieves information about the partitions in a table.
getPartitionsRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetPlanResult> getPlanAsync(GetPlanRequest getPlanRequest)
Gets code to perform a specified mapping.
getPlanRequest
- Future<GetPlanResult> getPlanAsync(GetPlanRequest getPlanRequest, AsyncHandler<GetPlanRequest,GetPlanResult> asyncHandler)
Gets code to perform a specified mapping.
getPlanRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetRegistryResult> getRegistryAsync(GetRegistryRequest getRegistryRequest)
Describes the specified registry in detail.
getRegistryRequest
- Future<GetRegistryResult> getRegistryAsync(GetRegistryRequest getRegistryRequest, AsyncHandler<GetRegistryRequest,GetRegistryResult> asyncHandler)
Describes the specified registry in detail.
getRegistryRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetResourcePoliciesResult> getResourcePoliciesAsync(GetResourcePoliciesRequest getResourcePoliciesRequest)
Retrieves the resource policies set on individual resources by Resource Access Manager during cross-account permission grants. Also retrieves the Data Catalog resource policy.
If you enabled metadata encryption in Data Catalog settings, and you do not have permission on the KMS key, the operation can't return the Data Catalog resource policy.
getResourcePoliciesRequest
- Future<GetResourcePoliciesResult> getResourcePoliciesAsync(GetResourcePoliciesRequest getResourcePoliciesRequest, AsyncHandler<GetResourcePoliciesRequest,GetResourcePoliciesResult> asyncHandler)
Retrieves the resource policies set on individual resources by Resource Access Manager during cross-account permission grants. Also retrieves the Data Catalog resource policy.
If you enabled metadata encryption in Data Catalog settings, and you do not have permission on the KMS key, the operation can't return the Data Catalog resource policy.
getResourcePoliciesRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetResourcePolicyResult> getResourcePolicyAsync(GetResourcePolicyRequest getResourcePolicyRequest)
Retrieves a specified resource policy.
getResourcePolicyRequest
- Future<GetResourcePolicyResult> getResourcePolicyAsync(GetResourcePolicyRequest getResourcePolicyRequest, AsyncHandler<GetResourcePolicyRequest,GetResourcePolicyResult> asyncHandler)
Retrieves a specified resource policy.
getResourcePolicyRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetSchemaResult> getSchemaAsync(GetSchemaRequest getSchemaRequest)
Describes the specified schema in detail.
getSchemaRequest
- Future<GetSchemaResult> getSchemaAsync(GetSchemaRequest getSchemaRequest, AsyncHandler<GetSchemaRequest,GetSchemaResult> asyncHandler)
Describes the specified schema in detail.
getSchemaRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetSchemaByDefinitionResult> getSchemaByDefinitionAsync(GetSchemaByDefinitionRequest getSchemaByDefinitionRequest)
Retrieves a schema by the SchemaDefinition
. The schema definition is sent to the Schema Registry,
canonicalized, and hashed. If the hash is matched within the scope of the SchemaName
or ARN (or the
default registry, if none is supplied), that schema’s metadata is returned. Otherwise, a 404 or NotFound error is
returned. Schema versions in Deleted
statuses will not be included in the results.
getSchemaByDefinitionRequest
- Future<GetSchemaByDefinitionResult> getSchemaByDefinitionAsync(GetSchemaByDefinitionRequest getSchemaByDefinitionRequest, AsyncHandler<GetSchemaByDefinitionRequest,GetSchemaByDefinitionResult> asyncHandler)
Retrieves a schema by the SchemaDefinition
. The schema definition is sent to the Schema Registry,
canonicalized, and hashed. If the hash is matched within the scope of the SchemaName
or ARN (or the
default registry, if none is supplied), that schema’s metadata is returned. Otherwise, a 404 or NotFound error is
returned. Schema versions in Deleted
statuses will not be included in the results.
getSchemaByDefinitionRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetSchemaVersionResult> getSchemaVersionAsync(GetSchemaVersionRequest getSchemaVersionRequest)
Get the specified schema by its unique ID assigned when a version of the schema is created or registered. Schema versions in Deleted status will not be included in the results.
getSchemaVersionRequest
- Future<GetSchemaVersionResult> getSchemaVersionAsync(GetSchemaVersionRequest getSchemaVersionRequest, AsyncHandler<GetSchemaVersionRequest,GetSchemaVersionResult> asyncHandler)
Get the specified schema by its unique ID assigned when a version of the schema is created or registered. Schema versions in Deleted status will not be included in the results.
getSchemaVersionRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetSchemaVersionsDiffResult> getSchemaVersionsDiffAsync(GetSchemaVersionsDiffRequest getSchemaVersionsDiffRequest)
Fetches the schema version difference in the specified difference type between two stored schema versions in the Schema Registry.
This API allows you to compare two schema versions between two schema definitions under the same schema.
getSchemaVersionsDiffRequest
- Future<GetSchemaVersionsDiffResult> getSchemaVersionsDiffAsync(GetSchemaVersionsDiffRequest getSchemaVersionsDiffRequest, AsyncHandler<GetSchemaVersionsDiffRequest,GetSchemaVersionsDiffResult> asyncHandler)
Fetches the schema version difference in the specified difference type between two stored schema versions in the Schema Registry.
This API allows you to compare two schema versions between two schema definitions under the same schema.
getSchemaVersionsDiffRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetSecurityConfigurationResult> getSecurityConfigurationAsync(GetSecurityConfigurationRequest getSecurityConfigurationRequest)
Retrieves a specified security configuration.
getSecurityConfigurationRequest
- Future<GetSecurityConfigurationResult> getSecurityConfigurationAsync(GetSecurityConfigurationRequest getSecurityConfigurationRequest, AsyncHandler<GetSecurityConfigurationRequest,GetSecurityConfigurationResult> asyncHandler)
Retrieves a specified security configuration.
getSecurityConfigurationRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetSecurityConfigurationsResult> getSecurityConfigurationsAsync(GetSecurityConfigurationsRequest getSecurityConfigurationsRequest)
Retrieves a list of all security configurations.
getSecurityConfigurationsRequest
- Future<GetSecurityConfigurationsResult> getSecurityConfigurationsAsync(GetSecurityConfigurationsRequest getSecurityConfigurationsRequest, AsyncHandler<GetSecurityConfigurationsRequest,GetSecurityConfigurationsResult> asyncHandler)
Retrieves a list of all security configurations.
getSecurityConfigurationsRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetSessionResult> getSessionAsync(GetSessionRequest getSessionRequest)
Retrieves the session.
getSessionRequest
- Future<GetSessionResult> getSessionAsync(GetSessionRequest getSessionRequest, AsyncHandler<GetSessionRequest,GetSessionResult> asyncHandler)
Retrieves the session.
getSessionRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetStatementResult> getStatementAsync(GetStatementRequest getStatementRequest)
Retrieves the statement.
getStatementRequest
- Future<GetStatementResult> getStatementAsync(GetStatementRequest getStatementRequest, AsyncHandler<GetStatementRequest,GetStatementResult> asyncHandler)
Retrieves the statement.
getStatementRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetTableResult> getTableAsync(GetTableRequest getTableRequest)
Retrieves the Table
definition in a Data Catalog for a specified table.
getTableRequest
- Future<GetTableResult> getTableAsync(GetTableRequest getTableRequest, AsyncHandler<GetTableRequest,GetTableResult> asyncHandler)
Retrieves the Table
definition in a Data Catalog for a specified table.
getTableRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetTableOptimizerResult> getTableOptimizerAsync(GetTableOptimizerRequest getTableOptimizerRequest)
Returns the configuration of all optimizers associated with a specified table.
getTableOptimizerRequest
- Future<GetTableOptimizerResult> getTableOptimizerAsync(GetTableOptimizerRequest getTableOptimizerRequest, AsyncHandler<GetTableOptimizerRequest,GetTableOptimizerResult> asyncHandler)
Returns the configuration of all optimizers associated with a specified table.
getTableOptimizerRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetTableVersionResult> getTableVersionAsync(GetTableVersionRequest getTableVersionRequest)
Retrieves a specified version of a table.
getTableVersionRequest
- Future<GetTableVersionResult> getTableVersionAsync(GetTableVersionRequest getTableVersionRequest, AsyncHandler<GetTableVersionRequest,GetTableVersionResult> asyncHandler)
Retrieves a specified version of a table.
getTableVersionRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetTableVersionsResult> getTableVersionsAsync(GetTableVersionsRequest getTableVersionsRequest)
Retrieves a list of strings that identify available versions of a specified table.
getTableVersionsRequest
- Future<GetTableVersionsResult> getTableVersionsAsync(GetTableVersionsRequest getTableVersionsRequest, AsyncHandler<GetTableVersionsRequest,GetTableVersionsResult> asyncHandler)
Retrieves a list of strings that identify available versions of a specified table.
getTableVersionsRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetTablesResult> getTablesAsync(GetTablesRequest getTablesRequest)
Retrieves the definitions of some or all of the tables in a given Database
.
getTablesRequest
- Future<GetTablesResult> getTablesAsync(GetTablesRequest getTablesRequest, AsyncHandler<GetTablesRequest,GetTablesResult> asyncHandler)
Retrieves the definitions of some or all of the tables in a given Database
.
getTablesRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetTagsResult> getTagsAsync(GetTagsRequest getTagsRequest)
Retrieves a list of tags associated with a resource.
getTagsRequest
- Future<GetTagsResult> getTagsAsync(GetTagsRequest getTagsRequest, AsyncHandler<GetTagsRequest,GetTagsResult> asyncHandler)
Retrieves a list of tags associated with a resource.
getTagsRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetTriggerResult> getTriggerAsync(GetTriggerRequest getTriggerRequest)
Retrieves the definition of a trigger.
getTriggerRequest
- Future<GetTriggerResult> getTriggerAsync(GetTriggerRequest getTriggerRequest, AsyncHandler<GetTriggerRequest,GetTriggerResult> asyncHandler)
Retrieves the definition of a trigger.
getTriggerRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetTriggersResult> getTriggersAsync(GetTriggersRequest getTriggersRequest)
Gets all the triggers associated with a job.
getTriggersRequest
- Future<GetTriggersResult> getTriggersAsync(GetTriggersRequest getTriggersRequest, AsyncHandler<GetTriggersRequest,GetTriggersResult> asyncHandler)
Gets all the triggers associated with a job.
getTriggersRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetUnfilteredPartitionMetadataResult> getUnfilteredPartitionMetadataAsync(GetUnfilteredPartitionMetadataRequest getUnfilteredPartitionMetadataRequest)
Retrieves partition metadata from the Data Catalog that contains unfiltered metadata.
For IAM authorization, the public IAM action associated with this API is glue:GetPartition
.
getUnfilteredPartitionMetadataRequest
- Future<GetUnfilteredPartitionMetadataResult> getUnfilteredPartitionMetadataAsync(GetUnfilteredPartitionMetadataRequest getUnfilteredPartitionMetadataRequest, AsyncHandler<GetUnfilteredPartitionMetadataRequest,GetUnfilteredPartitionMetadataResult> asyncHandler)
Retrieves partition metadata from the Data Catalog that contains unfiltered metadata.
For IAM authorization, the public IAM action associated with this API is glue:GetPartition
.
getUnfilteredPartitionMetadataRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetUnfilteredPartitionsMetadataResult> getUnfilteredPartitionsMetadataAsync(GetUnfilteredPartitionsMetadataRequest getUnfilteredPartitionsMetadataRequest)
Retrieves partition metadata from the Data Catalog that contains unfiltered metadata.
For IAM authorization, the public IAM action associated with this API is glue:GetPartitions
.
getUnfilteredPartitionsMetadataRequest
- Future<GetUnfilteredPartitionsMetadataResult> getUnfilteredPartitionsMetadataAsync(GetUnfilteredPartitionsMetadataRequest getUnfilteredPartitionsMetadataRequest, AsyncHandler<GetUnfilteredPartitionsMetadataRequest,GetUnfilteredPartitionsMetadataResult> asyncHandler)
Retrieves partition metadata from the Data Catalog that contains unfiltered metadata.
For IAM authorization, the public IAM action associated with this API is glue:GetPartitions
.
getUnfilteredPartitionsMetadataRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetUnfilteredTableMetadataResult> getUnfilteredTableMetadataAsync(GetUnfilteredTableMetadataRequest getUnfilteredTableMetadataRequest)
Allows a third-party analytical engine to retrieve unfiltered table metadata from the Data Catalog.
For IAM authorization, the public IAM action associated with this API is glue:GetTable
.
getUnfilteredTableMetadataRequest
- Future<GetUnfilteredTableMetadataResult> getUnfilteredTableMetadataAsync(GetUnfilteredTableMetadataRequest getUnfilteredTableMetadataRequest, AsyncHandler<GetUnfilteredTableMetadataRequest,GetUnfilteredTableMetadataResult> asyncHandler)
Allows a third-party analytical engine to retrieve unfiltered table metadata from the Data Catalog.
For IAM authorization, the public IAM action associated with this API is glue:GetTable
.
getUnfilteredTableMetadataRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetUsageProfileResult> getUsageProfileAsync(GetUsageProfileRequest getUsageProfileRequest)
Retrieves information about the specified Glue usage profile.
getUsageProfileRequest
- Future<GetUsageProfileResult> getUsageProfileAsync(GetUsageProfileRequest getUsageProfileRequest, AsyncHandler<GetUsageProfileRequest,GetUsageProfileResult> asyncHandler)
Retrieves information about the specified Glue usage profile.
getUsageProfileRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetUserDefinedFunctionResult> getUserDefinedFunctionAsync(GetUserDefinedFunctionRequest getUserDefinedFunctionRequest)
Retrieves a specified function definition from the Data Catalog.
getUserDefinedFunctionRequest
- Future<GetUserDefinedFunctionResult> getUserDefinedFunctionAsync(GetUserDefinedFunctionRequest getUserDefinedFunctionRequest, AsyncHandler<GetUserDefinedFunctionRequest,GetUserDefinedFunctionResult> asyncHandler)
Retrieves a specified function definition from the Data Catalog.
getUserDefinedFunctionRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetUserDefinedFunctionsResult> getUserDefinedFunctionsAsync(GetUserDefinedFunctionsRequest getUserDefinedFunctionsRequest)
Retrieves multiple function definitions from the Data Catalog.
getUserDefinedFunctionsRequest
- Future<GetUserDefinedFunctionsResult> getUserDefinedFunctionsAsync(GetUserDefinedFunctionsRequest getUserDefinedFunctionsRequest, AsyncHandler<GetUserDefinedFunctionsRequest,GetUserDefinedFunctionsResult> asyncHandler)
Retrieves multiple function definitions from the Data Catalog.
getUserDefinedFunctionsRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetWorkflowResult> getWorkflowAsync(GetWorkflowRequest getWorkflowRequest)
Retrieves resource metadata for a workflow.
getWorkflowRequest
- Future<GetWorkflowResult> getWorkflowAsync(GetWorkflowRequest getWorkflowRequest, AsyncHandler<GetWorkflowRequest,GetWorkflowResult> asyncHandler)
Retrieves resource metadata for a workflow.
getWorkflowRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetWorkflowRunResult> getWorkflowRunAsync(GetWorkflowRunRequest getWorkflowRunRequest)
Retrieves the metadata for a given workflow run. Job run history is accessible for 90 days for your workflow and job run.
getWorkflowRunRequest
- Future<GetWorkflowRunResult> getWorkflowRunAsync(GetWorkflowRunRequest getWorkflowRunRequest, AsyncHandler<GetWorkflowRunRequest,GetWorkflowRunResult> asyncHandler)
Retrieves the metadata for a given workflow run. Job run history is accessible for 90 days for your workflow and job run.
getWorkflowRunRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetWorkflowRunPropertiesResult> getWorkflowRunPropertiesAsync(GetWorkflowRunPropertiesRequest getWorkflowRunPropertiesRequest)
Retrieves the workflow run properties which were set during the run.
getWorkflowRunPropertiesRequest
- Future<GetWorkflowRunPropertiesResult> getWorkflowRunPropertiesAsync(GetWorkflowRunPropertiesRequest getWorkflowRunPropertiesRequest, AsyncHandler<GetWorkflowRunPropertiesRequest,GetWorkflowRunPropertiesResult> asyncHandler)
Retrieves the workflow run properties which were set during the run.
getWorkflowRunPropertiesRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetWorkflowRunsResult> getWorkflowRunsAsync(GetWorkflowRunsRequest getWorkflowRunsRequest)
Retrieves metadata for all runs of a given workflow.
getWorkflowRunsRequest
- Future<GetWorkflowRunsResult> getWorkflowRunsAsync(GetWorkflowRunsRequest getWorkflowRunsRequest, AsyncHandler<GetWorkflowRunsRequest,GetWorkflowRunsResult> asyncHandler)
Retrieves metadata for all runs of a given workflow.
getWorkflowRunsRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ImportCatalogToGlueResult> importCatalogToGlueAsync(ImportCatalogToGlueRequest importCatalogToGlueRequest)
Imports an existing Amazon Athena Data Catalog to Glue.
importCatalogToGlueRequest
- Future<ImportCatalogToGlueResult> importCatalogToGlueAsync(ImportCatalogToGlueRequest importCatalogToGlueRequest, AsyncHandler<ImportCatalogToGlueRequest,ImportCatalogToGlueResult> asyncHandler)
Imports an existing Amazon Athena Data Catalog to Glue.
importCatalogToGlueRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ListBlueprintsResult> listBlueprintsAsync(ListBlueprintsRequest listBlueprintsRequest)
Lists all the blueprint names in an account.
listBlueprintsRequest
- Future<ListBlueprintsResult> listBlueprintsAsync(ListBlueprintsRequest listBlueprintsRequest, AsyncHandler<ListBlueprintsRequest,ListBlueprintsResult> asyncHandler)
Lists all the blueprint names in an account.
listBlueprintsRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ListColumnStatisticsTaskRunsResult> listColumnStatisticsTaskRunsAsync(ListColumnStatisticsTaskRunsRequest listColumnStatisticsTaskRunsRequest)
List all task runs for a particular account.
listColumnStatisticsTaskRunsRequest
- Future<ListColumnStatisticsTaskRunsResult> listColumnStatisticsTaskRunsAsync(ListColumnStatisticsTaskRunsRequest listColumnStatisticsTaskRunsRequest, AsyncHandler<ListColumnStatisticsTaskRunsRequest,ListColumnStatisticsTaskRunsResult> asyncHandler)
List all task runs for a particular account.
listColumnStatisticsTaskRunsRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ListCrawlersResult> listCrawlersAsync(ListCrawlersRequest listCrawlersRequest)
Retrieves the names of all crawler resources in this Amazon Web Services account, or the resources with the specified tag. This operation allows you to see which resources are available in your account, and their names.
This operation takes the optional Tags
field, which you can use as a filter on the response so that
tagged resources can be retrieved as a group. If you choose to use tags filtering, only resources with the tag
are retrieved.
listCrawlersRequest
- Future<ListCrawlersResult> listCrawlersAsync(ListCrawlersRequest listCrawlersRequest, AsyncHandler<ListCrawlersRequest,ListCrawlersResult> asyncHandler)
Retrieves the names of all crawler resources in this Amazon Web Services account, or the resources with the specified tag. This operation allows you to see which resources are available in your account, and their names.
This operation takes the optional Tags
field, which you can use as a filter on the response so that
tagged resources can be retrieved as a group. If you choose to use tags filtering, only resources with the tag
are retrieved.
listCrawlersRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ListCrawlsResult> listCrawlsAsync(ListCrawlsRequest listCrawlsRequest)
Returns all the crawls of a specified crawler. Returns only the crawls that have occurred since the launch date of the crawler history feature, and only retains up to 12 months of crawls. Older crawls will not be returned.
You may use this API to:
Retrive all the crawls of a specified crawler.
Retrieve all the crawls of a specified crawler within a limited count.
Retrieve all the crawls of a specified crawler in a specific time range.
Retrieve all the crawls of a specified crawler with a particular state, crawl ID, or DPU hour value.
listCrawlsRequest
- Future<ListCrawlsResult> listCrawlsAsync(ListCrawlsRequest listCrawlsRequest, AsyncHandler<ListCrawlsRequest,ListCrawlsResult> asyncHandler)
Returns all the crawls of a specified crawler. Returns only the crawls that have occurred since the launch date of the crawler history feature, and only retains up to 12 months of crawls. Older crawls will not be returned.
You may use this API to:
Retrive all the crawls of a specified crawler.
Retrieve all the crawls of a specified crawler within a limited count.
Retrieve all the crawls of a specified crawler in a specific time range.
Retrieve all the crawls of a specified crawler with a particular state, crawl ID, or DPU hour value.
listCrawlsRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ListCustomEntityTypesResult> listCustomEntityTypesAsync(ListCustomEntityTypesRequest listCustomEntityTypesRequest)
Lists all the custom patterns that have been created.
listCustomEntityTypesRequest
- Future<ListCustomEntityTypesResult> listCustomEntityTypesAsync(ListCustomEntityTypesRequest listCustomEntityTypesRequest, AsyncHandler<ListCustomEntityTypesRequest,ListCustomEntityTypesResult> asyncHandler)
Lists all the custom patterns that have been created.
listCustomEntityTypesRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ListDataQualityResultsResult> listDataQualityResultsAsync(ListDataQualityResultsRequest listDataQualityResultsRequest)
Returns all data quality execution results for your account.
listDataQualityResultsRequest
- Future<ListDataQualityResultsResult> listDataQualityResultsAsync(ListDataQualityResultsRequest listDataQualityResultsRequest, AsyncHandler<ListDataQualityResultsRequest,ListDataQualityResultsResult> asyncHandler)
Returns all data quality execution results for your account.
listDataQualityResultsRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ListDataQualityRuleRecommendationRunsResult> listDataQualityRuleRecommendationRunsAsync(ListDataQualityRuleRecommendationRunsRequest listDataQualityRuleRecommendationRunsRequest)
Lists the recommendation runs meeting the filter criteria.
listDataQualityRuleRecommendationRunsRequest
- Future<ListDataQualityRuleRecommendationRunsResult> listDataQualityRuleRecommendationRunsAsync(ListDataQualityRuleRecommendationRunsRequest listDataQualityRuleRecommendationRunsRequest, AsyncHandler<ListDataQualityRuleRecommendationRunsRequest,ListDataQualityRuleRecommendationRunsResult> asyncHandler)
Lists the recommendation runs meeting the filter criteria.
listDataQualityRuleRecommendationRunsRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ListDataQualityRulesetEvaluationRunsResult> listDataQualityRulesetEvaluationRunsAsync(ListDataQualityRulesetEvaluationRunsRequest listDataQualityRulesetEvaluationRunsRequest)
Lists all the runs meeting the filter criteria, where a ruleset is evaluated against a data source.
listDataQualityRulesetEvaluationRunsRequest
- Future<ListDataQualityRulesetEvaluationRunsResult> listDataQualityRulesetEvaluationRunsAsync(ListDataQualityRulesetEvaluationRunsRequest listDataQualityRulesetEvaluationRunsRequest, AsyncHandler<ListDataQualityRulesetEvaluationRunsRequest,ListDataQualityRulesetEvaluationRunsResult> asyncHandler)
Lists all the runs meeting the filter criteria, where a ruleset is evaluated against a data source.
listDataQualityRulesetEvaluationRunsRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ListDataQualityRulesetsResult> listDataQualityRulesetsAsync(ListDataQualityRulesetsRequest listDataQualityRulesetsRequest)
Returns a paginated list of rulesets for the specified list of Glue tables.
listDataQualityRulesetsRequest
- Future<ListDataQualityRulesetsResult> listDataQualityRulesetsAsync(ListDataQualityRulesetsRequest listDataQualityRulesetsRequest, AsyncHandler<ListDataQualityRulesetsRequest,ListDataQualityRulesetsResult> asyncHandler)
Returns a paginated list of rulesets for the specified list of Glue tables.
listDataQualityRulesetsRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ListDevEndpointsResult> listDevEndpointsAsync(ListDevEndpointsRequest listDevEndpointsRequest)
Retrieves the names of all DevEndpoint
resources in this Amazon Web Services account, or the
resources with the specified tag. This operation allows you to see which resources are available in your account,
and their names.
This operation takes the optional Tags
field, which you can use as a filter on the response so that
tagged resources can be retrieved as a group. If you choose to use tags filtering, only resources with the tag
are retrieved.
listDevEndpointsRequest
- Future<ListDevEndpointsResult> listDevEndpointsAsync(ListDevEndpointsRequest listDevEndpointsRequest, AsyncHandler<ListDevEndpointsRequest,ListDevEndpointsResult> asyncHandler)
Retrieves the names of all DevEndpoint
resources in this Amazon Web Services account, or the
resources with the specified tag. This operation allows you to see which resources are available in your account,
and their names.
This operation takes the optional Tags
field, which you can use as a filter on the response so that
tagged resources can be retrieved as a group. If you choose to use tags filtering, only resources with the tag
are retrieved.
listDevEndpointsRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ListJobsResult> listJobsAsync(ListJobsRequest listJobsRequest)
Retrieves the names of all job resources in this Amazon Web Services account, or the resources with the specified tag. This operation allows you to see which resources are available in your account, and their names.
This operation takes the optional Tags
field, which you can use as a filter on the response so that
tagged resources can be retrieved as a group. If you choose to use tags filtering, only resources with the tag
are retrieved.
listJobsRequest
- Future<ListJobsResult> listJobsAsync(ListJobsRequest listJobsRequest, AsyncHandler<ListJobsRequest,ListJobsResult> asyncHandler)
Retrieves the names of all job resources in this Amazon Web Services account, or the resources with the specified tag. This operation allows you to see which resources are available in your account, and their names.
This operation takes the optional Tags
field, which you can use as a filter on the response so that
tagged resources can be retrieved as a group. If you choose to use tags filtering, only resources with the tag
are retrieved.
listJobsRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ListMLTransformsResult> listMLTransformsAsync(ListMLTransformsRequest listMLTransformsRequest)
Retrieves a sortable, filterable list of existing Glue machine learning transforms in this Amazon Web Services
account, or the resources with the specified tag. This operation takes the optional Tags
field,
which you can use as a filter of the responses so that tagged resources can be retrieved as a group. If you
choose to use tag filtering, only resources with the tags are retrieved.
listMLTransformsRequest
- Future<ListMLTransformsResult> listMLTransformsAsync(ListMLTransformsRequest listMLTransformsRequest, AsyncHandler<ListMLTransformsRequest,ListMLTransformsResult> asyncHandler)
Retrieves a sortable, filterable list of existing Glue machine learning transforms in this Amazon Web Services
account, or the resources with the specified tag. This operation takes the optional Tags
field,
which you can use as a filter of the responses so that tagged resources can be retrieved as a group. If you
choose to use tag filtering, only resources with the tags are retrieved.
listMLTransformsRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ListRegistriesResult> listRegistriesAsync(ListRegistriesRequest listRegistriesRequest)
Returns a list of registries that you have created, with minimal registry information. Registries in the
Deleting
status will not be included in the results. Empty results will be returned if there are no
registries available.
listRegistriesRequest
- Future<ListRegistriesResult> listRegistriesAsync(ListRegistriesRequest listRegistriesRequest, AsyncHandler<ListRegistriesRequest,ListRegistriesResult> asyncHandler)
Returns a list of registries that you have created, with minimal registry information. Registries in the
Deleting
status will not be included in the results. Empty results will be returned if there are no
registries available.
listRegistriesRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ListSchemaVersionsResult> listSchemaVersionsAsync(ListSchemaVersionsRequest listSchemaVersionsRequest)
Returns a list of schema versions that you have created, with minimal information. Schema versions in Deleted status will not be included in the results. Empty results will be returned if there are no schema versions available.
listSchemaVersionsRequest
- Future<ListSchemaVersionsResult> listSchemaVersionsAsync(ListSchemaVersionsRequest listSchemaVersionsRequest, AsyncHandler<ListSchemaVersionsRequest,ListSchemaVersionsResult> asyncHandler)
Returns a list of schema versions that you have created, with minimal information. Schema versions in Deleted status will not be included in the results. Empty results will be returned if there are no schema versions available.
listSchemaVersionsRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ListSchemasResult> listSchemasAsync(ListSchemasRequest listSchemasRequest)
Returns a list of schemas with minimal details. Schemas in Deleting status will not be included in the results. Empty results will be returned if there are no schemas available.
When the RegistryId
is not provided, all the schemas across registries will be part of the API
response.
listSchemasRequest
- Future<ListSchemasResult> listSchemasAsync(ListSchemasRequest listSchemasRequest, AsyncHandler<ListSchemasRequest,ListSchemasResult> asyncHandler)
Returns a list of schemas with minimal details. Schemas in Deleting status will not be included in the results. Empty results will be returned if there are no schemas available.
When the RegistryId
is not provided, all the schemas across registries will be part of the API
response.
listSchemasRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ListSessionsResult> listSessionsAsync(ListSessionsRequest listSessionsRequest)
Retrieve a list of sessions.
listSessionsRequest
- Future<ListSessionsResult> listSessionsAsync(ListSessionsRequest listSessionsRequest, AsyncHandler<ListSessionsRequest,ListSessionsResult> asyncHandler)
Retrieve a list of sessions.
listSessionsRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ListStatementsResult> listStatementsAsync(ListStatementsRequest listStatementsRequest)
Lists statements for the session.
listStatementsRequest
- Future<ListStatementsResult> listStatementsAsync(ListStatementsRequest listStatementsRequest, AsyncHandler<ListStatementsRequest,ListStatementsResult> asyncHandler)
Lists statements for the session.
listStatementsRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ListTableOptimizerRunsResult> listTableOptimizerRunsAsync(ListTableOptimizerRunsRequest listTableOptimizerRunsRequest)
Lists the history of previous optimizer runs for a specific table.
listTableOptimizerRunsRequest
- Future<ListTableOptimizerRunsResult> listTableOptimizerRunsAsync(ListTableOptimizerRunsRequest listTableOptimizerRunsRequest, AsyncHandler<ListTableOptimizerRunsRequest,ListTableOptimizerRunsResult> asyncHandler)
Lists the history of previous optimizer runs for a specific table.
listTableOptimizerRunsRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ListTriggersResult> listTriggersAsync(ListTriggersRequest listTriggersRequest)
Retrieves the names of all trigger resources in this Amazon Web Services account, or the resources with the specified tag. This operation allows you to see which resources are available in your account, and their names.
This operation takes the optional Tags
field, which you can use as a filter on the response so that
tagged resources can be retrieved as a group. If you choose to use tags filtering, only resources with the tag
are retrieved.
listTriggersRequest
- Future<ListTriggersResult> listTriggersAsync(ListTriggersRequest listTriggersRequest, AsyncHandler<ListTriggersRequest,ListTriggersResult> asyncHandler)
Retrieves the names of all trigger resources in this Amazon Web Services account, or the resources with the specified tag. This operation allows you to see which resources are available in your account, and their names.
This operation takes the optional Tags
field, which you can use as a filter on the response so that
tagged resources can be retrieved as a group. If you choose to use tags filtering, only resources with the tag
are retrieved.
listTriggersRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ListUsageProfilesResult> listUsageProfilesAsync(ListUsageProfilesRequest listUsageProfilesRequest)
List all the Glue usage profiles.
listUsageProfilesRequest
- Future<ListUsageProfilesResult> listUsageProfilesAsync(ListUsageProfilesRequest listUsageProfilesRequest, AsyncHandler<ListUsageProfilesRequest,ListUsageProfilesResult> asyncHandler)
List all the Glue usage profiles.
listUsageProfilesRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ListWorkflowsResult> listWorkflowsAsync(ListWorkflowsRequest listWorkflowsRequest)
Lists names of workflows created in the account.
listWorkflowsRequest
- Future<ListWorkflowsResult> listWorkflowsAsync(ListWorkflowsRequest listWorkflowsRequest, AsyncHandler<ListWorkflowsRequest,ListWorkflowsResult> asyncHandler)
Lists names of workflows created in the account.
listWorkflowsRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<PutDataCatalogEncryptionSettingsResult> putDataCatalogEncryptionSettingsAsync(PutDataCatalogEncryptionSettingsRequest putDataCatalogEncryptionSettingsRequest)
Sets the security configuration for a specified catalog. After the configuration has been set, the specified encryption is applied to every catalog write thereafter.
putDataCatalogEncryptionSettingsRequest
- Future<PutDataCatalogEncryptionSettingsResult> putDataCatalogEncryptionSettingsAsync(PutDataCatalogEncryptionSettingsRequest putDataCatalogEncryptionSettingsRequest, AsyncHandler<PutDataCatalogEncryptionSettingsRequest,PutDataCatalogEncryptionSettingsResult> asyncHandler)
Sets the security configuration for a specified catalog. After the configuration has been set, the specified encryption is applied to every catalog write thereafter.
putDataCatalogEncryptionSettingsRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<PutResourcePolicyResult> putResourcePolicyAsync(PutResourcePolicyRequest putResourcePolicyRequest)
Sets the Data Catalog resource policy for access control.
putResourcePolicyRequest
- Future<PutResourcePolicyResult> putResourcePolicyAsync(PutResourcePolicyRequest putResourcePolicyRequest, AsyncHandler<PutResourcePolicyRequest,PutResourcePolicyResult> asyncHandler)
Sets the Data Catalog resource policy for access control.
putResourcePolicyRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<PutSchemaVersionMetadataResult> putSchemaVersionMetadataAsync(PutSchemaVersionMetadataRequest putSchemaVersionMetadataRequest)
Puts the metadata key value pair for a specified schema version ID. A maximum of 10 key value pairs will be allowed per schema version. They can be added over one or more calls.
putSchemaVersionMetadataRequest
- Future<PutSchemaVersionMetadataResult> putSchemaVersionMetadataAsync(PutSchemaVersionMetadataRequest putSchemaVersionMetadataRequest, AsyncHandler<PutSchemaVersionMetadataRequest,PutSchemaVersionMetadataResult> asyncHandler)
Puts the metadata key value pair for a specified schema version ID. A maximum of 10 key value pairs will be allowed per schema version. They can be added over one or more calls.
putSchemaVersionMetadataRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<PutWorkflowRunPropertiesResult> putWorkflowRunPropertiesAsync(PutWorkflowRunPropertiesRequest putWorkflowRunPropertiesRequest)
Puts the specified workflow run properties for the given workflow run. If a property already exists for the specified run, then it overrides the value otherwise adds the property to existing properties.
putWorkflowRunPropertiesRequest
- Future<PutWorkflowRunPropertiesResult> putWorkflowRunPropertiesAsync(PutWorkflowRunPropertiesRequest putWorkflowRunPropertiesRequest, AsyncHandler<PutWorkflowRunPropertiesRequest,PutWorkflowRunPropertiesResult> asyncHandler)
Puts the specified workflow run properties for the given workflow run. If a property already exists for the specified run, then it overrides the value otherwise adds the property to existing properties.
putWorkflowRunPropertiesRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<QuerySchemaVersionMetadataResult> querySchemaVersionMetadataAsync(QuerySchemaVersionMetadataRequest querySchemaVersionMetadataRequest)
Queries for the schema version metadata information.
querySchemaVersionMetadataRequest
- Future<QuerySchemaVersionMetadataResult> querySchemaVersionMetadataAsync(QuerySchemaVersionMetadataRequest querySchemaVersionMetadataRequest, AsyncHandler<QuerySchemaVersionMetadataRequest,QuerySchemaVersionMetadataResult> asyncHandler)
Queries for the schema version metadata information.
querySchemaVersionMetadataRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<RegisterSchemaVersionResult> registerSchemaVersionAsync(RegisterSchemaVersionRequest registerSchemaVersionRequest)
Adds a new version to the existing schema. Returns an error if new version of schema does not meet the compatibility requirements of the schema set. This API will not create a new schema set and will return a 404 error if the schema set is not already present in the Schema Registry.
If this is the first schema definition to be registered in the Schema Registry, this API will store the schema
version and return immediately. Otherwise, this call has the potential to run longer than other operations due to
compatibility modes. You can call the GetSchemaVersion
API with the SchemaVersionId
to
check compatibility modes.
If the same schema definition is already stored in Schema Registry as a version, the schema ID of the existing schema is returned to the caller.
registerSchemaVersionRequest
- Future<RegisterSchemaVersionResult> registerSchemaVersionAsync(RegisterSchemaVersionRequest registerSchemaVersionRequest, AsyncHandler<RegisterSchemaVersionRequest,RegisterSchemaVersionResult> asyncHandler)
Adds a new version to the existing schema. Returns an error if new version of schema does not meet the compatibility requirements of the schema set. This API will not create a new schema set and will return a 404 error if the schema set is not already present in the Schema Registry.
If this is the first schema definition to be registered in the Schema Registry, this API will store the schema
version and return immediately. Otherwise, this call has the potential to run longer than other operations due to
compatibility modes. You can call the GetSchemaVersion
API with the SchemaVersionId
to
check compatibility modes.
If the same schema definition is already stored in Schema Registry as a version, the schema ID of the existing schema is returned to the caller.
registerSchemaVersionRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<RemoveSchemaVersionMetadataResult> removeSchemaVersionMetadataAsync(RemoveSchemaVersionMetadataRequest removeSchemaVersionMetadataRequest)
Removes a key value pair from the schema version metadata for the specified schema version ID.
removeSchemaVersionMetadataRequest
- Future<RemoveSchemaVersionMetadataResult> removeSchemaVersionMetadataAsync(RemoveSchemaVersionMetadataRequest removeSchemaVersionMetadataRequest, AsyncHandler<RemoveSchemaVersionMetadataRequest,RemoveSchemaVersionMetadataResult> asyncHandler)
Removes a key value pair from the schema version metadata for the specified schema version ID.
removeSchemaVersionMetadataRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ResetJobBookmarkResult> resetJobBookmarkAsync(ResetJobBookmarkRequest resetJobBookmarkRequest)
Resets a bookmark entry.
For more information about enabling and using job bookmarks, see:
resetJobBookmarkRequest
- Future<ResetJobBookmarkResult> resetJobBookmarkAsync(ResetJobBookmarkRequest resetJobBookmarkRequest, AsyncHandler<ResetJobBookmarkRequest,ResetJobBookmarkResult> asyncHandler)
Resets a bookmark entry.
For more information about enabling and using job bookmarks, see:
resetJobBookmarkRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ResumeWorkflowRunResult> resumeWorkflowRunAsync(ResumeWorkflowRunRequest resumeWorkflowRunRequest)
Restarts selected nodes of a previous partially completed workflow run and resumes the workflow run. The selected nodes and all nodes that are downstream from the selected nodes are run.
resumeWorkflowRunRequest
- Future<ResumeWorkflowRunResult> resumeWorkflowRunAsync(ResumeWorkflowRunRequest resumeWorkflowRunRequest, AsyncHandler<ResumeWorkflowRunRequest,ResumeWorkflowRunResult> asyncHandler)
Restarts selected nodes of a previous partially completed workflow run and resumes the workflow run. The selected nodes and all nodes that are downstream from the selected nodes are run.
resumeWorkflowRunRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<RunStatementResult> runStatementAsync(RunStatementRequest runStatementRequest)
Executes the statement.
runStatementRequest
- Future<RunStatementResult> runStatementAsync(RunStatementRequest runStatementRequest, AsyncHandler<RunStatementRequest,RunStatementResult> asyncHandler)
Executes the statement.
runStatementRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<SearchTablesResult> searchTablesAsync(SearchTablesRequest searchTablesRequest)
Searches a set of tables based on properties in the table metadata as well as on the parent database. You can search against text or filter conditions.
You can only get tables that you have access to based on the security policies defined in Lake Formation. You need at least a read-only access to the table for it to be returned. If you do not have access to all the columns in the table, these columns will not be searched against when returning the list of tables back to you. If you have access to the columns but not the data in the columns, those columns and the associated metadata for those columns will be included in the search.
searchTablesRequest
- Future<SearchTablesResult> searchTablesAsync(SearchTablesRequest searchTablesRequest, AsyncHandler<SearchTablesRequest,SearchTablesResult> asyncHandler)
Searches a set of tables based on properties in the table metadata as well as on the parent database. You can search against text or filter conditions.
You can only get tables that you have access to based on the security policies defined in Lake Formation. You need at least a read-only access to the table for it to be returned. If you do not have access to all the columns in the table, these columns will not be searched against when returning the list of tables back to you. If you have access to the columns but not the data in the columns, those columns and the associated metadata for those columns will be included in the search.
searchTablesRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<StartBlueprintRunResult> startBlueprintRunAsync(StartBlueprintRunRequest startBlueprintRunRequest)
Starts a new run of the specified blueprint.
startBlueprintRunRequest
- Future<StartBlueprintRunResult> startBlueprintRunAsync(StartBlueprintRunRequest startBlueprintRunRequest, AsyncHandler<StartBlueprintRunRequest,StartBlueprintRunResult> asyncHandler)
Starts a new run of the specified blueprint.
startBlueprintRunRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<StartColumnStatisticsTaskRunResult> startColumnStatisticsTaskRunAsync(StartColumnStatisticsTaskRunRequest startColumnStatisticsTaskRunRequest)
Starts a column statistics task run, for a specified table and columns.
startColumnStatisticsTaskRunRequest
- Future<StartColumnStatisticsTaskRunResult> startColumnStatisticsTaskRunAsync(StartColumnStatisticsTaskRunRequest startColumnStatisticsTaskRunRequest, AsyncHandler<StartColumnStatisticsTaskRunRequest,StartColumnStatisticsTaskRunResult> asyncHandler)
Starts a column statistics task run, for a specified table and columns.
startColumnStatisticsTaskRunRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<StartCrawlerResult> startCrawlerAsync(StartCrawlerRequest startCrawlerRequest)
Starts a crawl using the specified crawler, regardless of what is scheduled. If the crawler is already running, returns a CrawlerRunningException.
startCrawlerRequest
- Future<StartCrawlerResult> startCrawlerAsync(StartCrawlerRequest startCrawlerRequest, AsyncHandler<StartCrawlerRequest,StartCrawlerResult> asyncHandler)
Starts a crawl using the specified crawler, regardless of what is scheduled. If the crawler is already running, returns a CrawlerRunningException.
startCrawlerRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<StartCrawlerScheduleResult> startCrawlerScheduleAsync(StartCrawlerScheduleRequest startCrawlerScheduleRequest)
Changes the schedule state of the specified crawler to SCHEDULED
, unless the crawler is already
running or the schedule state is already SCHEDULED
.
startCrawlerScheduleRequest
- Future<StartCrawlerScheduleResult> startCrawlerScheduleAsync(StartCrawlerScheduleRequest startCrawlerScheduleRequest, AsyncHandler<StartCrawlerScheduleRequest,StartCrawlerScheduleResult> asyncHandler)
Changes the schedule state of the specified crawler to SCHEDULED
, unless the crawler is already
running or the schedule state is already SCHEDULED
.
startCrawlerScheduleRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<StartDataQualityRuleRecommendationRunResult> startDataQualityRuleRecommendationRunAsync(StartDataQualityRuleRecommendationRunRequest startDataQualityRuleRecommendationRunRequest)
Starts a recommendation run that is used to generate rules when you don't know what rules to write. Glue Data Quality analyzes the data and comes up with recommendations for a potential ruleset. You can then triage the ruleset and modify the generated ruleset to your liking.
Recommendation runs are automatically deleted after 90 days.
startDataQualityRuleRecommendationRunRequest
- Future<StartDataQualityRuleRecommendationRunResult> startDataQualityRuleRecommendationRunAsync(StartDataQualityRuleRecommendationRunRequest startDataQualityRuleRecommendationRunRequest, AsyncHandler<StartDataQualityRuleRecommendationRunRequest,StartDataQualityRuleRecommendationRunResult> asyncHandler)
Starts a recommendation run that is used to generate rules when you don't know what rules to write. Glue Data Quality analyzes the data and comes up with recommendations for a potential ruleset. You can then triage the ruleset and modify the generated ruleset to your liking.
Recommendation runs are automatically deleted after 90 days.
startDataQualityRuleRecommendationRunRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<StartDataQualityRulesetEvaluationRunResult> startDataQualityRulesetEvaluationRunAsync(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). The evaluation computes results which you can retrieve with the
GetDataQualityResult
API.
startDataQualityRulesetEvaluationRunRequest
- Future<StartDataQualityRulesetEvaluationRunResult> startDataQualityRulesetEvaluationRunAsync(StartDataQualityRulesetEvaluationRunRequest startDataQualityRulesetEvaluationRunRequest, AsyncHandler<StartDataQualityRulesetEvaluationRunRequest,StartDataQualityRulesetEvaluationRunResult> asyncHandler)
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). The evaluation computes results which you can retrieve with the
GetDataQualityResult
API.
startDataQualityRulesetEvaluationRunRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<StartExportLabelsTaskRunResult> startExportLabelsTaskRunAsync(StartExportLabelsTaskRunRequest startExportLabelsTaskRunRequest)
Begins an asynchronous task to export all labeled data for a particular transform. This task is the only
label-related API call that is not part of the typical active learning workflow. You typically use
StartExportLabelsTaskRun
when you want to work with all of your existing labels at the same time,
such as when you want to remove or change labels that were previously submitted as truth. This API operation
accepts the TransformId
whose labels you want to export and an Amazon Simple Storage Service (Amazon
S3) path to export the labels to. The operation returns a TaskRunId
. You can check on the status of
your task run by calling the GetMLTaskRun
API.
startExportLabelsTaskRunRequest
- Future<StartExportLabelsTaskRunResult> startExportLabelsTaskRunAsync(StartExportLabelsTaskRunRequest startExportLabelsTaskRunRequest, AsyncHandler<StartExportLabelsTaskRunRequest,StartExportLabelsTaskRunResult> asyncHandler)
Begins an asynchronous task to export all labeled data for a particular transform. This task is the only
label-related API call that is not part of the typical active learning workflow. You typically use
StartExportLabelsTaskRun
when you want to work with all of your existing labels at the same time,
such as when you want to remove or change labels that were previously submitted as truth. This API operation
accepts the TransformId
whose labels you want to export and an Amazon Simple Storage Service (Amazon
S3) path to export the labels to. The operation returns a TaskRunId
. You can check on the status of
your task run by calling the GetMLTaskRun
API.
startExportLabelsTaskRunRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<StartImportLabelsTaskRunResult> startImportLabelsTaskRunAsync(StartImportLabelsTaskRunRequest startImportLabelsTaskRunRequest)
Enables you to provide additional labels (examples of truth) to be used to teach the machine learning transform
and improve its quality. This API operation is generally used as part of the active learning workflow that starts
with the StartMLLabelingSetGenerationTaskRun
call and that ultimately results in improving the
quality of your machine learning transform.
After the StartMLLabelingSetGenerationTaskRun
finishes, Glue machine learning will have generated a
series of questions for humans to answer. (Answering these questions is often called 'labeling' in the machine
learning workflows). In the case of the FindMatches
transform, these questions are of the form,
“What is the correct way to group these rows together into groups composed entirely of matching records?” After
the labeling process is finished, users upload their answers/labels with a call to
StartImportLabelsTaskRun
. After StartImportLabelsTaskRun
finishes, all future runs of
the machine learning transform use the new and improved labels and perform a higher-quality transformation.
By default, StartMLLabelingSetGenerationTaskRun
continually learns from and combines all labels that
you upload unless you set Replace
to true. If you set Replace
to true,
StartImportLabelsTaskRun
deletes and forgets all previously uploaded labels and learns only from the
exact set that you upload. Replacing labels can be helpful if you realize that you previously uploaded incorrect
labels, and you believe that they are having a negative effect on your transform quality.
You can check on the status of your task run by calling the GetMLTaskRun
operation.
startImportLabelsTaskRunRequest
- Future<StartImportLabelsTaskRunResult> startImportLabelsTaskRunAsync(StartImportLabelsTaskRunRequest startImportLabelsTaskRunRequest, AsyncHandler<StartImportLabelsTaskRunRequest,StartImportLabelsTaskRunResult> asyncHandler)
Enables you to provide additional labels (examples of truth) to be used to teach the machine learning transform
and improve its quality. This API operation is generally used as part of the active learning workflow that starts
with the StartMLLabelingSetGenerationTaskRun
call and that ultimately results in improving the
quality of your machine learning transform.
After the StartMLLabelingSetGenerationTaskRun
finishes, Glue machine learning will have generated a
series of questions for humans to answer. (Answering these questions is often called 'labeling' in the machine
learning workflows). In the case of the FindMatches
transform, these questions are of the form,
“What is the correct way to group these rows together into groups composed entirely of matching records?” After
the labeling process is finished, users upload their answers/labels with a call to
StartImportLabelsTaskRun
. After StartImportLabelsTaskRun
finishes, all future runs of
the machine learning transform use the new and improved labels and perform a higher-quality transformation.
By default, StartMLLabelingSetGenerationTaskRun
continually learns from and combines all labels that
you upload unless you set Replace
to true. If you set Replace
to true,
StartImportLabelsTaskRun
deletes and forgets all previously uploaded labels and learns only from the
exact set that you upload. Replacing labels can be helpful if you realize that you previously uploaded incorrect
labels, and you believe that they are having a negative effect on your transform quality.
You can check on the status of your task run by calling the GetMLTaskRun
operation.
startImportLabelsTaskRunRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<StartJobRunResult> startJobRunAsync(StartJobRunRequest startJobRunRequest)
Starts a job run using a job definition.
startJobRunRequest
- Future<StartJobRunResult> startJobRunAsync(StartJobRunRequest startJobRunRequest, AsyncHandler<StartJobRunRequest,StartJobRunResult> asyncHandler)
Starts a job run using a job definition.
startJobRunRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<StartMLEvaluationTaskRunResult> startMLEvaluationTaskRunAsync(StartMLEvaluationTaskRunRequest startMLEvaluationTaskRunRequest)
Starts a task to estimate the quality of the transform.
When you provide label sets as examples of truth, Glue machine learning uses some of those examples to learn from them. The rest of the labels are used as a test to estimate quality.
Returns a unique identifier for the run. You can call GetMLTaskRun
to get more information about the
stats of the EvaluationTaskRun
.
startMLEvaluationTaskRunRequest
- Future<StartMLEvaluationTaskRunResult> startMLEvaluationTaskRunAsync(StartMLEvaluationTaskRunRequest startMLEvaluationTaskRunRequest, AsyncHandler<StartMLEvaluationTaskRunRequest,StartMLEvaluationTaskRunResult> asyncHandler)
Starts a task to estimate the quality of the transform.
When you provide label sets as examples of truth, Glue machine learning uses some of those examples to learn from them. The rest of the labels are used as a test to estimate quality.
Returns a unique identifier for the run. You can call GetMLTaskRun
to get more information about the
stats of the EvaluationTaskRun
.
startMLEvaluationTaskRunRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<StartMLLabelingSetGenerationTaskRunResult> startMLLabelingSetGenerationTaskRunAsync(StartMLLabelingSetGenerationTaskRunRequest startMLLabelingSetGenerationTaskRunRequest)
Starts the active learning workflow for your machine learning transform to improve the transform's quality by generating label sets and adding labels.
When the StartMLLabelingSetGenerationTaskRun
finishes, Glue will have generated a "labeling set" or
a set of questions for humans to answer.
In the case of the FindMatches
transform, these questions are of the form, “What is the correct way
to group these rows together into groups composed entirely of matching records?”
After the labeling process is finished, you can upload your labels with a call to
StartImportLabelsTaskRun
. After StartImportLabelsTaskRun
finishes, all future runs of
the machine learning transform will use the new and improved labels and perform a higher-quality transformation.
startMLLabelingSetGenerationTaskRunRequest
- Future<StartMLLabelingSetGenerationTaskRunResult> startMLLabelingSetGenerationTaskRunAsync(StartMLLabelingSetGenerationTaskRunRequest startMLLabelingSetGenerationTaskRunRequest, AsyncHandler<StartMLLabelingSetGenerationTaskRunRequest,StartMLLabelingSetGenerationTaskRunResult> asyncHandler)
Starts the active learning workflow for your machine learning transform to improve the transform's quality by generating label sets and adding labels.
When the StartMLLabelingSetGenerationTaskRun
finishes, Glue will have generated a "labeling set" or
a set of questions for humans to answer.
In the case of the FindMatches
transform, these questions are of the form, “What is the correct way
to group these rows together into groups composed entirely of matching records?”
After the labeling process is finished, you can upload your labels with a call to
StartImportLabelsTaskRun
. After StartImportLabelsTaskRun
finishes, all future runs of
the machine learning transform will use the new and improved labels and perform a higher-quality transformation.
startMLLabelingSetGenerationTaskRunRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<StartTriggerResult> startTriggerAsync(StartTriggerRequest startTriggerRequest)
Starts an existing trigger. See Triggering Jobs for information about how different types of trigger are started.
startTriggerRequest
- Future<StartTriggerResult> startTriggerAsync(StartTriggerRequest startTriggerRequest, AsyncHandler<StartTriggerRequest,StartTriggerResult> asyncHandler)
Starts an existing trigger. See Triggering Jobs for information about how different types of trigger are started.
startTriggerRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<StartWorkflowRunResult> startWorkflowRunAsync(StartWorkflowRunRequest startWorkflowRunRequest)
Starts a new run of the specified workflow.
startWorkflowRunRequest
- Future<StartWorkflowRunResult> startWorkflowRunAsync(StartWorkflowRunRequest startWorkflowRunRequest, AsyncHandler<StartWorkflowRunRequest,StartWorkflowRunResult> asyncHandler)
Starts a new run of the specified workflow.
startWorkflowRunRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<StopColumnStatisticsTaskRunResult> stopColumnStatisticsTaskRunAsync(StopColumnStatisticsTaskRunRequest stopColumnStatisticsTaskRunRequest)
Stops a task run for the specified table.
stopColumnStatisticsTaskRunRequest
- Future<StopColumnStatisticsTaskRunResult> stopColumnStatisticsTaskRunAsync(StopColumnStatisticsTaskRunRequest stopColumnStatisticsTaskRunRequest, AsyncHandler<StopColumnStatisticsTaskRunRequest,StopColumnStatisticsTaskRunResult> asyncHandler)
Stops a task run for the specified table.
stopColumnStatisticsTaskRunRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<StopCrawlerResult> stopCrawlerAsync(StopCrawlerRequest stopCrawlerRequest)
If the specified crawler is running, stops the crawl.
stopCrawlerRequest
- Future<StopCrawlerResult> stopCrawlerAsync(StopCrawlerRequest stopCrawlerRequest, AsyncHandler<StopCrawlerRequest,StopCrawlerResult> asyncHandler)
If the specified crawler is running, stops the crawl.
stopCrawlerRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<StopCrawlerScheduleResult> stopCrawlerScheduleAsync(StopCrawlerScheduleRequest stopCrawlerScheduleRequest)
Sets the schedule state of the specified crawler to NOT_SCHEDULED
, but does not stop the crawler if
it is already running.
stopCrawlerScheduleRequest
- Future<StopCrawlerScheduleResult> stopCrawlerScheduleAsync(StopCrawlerScheduleRequest stopCrawlerScheduleRequest, AsyncHandler<StopCrawlerScheduleRequest,StopCrawlerScheduleResult> asyncHandler)
Sets the schedule state of the specified crawler to NOT_SCHEDULED
, but does not stop the crawler if
it is already running.
stopCrawlerScheduleRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<StopSessionResult> stopSessionAsync(StopSessionRequest stopSessionRequest)
Stops the session.
stopSessionRequest
- Future<StopSessionResult> stopSessionAsync(StopSessionRequest stopSessionRequest, AsyncHandler<StopSessionRequest,StopSessionResult> asyncHandler)
Stops the session.
stopSessionRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<StopTriggerResult> stopTriggerAsync(StopTriggerRequest stopTriggerRequest)
Stops a specified trigger.
stopTriggerRequest
- Future<StopTriggerResult> stopTriggerAsync(StopTriggerRequest stopTriggerRequest, AsyncHandler<StopTriggerRequest,StopTriggerResult> asyncHandler)
Stops a specified trigger.
stopTriggerRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<StopWorkflowRunResult> stopWorkflowRunAsync(StopWorkflowRunRequest stopWorkflowRunRequest)
Stops the execution of the specified workflow run.
stopWorkflowRunRequest
- Future<StopWorkflowRunResult> stopWorkflowRunAsync(StopWorkflowRunRequest stopWorkflowRunRequest, AsyncHandler<StopWorkflowRunRequest,StopWorkflowRunResult> asyncHandler)
Stops the execution of the specified workflow run.
stopWorkflowRunRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<TagResourceResult> tagResourceAsync(TagResourceRequest tagResourceRequest)
Adds tags to a resource. A tag is a label you can assign to an Amazon Web Services resource. In Glue, you can tag only certain resources. For information about what resources you can tag, see Amazon Web Services Tags in Glue.
tagResourceRequest
- Future<TagResourceResult> tagResourceAsync(TagResourceRequest tagResourceRequest, AsyncHandler<TagResourceRequest,TagResourceResult> asyncHandler)
Adds tags to a resource. A tag is a label you can assign to an Amazon Web Services resource. In Glue, you can tag only certain resources. For information about what resources you can tag, see Amazon Web Services Tags in Glue.
tagResourceRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest untagResourceRequest)
Removes tags from a resource.
untagResourceRequest
- Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest untagResourceRequest, AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
Removes tags from a resource.
untagResourceRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<UpdateBlueprintResult> updateBlueprintAsync(UpdateBlueprintRequest updateBlueprintRequest)
Updates a registered blueprint.
updateBlueprintRequest
- Future<UpdateBlueprintResult> updateBlueprintAsync(UpdateBlueprintRequest updateBlueprintRequest, AsyncHandler<UpdateBlueprintRequest,UpdateBlueprintResult> asyncHandler)
Updates a registered blueprint.
updateBlueprintRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<UpdateClassifierResult> updateClassifierAsync(UpdateClassifierRequest updateClassifierRequest)
Modifies an existing classifier (a GrokClassifier
, an XMLClassifier
, a
JsonClassifier
, or a CsvClassifier
, depending on which field is present).
updateClassifierRequest
- Future<UpdateClassifierResult> updateClassifierAsync(UpdateClassifierRequest updateClassifierRequest, AsyncHandler<UpdateClassifierRequest,UpdateClassifierResult> asyncHandler)
Modifies an existing classifier (a GrokClassifier
, an XMLClassifier
, a
JsonClassifier
, or a CsvClassifier
, depending on which field is present).
updateClassifierRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<UpdateColumnStatisticsForPartitionResult> updateColumnStatisticsForPartitionAsync(UpdateColumnStatisticsForPartitionRequest updateColumnStatisticsForPartitionRequest)
Creates or updates partition statistics of columns.
The Identity and Access Management (IAM) permission required for this operation is UpdatePartition
.
updateColumnStatisticsForPartitionRequest
- Future<UpdateColumnStatisticsForPartitionResult> updateColumnStatisticsForPartitionAsync(UpdateColumnStatisticsForPartitionRequest updateColumnStatisticsForPartitionRequest, AsyncHandler<UpdateColumnStatisticsForPartitionRequest,UpdateColumnStatisticsForPartitionResult> asyncHandler)
Creates or updates partition statistics of columns.
The Identity and Access Management (IAM) permission required for this operation is UpdatePartition
.
updateColumnStatisticsForPartitionRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<UpdateColumnStatisticsForTableResult> updateColumnStatisticsForTableAsync(UpdateColumnStatisticsForTableRequest updateColumnStatisticsForTableRequest)
Creates or updates table statistics of columns.
The Identity and Access Management (IAM) permission required for this operation is UpdateTable
.
updateColumnStatisticsForTableRequest
- Future<UpdateColumnStatisticsForTableResult> updateColumnStatisticsForTableAsync(UpdateColumnStatisticsForTableRequest updateColumnStatisticsForTableRequest, AsyncHandler<UpdateColumnStatisticsForTableRequest,UpdateColumnStatisticsForTableResult> asyncHandler)
Creates or updates table statistics of columns.
The Identity and Access Management (IAM) permission required for this operation is UpdateTable
.
updateColumnStatisticsForTableRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<UpdateConnectionResult> updateConnectionAsync(UpdateConnectionRequest updateConnectionRequest)
Updates a connection definition in the Data Catalog.
updateConnectionRequest
- Future<UpdateConnectionResult> updateConnectionAsync(UpdateConnectionRequest updateConnectionRequest, AsyncHandler<UpdateConnectionRequest,UpdateConnectionResult> asyncHandler)
Updates a connection definition in the Data Catalog.
updateConnectionRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<UpdateCrawlerResult> updateCrawlerAsync(UpdateCrawlerRequest updateCrawlerRequest)
Updates a crawler. If a crawler is running, you must stop it using StopCrawler
before updating it.
updateCrawlerRequest
- Future<UpdateCrawlerResult> updateCrawlerAsync(UpdateCrawlerRequest updateCrawlerRequest, AsyncHandler<UpdateCrawlerRequest,UpdateCrawlerResult> asyncHandler)
Updates a crawler. If a crawler is running, you must stop it using StopCrawler
before updating it.
updateCrawlerRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<UpdateCrawlerScheduleResult> updateCrawlerScheduleAsync(UpdateCrawlerScheduleRequest updateCrawlerScheduleRequest)
Updates the schedule of a crawler using a cron
expression.
updateCrawlerScheduleRequest
- Future<UpdateCrawlerScheduleResult> updateCrawlerScheduleAsync(UpdateCrawlerScheduleRequest updateCrawlerScheduleRequest, AsyncHandler<UpdateCrawlerScheduleRequest,UpdateCrawlerScheduleResult> asyncHandler)
Updates the schedule of a crawler using a cron
expression.
updateCrawlerScheduleRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<UpdateDataQualityRulesetResult> updateDataQualityRulesetAsync(UpdateDataQualityRulesetRequest updateDataQualityRulesetRequest)
Updates the specified data quality ruleset.
updateDataQualityRulesetRequest
- Future<UpdateDataQualityRulesetResult> updateDataQualityRulesetAsync(UpdateDataQualityRulesetRequest updateDataQualityRulesetRequest, AsyncHandler<UpdateDataQualityRulesetRequest,UpdateDataQualityRulesetResult> asyncHandler)
Updates the specified data quality ruleset.
updateDataQualityRulesetRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<UpdateDatabaseResult> updateDatabaseAsync(UpdateDatabaseRequest updateDatabaseRequest)
Updates an existing database definition in a Data Catalog.
updateDatabaseRequest
- Future<UpdateDatabaseResult> updateDatabaseAsync(UpdateDatabaseRequest updateDatabaseRequest, AsyncHandler<UpdateDatabaseRequest,UpdateDatabaseResult> asyncHandler)
Updates an existing database definition in a Data Catalog.
updateDatabaseRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<UpdateDevEndpointResult> updateDevEndpointAsync(UpdateDevEndpointRequest updateDevEndpointRequest)
Updates a specified development endpoint.
updateDevEndpointRequest
- Future<UpdateDevEndpointResult> updateDevEndpointAsync(UpdateDevEndpointRequest updateDevEndpointRequest, AsyncHandler<UpdateDevEndpointRequest,UpdateDevEndpointResult> asyncHandler)
Updates a specified development endpoint.
updateDevEndpointRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<UpdateJobResult> updateJobAsync(UpdateJobRequest updateJobRequest)
Updates an existing job definition. The previous job definition is completely overwritten by this information.
updateJobRequest
- Future<UpdateJobResult> updateJobAsync(UpdateJobRequest updateJobRequest, AsyncHandler<UpdateJobRequest,UpdateJobResult> asyncHandler)
Updates an existing job definition. The previous job definition is completely overwritten by this information.
updateJobRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<UpdateJobFromSourceControlResult> updateJobFromSourceControlAsync(UpdateJobFromSourceControlRequest updateJobFromSourceControlRequest)
Synchronizes a job from the source control repository. This operation takes the job artifacts that are located in the remote repository and updates the Glue internal stores with these artifacts.
This API supports optional parameters which take in the repository information.
updateJobFromSourceControlRequest
- Future<UpdateJobFromSourceControlResult> updateJobFromSourceControlAsync(UpdateJobFromSourceControlRequest updateJobFromSourceControlRequest, AsyncHandler<UpdateJobFromSourceControlRequest,UpdateJobFromSourceControlResult> asyncHandler)
Synchronizes a job from the source control repository. This operation takes the job artifacts that are located in the remote repository and updates the Glue internal stores with these artifacts.
This API supports optional parameters which take in the repository information.
updateJobFromSourceControlRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<UpdateMLTransformResult> updateMLTransformAsync(UpdateMLTransformRequest updateMLTransformRequest)
Updates an existing machine learning transform. Call this operation to tune the algorithm parameters to achieve better results.
After calling this operation, you can call the StartMLEvaluationTaskRun
operation to assess how well
your new parameters achieved your goals (such as improving the quality of your machine learning transform, or
making it more cost-effective).
updateMLTransformRequest
- Future<UpdateMLTransformResult> updateMLTransformAsync(UpdateMLTransformRequest updateMLTransformRequest, AsyncHandler<UpdateMLTransformRequest,UpdateMLTransformResult> asyncHandler)
Updates an existing machine learning transform. Call this operation to tune the algorithm parameters to achieve better results.
After calling this operation, you can call the StartMLEvaluationTaskRun
operation to assess how well
your new parameters achieved your goals (such as improving the quality of your machine learning transform, or
making it more cost-effective).
updateMLTransformRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<UpdatePartitionResult> updatePartitionAsync(UpdatePartitionRequest updatePartitionRequest)
Updates a partition.
updatePartitionRequest
- Future<UpdatePartitionResult> updatePartitionAsync(UpdatePartitionRequest updatePartitionRequest, AsyncHandler<UpdatePartitionRequest,UpdatePartitionResult> asyncHandler)
Updates a partition.
updatePartitionRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<UpdateRegistryResult> updateRegistryAsync(UpdateRegistryRequest updateRegistryRequest)
Updates an existing registry which is used to hold a collection of schemas. The updated properties relate to the registry, and do not modify any of the schemas within the registry.
updateRegistryRequest
- Future<UpdateRegistryResult> updateRegistryAsync(UpdateRegistryRequest updateRegistryRequest, AsyncHandler<UpdateRegistryRequest,UpdateRegistryResult> asyncHandler)
Updates an existing registry which is used to hold a collection of schemas. The updated properties relate to the registry, and do not modify any of the schemas within the registry.
updateRegistryRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<UpdateSchemaResult> updateSchemaAsync(UpdateSchemaRequest updateSchemaRequest)
Updates the description, compatibility setting, or version checkpoint for a schema set.
For updating the compatibility setting, the call will not validate compatibility for the entire set of schema
versions with the new compatibility setting. If the value for Compatibility
is provided, the
VersionNumber
(a checkpoint) is also required. The API will validate the checkpoint version number
for consistency.
If the value for the VersionNumber
(checkpoint) is provided, Compatibility
is optional
and this can be used to set/reset a checkpoint for the schema.
This update will happen only if the schema is in the AVAILABLE state.
updateSchemaRequest
- Future<UpdateSchemaResult> updateSchemaAsync(UpdateSchemaRequest updateSchemaRequest, AsyncHandler<UpdateSchemaRequest,UpdateSchemaResult> asyncHandler)
Updates the description, compatibility setting, or version checkpoint for a schema set.
For updating the compatibility setting, the call will not validate compatibility for the entire set of schema
versions with the new compatibility setting. If the value for Compatibility
is provided, the
VersionNumber
(a checkpoint) is also required. The API will validate the checkpoint version number
for consistency.
If the value for the VersionNumber
(checkpoint) is provided, Compatibility
is optional
and this can be used to set/reset a checkpoint for the schema.
This update will happen only if the schema is in the AVAILABLE state.
updateSchemaRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<UpdateSourceControlFromJobResult> updateSourceControlFromJobAsync(UpdateSourceControlFromJobRequest updateSourceControlFromJobRequest)
Synchronizes a job to the source control repository. This operation takes the job artifacts from the Glue internal stores and makes a commit to the remote repository that is configured on the job.
This API supports optional parameters which take in the repository information.
updateSourceControlFromJobRequest
- Future<UpdateSourceControlFromJobResult> updateSourceControlFromJobAsync(UpdateSourceControlFromJobRequest updateSourceControlFromJobRequest, AsyncHandler<UpdateSourceControlFromJobRequest,UpdateSourceControlFromJobResult> asyncHandler)
Synchronizes a job to the source control repository. This operation takes the job artifacts from the Glue internal stores and makes a commit to the remote repository that is configured on the job.
This API supports optional parameters which take in the repository information.
updateSourceControlFromJobRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<UpdateTableResult> updateTableAsync(UpdateTableRequest updateTableRequest)
Updates a metadata table in the Data Catalog.
updateTableRequest
- Future<UpdateTableResult> updateTableAsync(UpdateTableRequest updateTableRequest, AsyncHandler<UpdateTableRequest,UpdateTableResult> asyncHandler)
Updates a metadata table in the Data Catalog.
updateTableRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<UpdateTableOptimizerResult> updateTableOptimizerAsync(UpdateTableOptimizerRequest updateTableOptimizerRequest)
Updates the configuration for an existing table optimizer.
updateTableOptimizerRequest
- Future<UpdateTableOptimizerResult> updateTableOptimizerAsync(UpdateTableOptimizerRequest updateTableOptimizerRequest, AsyncHandler<UpdateTableOptimizerRequest,UpdateTableOptimizerResult> asyncHandler)
Updates the configuration for an existing table optimizer.
updateTableOptimizerRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<UpdateTriggerResult> updateTriggerAsync(UpdateTriggerRequest updateTriggerRequest)
Updates a trigger definition.
updateTriggerRequest
- Future<UpdateTriggerResult> updateTriggerAsync(UpdateTriggerRequest updateTriggerRequest, AsyncHandler<UpdateTriggerRequest,UpdateTriggerResult> asyncHandler)
Updates a trigger definition.
updateTriggerRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<UpdateUsageProfileResult> updateUsageProfileAsync(UpdateUsageProfileRequest updateUsageProfileRequest)
Update an Glue usage profile.
updateUsageProfileRequest
- Future<UpdateUsageProfileResult> updateUsageProfileAsync(UpdateUsageProfileRequest updateUsageProfileRequest, AsyncHandler<UpdateUsageProfileRequest,UpdateUsageProfileResult> asyncHandler)
Update an Glue usage profile.
updateUsageProfileRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<UpdateUserDefinedFunctionResult> updateUserDefinedFunctionAsync(UpdateUserDefinedFunctionRequest updateUserDefinedFunctionRequest)
Updates an existing function definition in the Data Catalog.
updateUserDefinedFunctionRequest
- Future<UpdateUserDefinedFunctionResult> updateUserDefinedFunctionAsync(UpdateUserDefinedFunctionRequest updateUserDefinedFunctionRequest, AsyncHandler<UpdateUserDefinedFunctionRequest,UpdateUserDefinedFunctionResult> asyncHandler)
Updates an existing function definition in the Data Catalog.
updateUserDefinedFunctionRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<UpdateWorkflowResult> updateWorkflowAsync(UpdateWorkflowRequest updateWorkflowRequest)
Updates an existing workflow.
updateWorkflowRequest
- Future<UpdateWorkflowResult> updateWorkflowAsync(UpdateWorkflowRequest updateWorkflowRequest, AsyncHandler<UpdateWorkflowRequest,UpdateWorkflowResult> asyncHandler)
Updates an existing workflow.
updateWorkflowRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.