@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 AWS Glue service.
ENDPOINT_PREFIX
batchCreatePartition, batchDeleteConnection, batchDeletePartition, batchDeleteTable, batchDeleteTableVersion, batchGetCrawlers, batchGetDevEndpoints, batchGetJobs, batchGetPartition, batchGetTriggers, batchGetWorkflows, batchStopJobRun, batchUpdatePartition, cancelMLTaskRun, checkSchemaVersionValidity, createClassifier, createConnection, createCrawler, createDatabase, createDevEndpoint, createJob, createMLTransform, createPartition, createPartitionIndex, createRegistry, createSchema, createScript, createSecurityConfiguration, createTable, createTrigger, createUserDefinedFunction, createWorkflow, deleteClassifier, deleteColumnStatisticsForPartition, deleteColumnStatisticsForTable, deleteConnection, deleteCrawler, deleteDatabase, deleteDevEndpoint, deleteJob, deleteMLTransform, deletePartition, deletePartitionIndex, deleteRegistry, deleteResourcePolicy, deleteSchema, deleteSchemaVersions, deleteSecurityConfiguration, deleteTable, deleteTableVersion, deleteTrigger, deleteUserDefinedFunction, deleteWorkflow, getCachedResponseMetadata, getCatalogImportStatus, getClassifier, getClassifiers, getColumnStatisticsForPartition, getColumnStatisticsForTable, getConnection, getConnections, getCrawler, getCrawlerMetrics, getCrawlers, getDatabase, getDatabases, getDataCatalogEncryptionSettings, getDataflowGraph, 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, getTable, getTables, getTableVersion, getTableVersions, getTags, getTrigger, getTriggers, getUserDefinedFunction, getUserDefinedFunctions, getWorkflow, getWorkflowRun, getWorkflowRunProperties, getWorkflowRuns, importCatalogToGlue, listCrawlers, listDevEndpoints, listJobs, listMLTransforms, listRegistries, listSchemas, listSchemaVersions, listTriggers, listWorkflows, putDataCatalogEncryptionSettings, putResourcePolicy, putSchemaVersionMetadata, putWorkflowRunProperties, querySchemaVersionMetadata, registerSchemaVersion, removeSchemaVersionMetadata, resetJobBookmark, resumeWorkflowRun, searchTables, shutdown, startCrawler, startCrawlerSchedule, startExportLabelsTaskRun, startImportLabelsTaskRun, startJobRun, startMLEvaluationTaskRun, startMLLabelingSetGenerationTaskRun, startTrigger, startWorkflowRun, stopCrawler, stopCrawlerSchedule, stopTrigger, stopWorkflowRun, tagResource, untagResource, updateClassifier, updateColumnStatisticsForPartition, updateColumnStatisticsForTable, updateConnection, updateCrawler, updateCrawlerSchedule, updateDatabase, updateDevEndpoint, updateJob, updateMLTransform, updatePartition, updateRegistry, updateSchema, updateTable, updateTrigger, 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. AWS 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. AWS 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<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<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<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<CancelMLTaskRunResult> cancelMLTaskRunAsync(CancelMLTaskRunRequest cancelMLTaskRunRequest)
Cancels (stops) a task run. Machine learning task runs are asynchronous tasks that AWS 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 AWS 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<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<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.
createConnectionRequest
- Future<CreateConnectionResult> createConnectionAsync(CreateConnectionRequest createConnectionRequest, AsyncHandler<CreateConnectionRequest,CreateConnectionResult> asyncHandler)
Creates a connection definition in the Data Catalog.
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<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 AWS 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 AWS 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 AWS 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 AWS 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 AWS Glue. You can use a security configuration to encrypt data at rest. For information about using security configurations in AWS 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 AWS Glue. You can use a security configuration to encrypt data at rest. For information about using security configurations in AWS 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<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<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<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<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 AWS 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 AWS 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<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. AWS 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. AWS 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 AWS 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 AWS Glue. If you no longer need a transform, you can
delete it by calling DeleteMLTransforms
. However, any AWS Glue jobs that still reference the deleted
transform will no longer succeed.
deleteMLTransformRequest
- Future<DeleteMLTransformResult> deleteMLTransformAsync(DeleteMLTransformRequest deleteMLTransformRequest, AsyncHandler<DeleteMLTransformRequest,DeleteMLTransformResult> asyncHandler)
Deletes an AWS 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 AWS Glue. If you no longer need a transform, you can
delete it by calling DeleteMLTransforms
. However, any AWS 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 disable 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 disable 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 disable
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 disable
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<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. AWS 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. AWS 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<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<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<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<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<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<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), AWS Glue returns only a private IP address, and the public IP address field is not populated. When you create a non-VPC development endpoint, AWS 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), AWS Glue returns only a private IP address, and the public IP address field is not populated. When you create a non-VPC development endpoint, AWS 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 AWS account.
When you create a development endpoint in a virtual private cloud (VPC), AWS Glue returns only a private IP address and the public IP address field is not populated. When you create a non-VPC development endpoint, AWS Glue returns only a public IP address.
getDevEndpointsRequest
- Future<GetDevEndpointsResult> getDevEndpointsAsync(GetDevEndpointsRequest getDevEndpointsRequest, AsyncHandler<GetDevEndpointsRequest,GetDevEndpointsResult> asyncHandler)
Retrieves all the development endpoints in this AWS account.
When you create a development endpoint in a virtual private cloud (VPC), AWS Glue returns only a private IP address and the public IP address field is not populated. When you create a non-VPC development endpoint, AWS 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.
getJobBookmarkRequest
- Future<GetJobBookmarkResult> getJobBookmarkAsync(GetJobBookmarkRequest getJobBookmarkRequest, AsyncHandler<GetJobBookmarkRequest,GetJobBookmarkResult> asyncHandler)
Returns information on a job bookmark entry.
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.
getJobRunRequest
- Future<GetJobRunResult> getJobRunAsync(GetJobRunRequest getJobRunRequest, AsyncHandler<GetJobRunRequest,GetJobRunResult> asyncHandler)
Retrieves the metadata for a given 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 AWS 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 AWS 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 AWS
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 AWS
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 AWS 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 AWS Glue.
You can retrieve their metadata by calling GetMLTransform
.
getMLTransformRequest
- Future<GetMLTransformResult> getMLTransformAsync(GetMLTransformRequest getMLTransformRequest, AsyncHandler<GetMLTransformRequest,GetMLTransformResult> asyncHandler)
Gets an AWS 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 AWS 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 AWS 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 AWS 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 AWS 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 AWS 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 AWS 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 AWS 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 AWS 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 AWS 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<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<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<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.
getWorkflowRunRequest
- Future<GetWorkflowRunResult> getWorkflowRunAsync(GetWorkflowRunRequest getWorkflowRunRequest, AsyncHandler<GetWorkflowRunRequest,GetWorkflowRunResult> asyncHandler)
Retrieves the metadata for a given workflow 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 AWS Glue
importCatalogToGlueRequest
- Future<ImportCatalogToGlueResult> importCatalogToGlueAsync(ImportCatalogToGlueRequest importCatalogToGlueRequest, AsyncHandler<ImportCatalogToGlueRequest,ImportCatalogToGlueResult> asyncHandler)
Imports an existing Amazon Athena Data Catalog to AWS 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<ListCrawlersResult> listCrawlersAsync(ListCrawlersRequest listCrawlersRequest)
Retrieves the names of all crawler resources in this AWS 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 AWS 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<ListDevEndpointsResult> listDevEndpointsAsync(ListDevEndpointsRequest listDevEndpointsRequest)
Retrieves the names of all DevEndpoint
resources in this AWS 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 AWS 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 AWS 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 AWS 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 AWS Glue machine learning transforms in this AWS 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 AWS Glue machine learning transforms in this AWS 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<ListTriggersResult> listTriggersAsync(ListTriggersRequest listTriggersRequest)
Retrieves the names of all trigger resources in this AWS 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 AWS 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<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.
resetJobBookmarkRequest
- Future<ResetJobBookmarkResult> resetJobBookmarkAsync(ResetJobBookmarkRequest resetJobBookmarkRequest, AsyncHandler<ResetJobBookmarkRequest,ResetJobBookmarkResult> asyncHandler)
Resets a bookmark entry.
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<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<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<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, AWS 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, AWS 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, AWS 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, AWS 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, AWS 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, AWS 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<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<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 AWS resource. In AWS Glue, you can tag only certain resources. For information about what resources you can tag, see AWS Tags in AWS 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 AWS resource. In AWS Glue, you can tag only certain resources. For information about what resources you can tag, see AWS Tags in AWS 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<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<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.
updateJobRequest
- Future<UpdateJobResult> updateJobAsync(UpdateJobRequest updateJobRequest, AsyncHandler<UpdateJobRequest,UpdateJobResult> asyncHandler)
Updates an existing job definition.
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<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<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<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<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.Copyright © 2021. All rights reserved.