@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAWSGlueAsync extends AbstractAWSGlue implements AWSGlueAsync
AWSGlueAsync
. Convenient method forms pass through to the corresponding overload
that takes a request object and an AsyncHandler
, which throws an UnsupportedOperationException
.ENDPOINT_PREFIX
batchCreatePartition, batchDeleteConnection, batchDeletePartition, batchDeleteTable, batchDeleteTableVersion, batchGetCrawlers, batchGetDevEndpoints, batchGetJobs, batchGetPartition, batchGetTriggers, batchStopJobRun, createClassifier, createConnection, createCrawler, createDatabase, createDevEndpoint, createJob, createPartition, createScript, createSecurityConfiguration, createTable, createTrigger, createUserDefinedFunction, deleteClassifier, deleteConnection, deleteCrawler, deleteDatabase, deleteDevEndpoint, deleteJob, deletePartition, deleteResourcePolicy, deleteSecurityConfiguration, deleteTable, deleteTableVersion, deleteTrigger, deleteUserDefinedFunction, getCachedResponseMetadata, getCatalogImportStatus, getClassifier, getClassifiers, getConnection, getConnections, getCrawler, getCrawlerMetrics, getCrawlers, getDatabase, getDatabases, getDataCatalogEncryptionSettings, getDataflowGraph, getDevEndpoint, getDevEndpoints, getJob, getJobRun, getJobRuns, getJobs, getMapping, getPartition, getPartitions, getPlan, getResourcePolicy, getSecurityConfiguration, getSecurityConfigurations, getTable, getTables, getTableVersion, getTableVersions, getTags, getTrigger, getTriggers, getUserDefinedFunction, getUserDefinedFunctions, importCatalogToGlue, listCrawlers, listDevEndpoints, listJobs, listTriggers, putDataCatalogEncryptionSettings, putResourcePolicy, resetJobBookmark, shutdown, startCrawler, startCrawlerSchedule, startJobRun, startTrigger, stopCrawler, stopCrawlerSchedule, stopTrigger, tagResource, untagResource, updateClassifier, updateConnection, updateCrawler, updateCrawlerSchedule, updateDatabase, updateDevEndpoint, updateJob, updatePartition, updateTable, updateTrigger, updateUserDefinedFunction
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
batchCreatePartition, batchDeleteConnection, batchDeletePartition, batchDeleteTable, batchDeleteTableVersion, batchGetCrawlers, batchGetDevEndpoints, batchGetJobs, batchGetPartition, batchGetTriggers, batchStopJobRun, createClassifier, createConnection, createCrawler, createDatabase, createDevEndpoint, createJob, createPartition, createScript, createSecurityConfiguration, createTable, createTrigger, createUserDefinedFunction, deleteClassifier, deleteConnection, deleteCrawler, deleteDatabase, deleteDevEndpoint, deleteJob, deletePartition, deleteResourcePolicy, deleteSecurityConfiguration, deleteTable, deleteTableVersion, deleteTrigger, deleteUserDefinedFunction, getCachedResponseMetadata, getCatalogImportStatus, getClassifier, getClassifiers, getConnection, getConnections, getCrawler, getCrawlerMetrics, getCrawlers, getDatabase, getDatabases, getDataCatalogEncryptionSettings, getDataflowGraph, getDevEndpoint, getDevEndpoints, getJob, getJobRun, getJobRuns, getJobs, getMapping, getPartition, getPartitions, getPlan, getResourcePolicy, getSecurityConfiguration, getSecurityConfigurations, getTable, getTables, getTableVersion, getTableVersions, getTags, getTrigger, getTriggers, getUserDefinedFunction, getUserDefinedFunctions, importCatalogToGlue, listCrawlers, listDevEndpoints, listJobs, listTriggers, putDataCatalogEncryptionSettings, putResourcePolicy, resetJobBookmark, shutdown, startCrawler, startCrawlerSchedule, startJobRun, startTrigger, stopCrawler, stopCrawlerSchedule, stopTrigger, tagResource, untagResource, updateClassifier, updateConnection, updateCrawler, updateCrawlerSchedule, updateDatabase, updateDevEndpoint, updateJob, updatePartition, updateTable, updateTrigger, updateUserDefinedFunction
public Future<BatchCreatePartitionResult> batchCreatePartitionAsync(BatchCreatePartitionRequest request)
AWSGlueAsync
Creates one or more partitions in a batch operation.
batchCreatePartitionAsync
in interface AWSGlueAsync
public Future<BatchCreatePartitionResult> batchCreatePartitionAsync(BatchCreatePartitionRequest request, AsyncHandler<BatchCreatePartitionRequest,BatchCreatePartitionResult> asyncHandler)
AWSGlueAsync
Creates one or more partitions in a batch operation.
batchCreatePartitionAsync
in interface AWSGlueAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<BatchDeleteConnectionResult> batchDeleteConnectionAsync(BatchDeleteConnectionRequest request)
AWSGlueAsync
Deletes a list of connection definitions from the Data Catalog.
batchDeleteConnectionAsync
in interface AWSGlueAsync
public Future<BatchDeleteConnectionResult> batchDeleteConnectionAsync(BatchDeleteConnectionRequest request, AsyncHandler<BatchDeleteConnectionRequest,BatchDeleteConnectionResult> asyncHandler)
AWSGlueAsync
Deletes a list of connection definitions from the Data Catalog.
batchDeleteConnectionAsync
in interface AWSGlueAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<BatchDeletePartitionResult> batchDeletePartitionAsync(BatchDeletePartitionRequest request)
AWSGlueAsync
Deletes one or more partitions in a batch operation.
batchDeletePartitionAsync
in interface AWSGlueAsync
public Future<BatchDeletePartitionResult> batchDeletePartitionAsync(BatchDeletePartitionRequest request, AsyncHandler<BatchDeletePartitionRequest,BatchDeletePartitionResult> asyncHandler)
AWSGlueAsync
Deletes one or more partitions in a batch operation.
batchDeletePartitionAsync
in interface AWSGlueAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<BatchDeleteTableResult> batchDeleteTableAsync(BatchDeleteTableRequest request)
AWSGlueAsync
Deletes multiple tables at once.
After completing this operation, you will 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 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.
batchDeleteTableAsync
in interface AWSGlueAsync
public Future<BatchDeleteTableResult> batchDeleteTableAsync(BatchDeleteTableRequest request, AsyncHandler<BatchDeleteTableRequest,BatchDeleteTableResult> asyncHandler)
AWSGlueAsync
Deletes multiple tables at once.
After completing this operation, you will 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 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.
batchDeleteTableAsync
in interface AWSGlueAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<BatchDeleteTableVersionResult> batchDeleteTableVersionAsync(BatchDeleteTableVersionRequest request)
AWSGlueAsync
Deletes a specified batch of versions of a table.
batchDeleteTableVersionAsync
in interface AWSGlueAsync
public Future<BatchDeleteTableVersionResult> batchDeleteTableVersionAsync(BatchDeleteTableVersionRequest request, AsyncHandler<BatchDeleteTableVersionRequest,BatchDeleteTableVersionResult> asyncHandler)
AWSGlueAsync
Deletes a specified batch of versions of a table.
batchDeleteTableVersionAsync
in interface AWSGlueAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<BatchGetCrawlersResult> batchGetCrawlersAsync(BatchGetCrawlersRequest request)
AWSGlueAsync
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.
batchGetCrawlersAsync
in interface AWSGlueAsync
public Future<BatchGetCrawlersResult> batchGetCrawlersAsync(BatchGetCrawlersRequest request, AsyncHandler<BatchGetCrawlersRequest,BatchGetCrawlersResult> asyncHandler)
AWSGlueAsync
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.
batchGetCrawlersAsync
in interface AWSGlueAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<BatchGetDevEndpointsResult> batchGetDevEndpointsAsync(BatchGetDevEndpointsRequest request)
AWSGlueAsync
Returns a list of resource metadata for a given list of DevEndpoint 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.
batchGetDevEndpointsAsync
in interface AWSGlueAsync
public Future<BatchGetDevEndpointsResult> batchGetDevEndpointsAsync(BatchGetDevEndpointsRequest request, AsyncHandler<BatchGetDevEndpointsRequest,BatchGetDevEndpointsResult> asyncHandler)
AWSGlueAsync
Returns a list of resource metadata for a given list of DevEndpoint 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.
batchGetDevEndpointsAsync
in interface AWSGlueAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<BatchGetJobsResult> batchGetJobsAsync(BatchGetJobsRequest request)
AWSGlueAsync
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.
batchGetJobsAsync
in interface AWSGlueAsync
public Future<BatchGetJobsResult> batchGetJobsAsync(BatchGetJobsRequest request, AsyncHandler<BatchGetJobsRequest,BatchGetJobsResult> asyncHandler)
AWSGlueAsync
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.
batchGetJobsAsync
in interface AWSGlueAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<BatchGetPartitionResult> batchGetPartitionAsync(BatchGetPartitionRequest request)
AWSGlueAsync
Retrieves partitions in a batch request.
batchGetPartitionAsync
in interface AWSGlueAsync
public Future<BatchGetPartitionResult> batchGetPartitionAsync(BatchGetPartitionRequest request, AsyncHandler<BatchGetPartitionRequest,BatchGetPartitionResult> asyncHandler)
AWSGlueAsync
Retrieves partitions in a batch request.
batchGetPartitionAsync
in interface AWSGlueAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<BatchGetTriggersResult> batchGetTriggersAsync(BatchGetTriggersRequest request)
AWSGlueAsync
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.
batchGetTriggersAsync
in interface AWSGlueAsync
public Future<BatchGetTriggersResult> batchGetTriggersAsync(BatchGetTriggersRequest request, AsyncHandler<BatchGetTriggersRequest,BatchGetTriggersResult> asyncHandler)
AWSGlueAsync
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.
batchGetTriggersAsync
in interface AWSGlueAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<BatchStopJobRunResult> batchStopJobRunAsync(BatchStopJobRunRequest request)
AWSGlueAsync
Stops one or more job runs for a specified job definition.
batchStopJobRunAsync
in interface AWSGlueAsync
public Future<BatchStopJobRunResult> batchStopJobRunAsync(BatchStopJobRunRequest request, AsyncHandler<BatchStopJobRunRequest,BatchStopJobRunResult> asyncHandler)
AWSGlueAsync
Stops one or more job runs for a specified job definition.
batchStopJobRunAsync
in interface AWSGlueAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateClassifierResult> createClassifierAsync(CreateClassifierRequest request)
AWSGlueAsync
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.
createClassifierAsync
in interface AWSGlueAsync
public Future<CreateClassifierResult> createClassifierAsync(CreateClassifierRequest request, AsyncHandler<CreateClassifierRequest,CreateClassifierResult> asyncHandler)
AWSGlueAsync
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.
createClassifierAsync
in interface AWSGlueAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateConnectionResult> createConnectionAsync(CreateConnectionRequest request)
AWSGlueAsync
Creates a connection definition in the Data Catalog.
createConnectionAsync
in interface AWSGlueAsync
public Future<CreateConnectionResult> createConnectionAsync(CreateConnectionRequest request, AsyncHandler<CreateConnectionRequest,CreateConnectionResult> asyncHandler)
AWSGlueAsync
Creates a connection definition in the Data Catalog.
createConnectionAsync
in interface AWSGlueAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateCrawlerResult> createCrawlerAsync(CreateCrawlerRequest request)
AWSGlueAsync
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.
createCrawlerAsync
in interface AWSGlueAsync
public Future<CreateCrawlerResult> createCrawlerAsync(CreateCrawlerRequest request, AsyncHandler<CreateCrawlerRequest,CreateCrawlerResult> asyncHandler)
AWSGlueAsync
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.
createCrawlerAsync
in interface AWSGlueAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateDatabaseResult> createDatabaseAsync(CreateDatabaseRequest request)
AWSGlueAsync
Creates a new database in a Data Catalog.
createDatabaseAsync
in interface AWSGlueAsync
public Future<CreateDatabaseResult> createDatabaseAsync(CreateDatabaseRequest request, AsyncHandler<CreateDatabaseRequest,CreateDatabaseResult> asyncHandler)
AWSGlueAsync
Creates a new database in a Data Catalog.
createDatabaseAsync
in interface AWSGlueAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateDevEndpointResult> createDevEndpointAsync(CreateDevEndpointRequest request)
AWSGlueAsync
Creates a new DevEndpoint.
createDevEndpointAsync
in interface AWSGlueAsync
public Future<CreateDevEndpointResult> createDevEndpointAsync(CreateDevEndpointRequest request, AsyncHandler<CreateDevEndpointRequest,CreateDevEndpointResult> asyncHandler)
AWSGlueAsync
Creates a new DevEndpoint.
createDevEndpointAsync
in interface AWSGlueAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateJobResult> createJobAsync(CreateJobRequest request)
AWSGlueAsync
Creates a new job definition.
createJobAsync
in interface AWSGlueAsync
public Future<CreateJobResult> createJobAsync(CreateJobRequest request, AsyncHandler<CreateJobRequest,CreateJobResult> asyncHandler)
AWSGlueAsync
Creates a new job definition.
createJobAsync
in interface AWSGlueAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreatePartitionResult> createPartitionAsync(CreatePartitionRequest request)
AWSGlueAsync
Creates a new partition.
createPartitionAsync
in interface AWSGlueAsync
public Future<CreatePartitionResult> createPartitionAsync(CreatePartitionRequest request, AsyncHandler<CreatePartitionRequest,CreatePartitionResult> asyncHandler)
AWSGlueAsync
Creates a new partition.
createPartitionAsync
in interface AWSGlueAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateScriptResult> createScriptAsync(CreateScriptRequest request)
AWSGlueAsync
Transforms a directed acyclic graph (DAG) into code.
createScriptAsync
in interface AWSGlueAsync
public Future<CreateScriptResult> createScriptAsync(CreateScriptRequest request, AsyncHandler<CreateScriptRequest,CreateScriptResult> asyncHandler)
AWSGlueAsync
Transforms a directed acyclic graph (DAG) into code.
createScriptAsync
in interface AWSGlueAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateSecurityConfigurationResult> createSecurityConfigurationAsync(CreateSecurityConfigurationRequest request)
AWSGlueAsync
Creates a new security configuration.
createSecurityConfigurationAsync
in interface AWSGlueAsync
public Future<CreateSecurityConfigurationResult> createSecurityConfigurationAsync(CreateSecurityConfigurationRequest request, AsyncHandler<CreateSecurityConfigurationRequest,CreateSecurityConfigurationResult> asyncHandler)
AWSGlueAsync
Creates a new security configuration.
createSecurityConfigurationAsync
in interface AWSGlueAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateTableResult> createTableAsync(CreateTableRequest request)
AWSGlueAsync
Creates a new table definition in the Data Catalog.
createTableAsync
in interface AWSGlueAsync
public Future<CreateTableResult> createTableAsync(CreateTableRequest request, AsyncHandler<CreateTableRequest,CreateTableResult> asyncHandler)
AWSGlueAsync
Creates a new table definition in the Data Catalog.
createTableAsync
in interface AWSGlueAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateTriggerResult> createTriggerAsync(CreateTriggerRequest request)
AWSGlueAsync
Creates a new trigger.
createTriggerAsync
in interface AWSGlueAsync
public Future<CreateTriggerResult> createTriggerAsync(CreateTriggerRequest request, AsyncHandler<CreateTriggerRequest,CreateTriggerResult> asyncHandler)
AWSGlueAsync
Creates a new trigger.
createTriggerAsync
in interface AWSGlueAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateUserDefinedFunctionResult> createUserDefinedFunctionAsync(CreateUserDefinedFunctionRequest request)
AWSGlueAsync
Creates a new function definition in the Data Catalog.
createUserDefinedFunctionAsync
in interface AWSGlueAsync
public Future<CreateUserDefinedFunctionResult> createUserDefinedFunctionAsync(CreateUserDefinedFunctionRequest request, AsyncHandler<CreateUserDefinedFunctionRequest,CreateUserDefinedFunctionResult> asyncHandler)
AWSGlueAsync
Creates a new function definition in the Data Catalog.
createUserDefinedFunctionAsync
in interface AWSGlueAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteClassifierResult> deleteClassifierAsync(DeleteClassifierRequest request)
AWSGlueAsync
Removes a classifier from the Data Catalog.
deleteClassifierAsync
in interface AWSGlueAsync
public Future<DeleteClassifierResult> deleteClassifierAsync(DeleteClassifierRequest request, AsyncHandler<DeleteClassifierRequest,DeleteClassifierResult> asyncHandler)
AWSGlueAsync
Removes a classifier from the Data Catalog.
deleteClassifierAsync
in interface AWSGlueAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteConnectionResult> deleteConnectionAsync(DeleteConnectionRequest request)
AWSGlueAsync
Deletes a connection from the Data Catalog.
deleteConnectionAsync
in interface AWSGlueAsync
public Future<DeleteConnectionResult> deleteConnectionAsync(DeleteConnectionRequest request, AsyncHandler<DeleteConnectionRequest,DeleteConnectionResult> asyncHandler)
AWSGlueAsync
Deletes a connection from the Data Catalog.
deleteConnectionAsync
in interface AWSGlueAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteCrawlerResult> deleteCrawlerAsync(DeleteCrawlerRequest request)
AWSGlueAsync
Removes a specified crawler from the AWS Glue Data Catalog, unless the crawler state is RUNNING
.
deleteCrawlerAsync
in interface AWSGlueAsync
public Future<DeleteCrawlerResult> deleteCrawlerAsync(DeleteCrawlerRequest request, AsyncHandler<DeleteCrawlerRequest,DeleteCrawlerResult> asyncHandler)
AWSGlueAsync
Removes a specified crawler from the AWS Glue Data Catalog, unless the crawler state is RUNNING
.
deleteCrawlerAsync
in interface AWSGlueAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteDatabaseResult> deleteDatabaseAsync(DeleteDatabaseRequest request)
AWSGlueAsync
Removes a specified Database from a Data Catalog.
After completing this operation, you will 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 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.
deleteDatabaseAsync
in interface AWSGlueAsync
public Future<DeleteDatabaseResult> deleteDatabaseAsync(DeleteDatabaseRequest request, AsyncHandler<DeleteDatabaseRequest,DeleteDatabaseResult> asyncHandler)
AWSGlueAsync
Removes a specified Database from a Data Catalog.
After completing this operation, you will 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 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.
deleteDatabaseAsync
in interface AWSGlueAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteDevEndpointResult> deleteDevEndpointAsync(DeleteDevEndpointRequest request)
AWSGlueAsync
Deletes a specified DevEndpoint.
deleteDevEndpointAsync
in interface AWSGlueAsync
public Future<DeleteDevEndpointResult> deleteDevEndpointAsync(DeleteDevEndpointRequest request, AsyncHandler<DeleteDevEndpointRequest,DeleteDevEndpointResult> asyncHandler)
AWSGlueAsync
Deletes a specified DevEndpoint.
deleteDevEndpointAsync
in interface AWSGlueAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteJobResult> deleteJobAsync(DeleteJobRequest request)
AWSGlueAsync
Deletes a specified job definition. If the job definition is not found, no exception is thrown.
deleteJobAsync
in interface AWSGlueAsync
public Future<DeleteJobResult> deleteJobAsync(DeleteJobRequest request, AsyncHandler<DeleteJobRequest,DeleteJobResult> asyncHandler)
AWSGlueAsync
Deletes a specified job definition. If the job definition is not found, no exception is thrown.
deleteJobAsync
in interface AWSGlueAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeletePartitionResult> deletePartitionAsync(DeletePartitionRequest request)
AWSGlueAsync
Deletes a specified partition.
deletePartitionAsync
in interface AWSGlueAsync
public Future<DeletePartitionResult> deletePartitionAsync(DeletePartitionRequest request, AsyncHandler<DeletePartitionRequest,DeletePartitionResult> asyncHandler)
AWSGlueAsync
Deletes a specified partition.
deletePartitionAsync
in interface AWSGlueAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteResourcePolicyResult> deleteResourcePolicyAsync(DeleteResourcePolicyRequest request)
AWSGlueAsync
Deletes a specified policy.
deleteResourcePolicyAsync
in interface AWSGlueAsync
public Future<DeleteResourcePolicyResult> deleteResourcePolicyAsync(DeleteResourcePolicyRequest request, AsyncHandler<DeleteResourcePolicyRequest,DeleteResourcePolicyResult> asyncHandler)
AWSGlueAsync
Deletes a specified policy.
deleteResourcePolicyAsync
in interface AWSGlueAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteSecurityConfigurationResult> deleteSecurityConfigurationAsync(DeleteSecurityConfigurationRequest request)
AWSGlueAsync
Deletes a specified security configuration.
deleteSecurityConfigurationAsync
in interface AWSGlueAsync
public Future<DeleteSecurityConfigurationResult> deleteSecurityConfigurationAsync(DeleteSecurityConfigurationRequest request, AsyncHandler<DeleteSecurityConfigurationRequest,DeleteSecurityConfigurationResult> asyncHandler)
AWSGlueAsync
Deletes a specified security configuration.
deleteSecurityConfigurationAsync
in interface AWSGlueAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteTableResult> deleteTableAsync(DeleteTableRequest request)
AWSGlueAsync
Removes a table definition from the Data Catalog.
After completing this operation, you will 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 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.
deleteTableAsync
in interface AWSGlueAsync
public Future<DeleteTableResult> deleteTableAsync(DeleteTableRequest request, AsyncHandler<DeleteTableRequest,DeleteTableResult> asyncHandler)
AWSGlueAsync
Removes a table definition from the Data Catalog.
After completing this operation, you will 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 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.
deleteTableAsync
in interface AWSGlueAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteTableVersionResult> deleteTableVersionAsync(DeleteTableVersionRequest request)
AWSGlueAsync
Deletes a specified version of a table.
deleteTableVersionAsync
in interface AWSGlueAsync
public Future<DeleteTableVersionResult> deleteTableVersionAsync(DeleteTableVersionRequest request, AsyncHandler<DeleteTableVersionRequest,DeleteTableVersionResult> asyncHandler)
AWSGlueAsync
Deletes a specified version of a table.
deleteTableVersionAsync
in interface AWSGlueAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteTriggerResult> deleteTriggerAsync(DeleteTriggerRequest request)
AWSGlueAsync
Deletes a specified trigger. If the trigger is not found, no exception is thrown.
deleteTriggerAsync
in interface AWSGlueAsync
public Future<DeleteTriggerResult> deleteTriggerAsync(DeleteTriggerRequest request, AsyncHandler<DeleteTriggerRequest,DeleteTriggerResult> asyncHandler)
AWSGlueAsync
Deletes a specified trigger. If the trigger is not found, no exception is thrown.
deleteTriggerAsync
in interface AWSGlueAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteUserDefinedFunctionResult> deleteUserDefinedFunctionAsync(DeleteUserDefinedFunctionRequest request)
AWSGlueAsync
Deletes an existing function definition from the Data Catalog.
deleteUserDefinedFunctionAsync
in interface AWSGlueAsync
public Future<DeleteUserDefinedFunctionResult> deleteUserDefinedFunctionAsync(DeleteUserDefinedFunctionRequest request, AsyncHandler<DeleteUserDefinedFunctionRequest,DeleteUserDefinedFunctionResult> asyncHandler)
AWSGlueAsync
Deletes an existing function definition from the Data Catalog.
deleteUserDefinedFunctionAsync
in interface AWSGlueAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetCatalogImportStatusResult> getCatalogImportStatusAsync(GetCatalogImportStatusRequest request)
AWSGlueAsync
Retrieves the status of a migration operation.
getCatalogImportStatusAsync
in interface AWSGlueAsync
public Future<GetCatalogImportStatusResult> getCatalogImportStatusAsync(GetCatalogImportStatusRequest request, AsyncHandler<GetCatalogImportStatusRequest,GetCatalogImportStatusResult> asyncHandler)
AWSGlueAsync
Retrieves the status of a migration operation.
getCatalogImportStatusAsync
in interface AWSGlueAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetClassifierResult> getClassifierAsync(GetClassifierRequest request)
AWSGlueAsync
Retrieve a classifier by name.
getClassifierAsync
in interface AWSGlueAsync
public Future<GetClassifierResult> getClassifierAsync(GetClassifierRequest request, AsyncHandler<GetClassifierRequest,GetClassifierResult> asyncHandler)
AWSGlueAsync
Retrieve a classifier by name.
getClassifierAsync
in interface AWSGlueAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetClassifiersResult> getClassifiersAsync(GetClassifiersRequest request)
AWSGlueAsync
Lists all classifier objects in the Data Catalog.
getClassifiersAsync
in interface AWSGlueAsync
public Future<GetClassifiersResult> getClassifiersAsync(GetClassifiersRequest request, AsyncHandler<GetClassifiersRequest,GetClassifiersResult> asyncHandler)
AWSGlueAsync
Lists all classifier objects in the Data Catalog.
getClassifiersAsync
in interface AWSGlueAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetConnectionResult> getConnectionAsync(GetConnectionRequest request)
AWSGlueAsync
Retrieves a connection definition from the Data Catalog.
getConnectionAsync
in interface AWSGlueAsync
public Future<GetConnectionResult> getConnectionAsync(GetConnectionRequest request, AsyncHandler<GetConnectionRequest,GetConnectionResult> asyncHandler)
AWSGlueAsync
Retrieves a connection definition from the Data Catalog.
getConnectionAsync
in interface AWSGlueAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetConnectionsResult> getConnectionsAsync(GetConnectionsRequest request)
AWSGlueAsync
Retrieves a list of connection definitions from the Data Catalog.
getConnectionsAsync
in interface AWSGlueAsync
public Future<GetConnectionsResult> getConnectionsAsync(GetConnectionsRequest request, AsyncHandler<GetConnectionsRequest,GetConnectionsResult> asyncHandler)
AWSGlueAsync
Retrieves a list of connection definitions from the Data Catalog.
getConnectionsAsync
in interface AWSGlueAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetCrawlerResult> getCrawlerAsync(GetCrawlerRequest request)
AWSGlueAsync
Retrieves metadata for a specified crawler.
getCrawlerAsync
in interface AWSGlueAsync
public Future<GetCrawlerResult> getCrawlerAsync(GetCrawlerRequest request, AsyncHandler<GetCrawlerRequest,GetCrawlerResult> asyncHandler)
AWSGlueAsync
Retrieves metadata for a specified crawler.
getCrawlerAsync
in interface AWSGlueAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetCrawlerMetricsResult> getCrawlerMetricsAsync(GetCrawlerMetricsRequest request)
AWSGlueAsync
Retrieves metrics about specified crawlers.
getCrawlerMetricsAsync
in interface AWSGlueAsync
public Future<GetCrawlerMetricsResult> getCrawlerMetricsAsync(GetCrawlerMetricsRequest request, AsyncHandler<GetCrawlerMetricsRequest,GetCrawlerMetricsResult> asyncHandler)
AWSGlueAsync
Retrieves metrics about specified crawlers.
getCrawlerMetricsAsync
in interface AWSGlueAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetCrawlersResult> getCrawlersAsync(GetCrawlersRequest request)
AWSGlueAsync
Retrieves metadata for all crawlers defined in the customer account.
getCrawlersAsync
in interface AWSGlueAsync
public Future<GetCrawlersResult> getCrawlersAsync(GetCrawlersRequest request, AsyncHandler<GetCrawlersRequest,GetCrawlersResult> asyncHandler)
AWSGlueAsync
Retrieves metadata for all crawlers defined in the customer account.
getCrawlersAsync
in interface AWSGlueAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetDataCatalogEncryptionSettingsResult> getDataCatalogEncryptionSettingsAsync(GetDataCatalogEncryptionSettingsRequest request)
AWSGlueAsync
Retrieves the security configuration for a specified catalog.
getDataCatalogEncryptionSettingsAsync
in interface AWSGlueAsync
public Future<GetDataCatalogEncryptionSettingsResult> getDataCatalogEncryptionSettingsAsync(GetDataCatalogEncryptionSettingsRequest request, AsyncHandler<GetDataCatalogEncryptionSettingsRequest,GetDataCatalogEncryptionSettingsResult> asyncHandler)
AWSGlueAsync
Retrieves the security configuration for a specified catalog.
getDataCatalogEncryptionSettingsAsync
in interface AWSGlueAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetDatabaseResult> getDatabaseAsync(GetDatabaseRequest request)
AWSGlueAsync
Retrieves the definition of a specified database.
getDatabaseAsync
in interface AWSGlueAsync
public Future<GetDatabaseResult> getDatabaseAsync(GetDatabaseRequest request, AsyncHandler<GetDatabaseRequest,GetDatabaseResult> asyncHandler)
AWSGlueAsync
Retrieves the definition of a specified database.
getDatabaseAsync
in interface AWSGlueAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetDatabasesResult> getDatabasesAsync(GetDatabasesRequest request)
AWSGlueAsync
Retrieves all Databases defined in a given Data Catalog.
getDatabasesAsync
in interface AWSGlueAsync
public Future<GetDatabasesResult> getDatabasesAsync(GetDatabasesRequest request, AsyncHandler<GetDatabasesRequest,GetDatabasesResult> asyncHandler)
AWSGlueAsync
Retrieves all Databases defined in a given Data Catalog.
getDatabasesAsync
in interface AWSGlueAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetDataflowGraphResult> getDataflowGraphAsync(GetDataflowGraphRequest request)
AWSGlueAsync
Transforms a Python script into a directed acyclic graph (DAG).
getDataflowGraphAsync
in interface AWSGlueAsync
public Future<GetDataflowGraphResult> getDataflowGraphAsync(GetDataflowGraphRequest request, AsyncHandler<GetDataflowGraphRequest,GetDataflowGraphResult> asyncHandler)
AWSGlueAsync
Transforms a Python script into a directed acyclic graph (DAG).
getDataflowGraphAsync
in interface AWSGlueAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetDevEndpointResult> getDevEndpointAsync(GetDevEndpointRequest request)
AWSGlueAsync
Retrieves information about a specified DevEndpoint.
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.
getDevEndpointAsync
in interface AWSGlueAsync
public Future<GetDevEndpointResult> getDevEndpointAsync(GetDevEndpointRequest request, AsyncHandler<GetDevEndpointRequest,GetDevEndpointResult> asyncHandler)
AWSGlueAsync
Retrieves information about a specified DevEndpoint.
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.
getDevEndpointAsync
in interface AWSGlueAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetDevEndpointsResult> getDevEndpointsAsync(GetDevEndpointsRequest request)
AWSGlueAsync
Retrieves all the DevEndpoints 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.
getDevEndpointsAsync
in interface AWSGlueAsync
public Future<GetDevEndpointsResult> getDevEndpointsAsync(GetDevEndpointsRequest request, AsyncHandler<GetDevEndpointsRequest,GetDevEndpointsResult> asyncHandler)
AWSGlueAsync
Retrieves all the DevEndpoints 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.
getDevEndpointsAsync
in interface AWSGlueAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetJobResult> getJobAsync(GetJobRequest request)
AWSGlueAsync
Retrieves an existing job definition.
getJobAsync
in interface AWSGlueAsync
public Future<GetJobResult> getJobAsync(GetJobRequest request, AsyncHandler<GetJobRequest,GetJobResult> asyncHandler)
AWSGlueAsync
Retrieves an existing job definition.
getJobAsync
in interface AWSGlueAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetJobRunResult> getJobRunAsync(GetJobRunRequest request)
AWSGlueAsync
Retrieves the metadata for a given job run.
getJobRunAsync
in interface AWSGlueAsync
public Future<GetJobRunResult> getJobRunAsync(GetJobRunRequest request, AsyncHandler<GetJobRunRequest,GetJobRunResult> asyncHandler)
AWSGlueAsync
Retrieves the metadata for a given job run.
getJobRunAsync
in interface AWSGlueAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetJobRunsResult> getJobRunsAsync(GetJobRunsRequest request)
AWSGlueAsync
Retrieves metadata for all runs of a given job definition.
getJobRunsAsync
in interface AWSGlueAsync
public Future<GetJobRunsResult> getJobRunsAsync(GetJobRunsRequest request, AsyncHandler<GetJobRunsRequest,GetJobRunsResult> asyncHandler)
AWSGlueAsync
Retrieves metadata for all runs of a given job definition.
getJobRunsAsync
in interface AWSGlueAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetJobsResult> getJobsAsync(GetJobsRequest request)
AWSGlueAsync
Retrieves all current job definitions.
getJobsAsync
in interface AWSGlueAsync
public Future<GetJobsResult> getJobsAsync(GetJobsRequest request, AsyncHandler<GetJobsRequest,GetJobsResult> asyncHandler)
AWSGlueAsync
Retrieves all current job definitions.
getJobsAsync
in interface AWSGlueAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetMappingResult> getMappingAsync(GetMappingRequest request)
AWSGlueAsync
Creates mappings.
getMappingAsync
in interface AWSGlueAsync
public Future<GetMappingResult> getMappingAsync(GetMappingRequest request, AsyncHandler<GetMappingRequest,GetMappingResult> asyncHandler)
AWSGlueAsync
Creates mappings.
getMappingAsync
in interface AWSGlueAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetPartitionResult> getPartitionAsync(GetPartitionRequest request)
AWSGlueAsync
Retrieves information about a specified partition.
getPartitionAsync
in interface AWSGlueAsync
public Future<GetPartitionResult> getPartitionAsync(GetPartitionRequest request, AsyncHandler<GetPartitionRequest,GetPartitionResult> asyncHandler)
AWSGlueAsync
Retrieves information about a specified partition.
getPartitionAsync
in interface AWSGlueAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetPartitionsResult> getPartitionsAsync(GetPartitionsRequest request)
AWSGlueAsync
Retrieves information about the partitions in a table.
getPartitionsAsync
in interface AWSGlueAsync
public Future<GetPartitionsResult> getPartitionsAsync(GetPartitionsRequest request, AsyncHandler<GetPartitionsRequest,GetPartitionsResult> asyncHandler)
AWSGlueAsync
Retrieves information about the partitions in a table.
getPartitionsAsync
in interface AWSGlueAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetPlanResult> getPlanAsync(GetPlanRequest request)
AWSGlueAsync
Gets code to perform a specified mapping.
getPlanAsync
in interface AWSGlueAsync
public Future<GetPlanResult> getPlanAsync(GetPlanRequest request, AsyncHandler<GetPlanRequest,GetPlanResult> asyncHandler)
AWSGlueAsync
Gets code to perform a specified mapping.
getPlanAsync
in interface AWSGlueAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetResourcePolicyResult> getResourcePolicyAsync(GetResourcePolicyRequest request)
AWSGlueAsync
Retrieves a specified resource policy.
getResourcePolicyAsync
in interface AWSGlueAsync
public Future<GetResourcePolicyResult> getResourcePolicyAsync(GetResourcePolicyRequest request, AsyncHandler<GetResourcePolicyRequest,GetResourcePolicyResult> asyncHandler)
AWSGlueAsync
Retrieves a specified resource policy.
getResourcePolicyAsync
in interface AWSGlueAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetSecurityConfigurationResult> getSecurityConfigurationAsync(GetSecurityConfigurationRequest request)
AWSGlueAsync
Retrieves a specified security configuration.
getSecurityConfigurationAsync
in interface AWSGlueAsync
public Future<GetSecurityConfigurationResult> getSecurityConfigurationAsync(GetSecurityConfigurationRequest request, AsyncHandler<GetSecurityConfigurationRequest,GetSecurityConfigurationResult> asyncHandler)
AWSGlueAsync
Retrieves a specified security configuration.
getSecurityConfigurationAsync
in interface AWSGlueAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetSecurityConfigurationsResult> getSecurityConfigurationsAsync(GetSecurityConfigurationsRequest request)
AWSGlueAsync
Retrieves a list of all security configurations.
getSecurityConfigurationsAsync
in interface AWSGlueAsync
public Future<GetSecurityConfigurationsResult> getSecurityConfigurationsAsync(GetSecurityConfigurationsRequest request, AsyncHandler<GetSecurityConfigurationsRequest,GetSecurityConfigurationsResult> asyncHandler)
AWSGlueAsync
Retrieves a list of all security configurations.
getSecurityConfigurationsAsync
in interface AWSGlueAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetTableResult> getTableAsync(GetTableRequest request)
AWSGlueAsync
Retrieves the Table
definition in a Data Catalog for a specified table.
getTableAsync
in interface AWSGlueAsync
public Future<GetTableResult> getTableAsync(GetTableRequest request, AsyncHandler<GetTableRequest,GetTableResult> asyncHandler)
AWSGlueAsync
Retrieves the Table
definition in a Data Catalog for a specified table.
getTableAsync
in interface AWSGlueAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetTableVersionResult> getTableVersionAsync(GetTableVersionRequest request)
AWSGlueAsync
Retrieves a specified version of a table.
getTableVersionAsync
in interface AWSGlueAsync
public Future<GetTableVersionResult> getTableVersionAsync(GetTableVersionRequest request, AsyncHandler<GetTableVersionRequest,GetTableVersionResult> asyncHandler)
AWSGlueAsync
Retrieves a specified version of a table.
getTableVersionAsync
in interface AWSGlueAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetTableVersionsResult> getTableVersionsAsync(GetTableVersionsRequest request)
AWSGlueAsync
Retrieves a list of strings that identify available versions of a specified table.
getTableVersionsAsync
in interface AWSGlueAsync
public Future<GetTableVersionsResult> getTableVersionsAsync(GetTableVersionsRequest request, AsyncHandler<GetTableVersionsRequest,GetTableVersionsResult> asyncHandler)
AWSGlueAsync
Retrieves a list of strings that identify available versions of a specified table.
getTableVersionsAsync
in interface AWSGlueAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetTablesResult> getTablesAsync(GetTablesRequest request)
AWSGlueAsync
Retrieves the definitions of some or all of the tables in a given Database
.
getTablesAsync
in interface AWSGlueAsync
public Future<GetTablesResult> getTablesAsync(GetTablesRequest request, AsyncHandler<GetTablesRequest,GetTablesResult> asyncHandler)
AWSGlueAsync
Retrieves the definitions of some or all of the tables in a given Database
.
getTablesAsync
in interface AWSGlueAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetTagsResult> getTagsAsync(GetTagsRequest request)
AWSGlueAsync
Retrieves a list of tags associated with a resource.
getTagsAsync
in interface AWSGlueAsync
public Future<GetTagsResult> getTagsAsync(GetTagsRequest request, AsyncHandler<GetTagsRequest,GetTagsResult> asyncHandler)
AWSGlueAsync
Retrieves a list of tags associated with a resource.
getTagsAsync
in interface AWSGlueAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetTriggerResult> getTriggerAsync(GetTriggerRequest request)
AWSGlueAsync
Retrieves the definition of a trigger.
getTriggerAsync
in interface AWSGlueAsync
public Future<GetTriggerResult> getTriggerAsync(GetTriggerRequest request, AsyncHandler<GetTriggerRequest,GetTriggerResult> asyncHandler)
AWSGlueAsync
Retrieves the definition of a trigger.
getTriggerAsync
in interface AWSGlueAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetTriggersResult> getTriggersAsync(GetTriggersRequest request)
AWSGlueAsync
Gets all the triggers associated with a job.
getTriggersAsync
in interface AWSGlueAsync
public Future<GetTriggersResult> getTriggersAsync(GetTriggersRequest request, AsyncHandler<GetTriggersRequest,GetTriggersResult> asyncHandler)
AWSGlueAsync
Gets all the triggers associated with a job.
getTriggersAsync
in interface AWSGlueAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetUserDefinedFunctionResult> getUserDefinedFunctionAsync(GetUserDefinedFunctionRequest request)
AWSGlueAsync
Retrieves a specified function definition from the Data Catalog.
getUserDefinedFunctionAsync
in interface AWSGlueAsync
public Future<GetUserDefinedFunctionResult> getUserDefinedFunctionAsync(GetUserDefinedFunctionRequest request, AsyncHandler<GetUserDefinedFunctionRequest,GetUserDefinedFunctionResult> asyncHandler)
AWSGlueAsync
Retrieves a specified function definition from the Data Catalog.
getUserDefinedFunctionAsync
in interface AWSGlueAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetUserDefinedFunctionsResult> getUserDefinedFunctionsAsync(GetUserDefinedFunctionsRequest request)
AWSGlueAsync
Retrieves a multiple function definitions from the Data Catalog.
getUserDefinedFunctionsAsync
in interface AWSGlueAsync
public Future<GetUserDefinedFunctionsResult> getUserDefinedFunctionsAsync(GetUserDefinedFunctionsRequest request, AsyncHandler<GetUserDefinedFunctionsRequest,GetUserDefinedFunctionsResult> asyncHandler)
AWSGlueAsync
Retrieves a multiple function definitions from the Data Catalog.
getUserDefinedFunctionsAsync
in interface AWSGlueAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ImportCatalogToGlueResult> importCatalogToGlueAsync(ImportCatalogToGlueRequest request)
AWSGlueAsync
Imports an existing Athena Data Catalog to AWS Glue
importCatalogToGlueAsync
in interface AWSGlueAsync
public Future<ImportCatalogToGlueResult> importCatalogToGlueAsync(ImportCatalogToGlueRequest request, AsyncHandler<ImportCatalogToGlueRequest,ImportCatalogToGlueResult> asyncHandler)
AWSGlueAsync
Imports an existing Athena Data Catalog to AWS Glue
importCatalogToGlueAsync
in interface AWSGlueAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListCrawlersResult> listCrawlersAsync(ListCrawlersRequest request)
AWSGlueAsync
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
will be retrieved.
listCrawlersAsync
in interface AWSGlueAsync
public Future<ListCrawlersResult> listCrawlersAsync(ListCrawlersRequest request, AsyncHandler<ListCrawlersRequest,ListCrawlersResult> asyncHandler)
AWSGlueAsync
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
will be retrieved.
listCrawlersAsync
in interface AWSGlueAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListDevEndpointsResult> listDevEndpointsAsync(ListDevEndpointsRequest request)
AWSGlueAsync
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
will be retrieved.
listDevEndpointsAsync
in interface AWSGlueAsync
public Future<ListDevEndpointsResult> listDevEndpointsAsync(ListDevEndpointsRequest request, AsyncHandler<ListDevEndpointsRequest,ListDevEndpointsResult> asyncHandler)
AWSGlueAsync
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
will be retrieved.
listDevEndpointsAsync
in interface AWSGlueAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListJobsResult> listJobsAsync(ListJobsRequest request)
AWSGlueAsync
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
will be retrieved.
listJobsAsync
in interface AWSGlueAsync
public Future<ListJobsResult> listJobsAsync(ListJobsRequest request, AsyncHandler<ListJobsRequest,ListJobsResult> asyncHandler)
AWSGlueAsync
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
will be retrieved.
listJobsAsync
in interface AWSGlueAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListTriggersResult> listTriggersAsync(ListTriggersRequest request)
AWSGlueAsync
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
will be retrieved.
listTriggersAsync
in interface AWSGlueAsync
public Future<ListTriggersResult> listTriggersAsync(ListTriggersRequest request, AsyncHandler<ListTriggersRequest,ListTriggersResult> asyncHandler)
AWSGlueAsync
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
will be retrieved.
listTriggersAsync
in interface AWSGlueAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<PutDataCatalogEncryptionSettingsResult> putDataCatalogEncryptionSettingsAsync(PutDataCatalogEncryptionSettingsRequest request)
AWSGlueAsync
Sets the security configuration for a specified catalog. After the configuration has been set, the specified encryption is applied to every catalog write thereafter.
putDataCatalogEncryptionSettingsAsync
in interface AWSGlueAsync
public Future<PutDataCatalogEncryptionSettingsResult> putDataCatalogEncryptionSettingsAsync(PutDataCatalogEncryptionSettingsRequest request, AsyncHandler<PutDataCatalogEncryptionSettingsRequest,PutDataCatalogEncryptionSettingsResult> asyncHandler)
AWSGlueAsync
Sets the security configuration for a specified catalog. After the configuration has been set, the specified encryption is applied to every catalog write thereafter.
putDataCatalogEncryptionSettingsAsync
in interface AWSGlueAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<PutResourcePolicyResult> putResourcePolicyAsync(PutResourcePolicyRequest request)
AWSGlueAsync
Sets the Data Catalog resource policy for access control.
putResourcePolicyAsync
in interface AWSGlueAsync
public Future<PutResourcePolicyResult> putResourcePolicyAsync(PutResourcePolicyRequest request, AsyncHandler<PutResourcePolicyRequest,PutResourcePolicyResult> asyncHandler)
AWSGlueAsync
Sets the Data Catalog resource policy for access control.
putResourcePolicyAsync
in interface AWSGlueAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ResetJobBookmarkResult> resetJobBookmarkAsync(ResetJobBookmarkRequest request)
AWSGlueAsync
Resets a bookmark entry.
resetJobBookmarkAsync
in interface AWSGlueAsync
public Future<ResetJobBookmarkResult> resetJobBookmarkAsync(ResetJobBookmarkRequest request, AsyncHandler<ResetJobBookmarkRequest,ResetJobBookmarkResult> asyncHandler)
AWSGlueAsync
Resets a bookmark entry.
resetJobBookmarkAsync
in interface AWSGlueAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<StartCrawlerResult> startCrawlerAsync(StartCrawlerRequest request)
AWSGlueAsync
Starts a crawl using the specified crawler, regardless of what is scheduled. If the crawler is already running, returns a CrawlerRunningException.
startCrawlerAsync
in interface AWSGlueAsync
public Future<StartCrawlerResult> startCrawlerAsync(StartCrawlerRequest request, AsyncHandler<StartCrawlerRequest,StartCrawlerResult> asyncHandler)
AWSGlueAsync
Starts a crawl using the specified crawler, regardless of what is scheduled. If the crawler is already running, returns a CrawlerRunningException.
startCrawlerAsync
in interface AWSGlueAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<StartCrawlerScheduleResult> startCrawlerScheduleAsync(StartCrawlerScheduleRequest request)
AWSGlueAsync
Changes the schedule state of the specified crawler to SCHEDULED
, unless the crawler is already
running or the schedule state is already SCHEDULED
.
startCrawlerScheduleAsync
in interface AWSGlueAsync
public Future<StartCrawlerScheduleResult> startCrawlerScheduleAsync(StartCrawlerScheduleRequest request, AsyncHandler<StartCrawlerScheduleRequest,StartCrawlerScheduleResult> asyncHandler)
AWSGlueAsync
Changes the schedule state of the specified crawler to SCHEDULED
, unless the crawler is already
running or the schedule state is already SCHEDULED
.
startCrawlerScheduleAsync
in interface AWSGlueAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<StartJobRunResult> startJobRunAsync(StartJobRunRequest request)
AWSGlueAsync
Starts a job run using a job definition.
startJobRunAsync
in interface AWSGlueAsync
public Future<StartJobRunResult> startJobRunAsync(StartJobRunRequest request, AsyncHandler<StartJobRunRequest,StartJobRunResult> asyncHandler)
AWSGlueAsync
Starts a job run using a job definition.
startJobRunAsync
in interface AWSGlueAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<StartTriggerResult> startTriggerAsync(StartTriggerRequest request)
AWSGlueAsync
Starts an existing trigger. See Triggering Jobs for information about how different types of trigger are started.
startTriggerAsync
in interface AWSGlueAsync
public Future<StartTriggerResult> startTriggerAsync(StartTriggerRequest request, AsyncHandler<StartTriggerRequest,StartTriggerResult> asyncHandler)
AWSGlueAsync
Starts an existing trigger. See Triggering Jobs for information about how different types of trigger are started.
startTriggerAsync
in interface AWSGlueAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<StopCrawlerResult> stopCrawlerAsync(StopCrawlerRequest request)
AWSGlueAsync
If the specified crawler is running, stops the crawl.
stopCrawlerAsync
in interface AWSGlueAsync
public Future<StopCrawlerResult> stopCrawlerAsync(StopCrawlerRequest request, AsyncHandler<StopCrawlerRequest,StopCrawlerResult> asyncHandler)
AWSGlueAsync
If the specified crawler is running, stops the crawl.
stopCrawlerAsync
in interface AWSGlueAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<StopCrawlerScheduleResult> stopCrawlerScheduleAsync(StopCrawlerScheduleRequest request)
AWSGlueAsync
Sets the schedule state of the specified crawler to NOT_SCHEDULED
, but does not stop the crawler if
it is already running.
stopCrawlerScheduleAsync
in interface AWSGlueAsync
public Future<StopCrawlerScheduleResult> stopCrawlerScheduleAsync(StopCrawlerScheduleRequest request, AsyncHandler<StopCrawlerScheduleRequest,StopCrawlerScheduleResult> asyncHandler)
AWSGlueAsync
Sets the schedule state of the specified crawler to NOT_SCHEDULED
, but does not stop the crawler if
it is already running.
stopCrawlerScheduleAsync
in interface AWSGlueAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<StopTriggerResult> stopTriggerAsync(StopTriggerRequest request)
AWSGlueAsync
Stops a specified trigger.
stopTriggerAsync
in interface AWSGlueAsync
public Future<StopTriggerResult> stopTriggerAsync(StopTriggerRequest request, AsyncHandler<StopTriggerRequest,StopTriggerResult> asyncHandler)
AWSGlueAsync
Stops a specified trigger.
stopTriggerAsync
in interface AWSGlueAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<TagResourceResult> tagResourceAsync(TagResourceRequest request)
AWSGlueAsync
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.
tagResourceAsync
in interface AWSGlueAsync
public Future<TagResourceResult> tagResourceAsync(TagResourceRequest request, AsyncHandler<TagResourceRequest,TagResourceResult> asyncHandler)
AWSGlueAsync
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.
tagResourceAsync
in interface AWSGlueAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest request)
AWSGlueAsync
Removes tags from a resource.
untagResourceAsync
in interface AWSGlueAsync
public Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest request, AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
AWSGlueAsync
Removes tags from a resource.
untagResourceAsync
in interface AWSGlueAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateClassifierResult> updateClassifierAsync(UpdateClassifierRequest request)
AWSGlueAsync
Modifies an existing classifier (a GrokClassifier
, an XMLClassifier
, a
JsonClassifier
, or a CsvClassifier
, depending on which field is present).
updateClassifierAsync
in interface AWSGlueAsync
public Future<UpdateClassifierResult> updateClassifierAsync(UpdateClassifierRequest request, AsyncHandler<UpdateClassifierRequest,UpdateClassifierResult> asyncHandler)
AWSGlueAsync
Modifies an existing classifier (a GrokClassifier
, an XMLClassifier
, a
JsonClassifier
, or a CsvClassifier
, depending on which field is present).
updateClassifierAsync
in interface AWSGlueAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateConnectionResult> updateConnectionAsync(UpdateConnectionRequest request)
AWSGlueAsync
Updates a connection definition in the Data Catalog.
updateConnectionAsync
in interface AWSGlueAsync
public Future<UpdateConnectionResult> updateConnectionAsync(UpdateConnectionRequest request, AsyncHandler<UpdateConnectionRequest,UpdateConnectionResult> asyncHandler)
AWSGlueAsync
Updates a connection definition in the Data Catalog.
updateConnectionAsync
in interface AWSGlueAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateCrawlerResult> updateCrawlerAsync(UpdateCrawlerRequest request)
AWSGlueAsync
Updates a crawler. If a crawler is running, you must stop it using StopCrawler
before updating it.
updateCrawlerAsync
in interface AWSGlueAsync
public Future<UpdateCrawlerResult> updateCrawlerAsync(UpdateCrawlerRequest request, AsyncHandler<UpdateCrawlerRequest,UpdateCrawlerResult> asyncHandler)
AWSGlueAsync
Updates a crawler. If a crawler is running, you must stop it using StopCrawler
before updating it.
updateCrawlerAsync
in interface AWSGlueAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateCrawlerScheduleResult> updateCrawlerScheduleAsync(UpdateCrawlerScheduleRequest request)
AWSGlueAsync
Updates the schedule of a crawler using a cron
expression.
updateCrawlerScheduleAsync
in interface AWSGlueAsync
public Future<UpdateCrawlerScheduleResult> updateCrawlerScheduleAsync(UpdateCrawlerScheduleRequest request, AsyncHandler<UpdateCrawlerScheduleRequest,UpdateCrawlerScheduleResult> asyncHandler)
AWSGlueAsync
Updates the schedule of a crawler using a cron
expression.
updateCrawlerScheduleAsync
in interface AWSGlueAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateDatabaseResult> updateDatabaseAsync(UpdateDatabaseRequest request)
AWSGlueAsync
Updates an existing database definition in a Data Catalog.
updateDatabaseAsync
in interface AWSGlueAsync
public Future<UpdateDatabaseResult> updateDatabaseAsync(UpdateDatabaseRequest request, AsyncHandler<UpdateDatabaseRequest,UpdateDatabaseResult> asyncHandler)
AWSGlueAsync
Updates an existing database definition in a Data Catalog.
updateDatabaseAsync
in interface AWSGlueAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateDevEndpointResult> updateDevEndpointAsync(UpdateDevEndpointRequest request)
AWSGlueAsync
Updates a specified DevEndpoint.
updateDevEndpointAsync
in interface AWSGlueAsync
public Future<UpdateDevEndpointResult> updateDevEndpointAsync(UpdateDevEndpointRequest request, AsyncHandler<UpdateDevEndpointRequest,UpdateDevEndpointResult> asyncHandler)
AWSGlueAsync
Updates a specified DevEndpoint.
updateDevEndpointAsync
in interface AWSGlueAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateJobResult> updateJobAsync(UpdateJobRequest request)
AWSGlueAsync
Updates an existing job definition.
updateJobAsync
in interface AWSGlueAsync
public Future<UpdateJobResult> updateJobAsync(UpdateJobRequest request, AsyncHandler<UpdateJobRequest,UpdateJobResult> asyncHandler)
AWSGlueAsync
Updates an existing job definition.
updateJobAsync
in interface AWSGlueAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdatePartitionResult> updatePartitionAsync(UpdatePartitionRequest request)
AWSGlueAsync
Updates a partition.
updatePartitionAsync
in interface AWSGlueAsync
public Future<UpdatePartitionResult> updatePartitionAsync(UpdatePartitionRequest request, AsyncHandler<UpdatePartitionRequest,UpdatePartitionResult> asyncHandler)
AWSGlueAsync
Updates a partition.
updatePartitionAsync
in interface AWSGlueAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateTableResult> updateTableAsync(UpdateTableRequest request)
AWSGlueAsync
Updates a metadata table in the Data Catalog.
updateTableAsync
in interface AWSGlueAsync
public Future<UpdateTableResult> updateTableAsync(UpdateTableRequest request, AsyncHandler<UpdateTableRequest,UpdateTableResult> asyncHandler)
AWSGlueAsync
Updates a metadata table in the Data Catalog.
updateTableAsync
in interface AWSGlueAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateTriggerResult> updateTriggerAsync(UpdateTriggerRequest request)
AWSGlueAsync
Updates a trigger definition.
updateTriggerAsync
in interface AWSGlueAsync
public Future<UpdateTriggerResult> updateTriggerAsync(UpdateTriggerRequest request, AsyncHandler<UpdateTriggerRequest,UpdateTriggerResult> asyncHandler)
AWSGlueAsync
Updates a trigger definition.
updateTriggerAsync
in interface AWSGlueAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateUserDefinedFunctionResult> updateUserDefinedFunctionAsync(UpdateUserDefinedFunctionRequest request)
AWSGlueAsync
Updates an existing function definition in the Data Catalog.
updateUserDefinedFunctionAsync
in interface AWSGlueAsync
public Future<UpdateUserDefinedFunctionResult> updateUserDefinedFunctionAsync(UpdateUserDefinedFunctionRequest request, AsyncHandler<UpdateUserDefinedFunctionRequest,UpdateUserDefinedFunctionResult> asyncHandler)
AWSGlueAsync
Updates an existing function definition in the Data Catalog.
updateUserDefinedFunctionAsync
in interface AWSGlueAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the 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 © 2013 Amazon Web Services, Inc. All Rights Reserved.