@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| Modifier | Constructor and Description |
|---|---|
protected |
AbstractAWSGlueAsync() |
batchCreatePartition, batchDeleteConnection, batchDeletePartition, batchDeleteTable, batchDeleteTableVersion, batchGetCrawlers, batchGetDevEndpoints, batchGetJobs, batchGetPartition, batchGetTriggers, batchGetWorkflows, batchStopJobRun, cancelMLTaskRun, createClassifier, createConnection, createCrawler, createDatabase, createDevEndpoint, createJob, createMLTransform, createPartition, createScript, createSecurityConfiguration, createTable, createTrigger, createUserDefinedFunction, createWorkflow, deleteClassifier, deleteConnection, deleteCrawler, deleteDatabase, deleteDevEndpoint, deleteJob, deleteMLTransform, deletePartition, deleteResourcePolicy, deleteSecurityConfiguration, deleteTable, deleteTableVersion, deleteTrigger, deleteUserDefinedFunction, deleteWorkflow, getCachedResponseMetadata, getCatalogImportStatus, getClassifier, getClassifiers, getConnection, getConnections, getCrawler, getCrawlerMetrics, getCrawlers, getDatabase, getDatabases, getDataCatalogEncryptionSettings, getDataflowGraph, getDevEndpoint, getDevEndpoints, getJob, getJobBookmark, getJobRun, getJobRuns, getJobs, getMapping, getMLTaskRun, getMLTaskRuns, getMLTransform, getMLTransforms, getPartition, getPartitions, getPlan, getResourcePolicy, getSecurityConfiguration, getSecurityConfigurations, getTable, getTables, getTableVersion, getTableVersions, getTags, getTrigger, getTriggers, getUserDefinedFunction, getUserDefinedFunctions, getWorkflow, getWorkflowRun, getWorkflowRunProperties, getWorkflowRuns, importCatalogToGlue, listCrawlers, listDevEndpoints, listJobs, listTriggers, listWorkflows, putDataCatalogEncryptionSettings, putResourcePolicy, putWorkflowRunProperties, resetJobBookmark, searchTables, shutdown, startCrawler, startCrawlerSchedule, startExportLabelsTaskRun, startImportLabelsTaskRun, startJobRun, startMLEvaluationTaskRun, startMLLabelingSetGenerationTaskRun, startTrigger, startWorkflowRun, stopCrawler, stopCrawlerSchedule, stopTrigger, tagResource, untagResource, updateClassifier, updateConnection, updateCrawler, updateCrawlerSchedule, updateDatabase, updateDevEndpoint, updateJob, updateMLTransform, updatePartition, updateTable, updateTrigger, updateUserDefinedFunction, updateWorkflowclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbatchCreatePartition, batchDeleteConnection, batchDeletePartition, batchDeleteTable, batchDeleteTableVersion, batchGetCrawlers, batchGetDevEndpoints, batchGetJobs, batchGetPartition, batchGetTriggers, batchGetWorkflows, batchStopJobRun, cancelMLTaskRun, createClassifier, createConnection, createCrawler, createDatabase, createDevEndpoint, createJob, createMLTransform, createPartition, createScript, createSecurityConfiguration, createTable, createTrigger, createUserDefinedFunction, createWorkflow, deleteClassifier, deleteConnection, deleteCrawler, deleteDatabase, deleteDevEndpoint, deleteJob, deleteMLTransform, deletePartition, deleteResourcePolicy, deleteSecurityConfiguration, deleteTable, deleteTableVersion, deleteTrigger, deleteUserDefinedFunction, deleteWorkflow, getCachedResponseMetadata, getCatalogImportStatus, getClassifier, getClassifiers, getConnection, getConnections, getCrawler, getCrawlerMetrics, getCrawlers, getDatabase, getDatabases, getDataCatalogEncryptionSettings, getDataflowGraph, getDevEndpoint, getDevEndpoints, getJob, getJobBookmark, getJobRun, getJobRuns, getJobs, getMapping, getMLTaskRun, getMLTaskRuns, getMLTransform, getMLTransforms, getPartition, getPartitions, getPlan, getResourcePolicy, getSecurityConfiguration, getSecurityConfigurations, getTable, getTables, getTableVersion, getTableVersions, getTags, getTrigger, getTriggers, getUserDefinedFunction, getUserDefinedFunctions, getWorkflow, getWorkflowRun, getWorkflowRunProperties, getWorkflowRuns, importCatalogToGlue, listCrawlers, listDevEndpoints, listJobs, listTriggers, listWorkflows, putDataCatalogEncryptionSettings, putResourcePolicy, putWorkflowRunProperties, resetJobBookmark, searchTables, shutdown, startCrawler, startCrawlerSchedule, startExportLabelsTaskRun, startImportLabelsTaskRun, startJobRun, startMLEvaluationTaskRun, startMLLabelingSetGenerationTaskRun, startTrigger, startWorkflowRun, stopCrawler, stopCrawlerSchedule, stopTrigger, tagResource, untagResource, updateClassifier, updateConnection, updateCrawler, updateCrawlerSchedule, updateDatabase, updateDevEndpoint, updateJob, updateMLTransform, updatePartition, updateTable, updateTrigger, updateUserDefinedFunction, updateWorkflowpublic Future<BatchCreatePartitionResult> batchCreatePartitionAsync(BatchCreatePartitionRequest request)
AWSGlueAsyncCreates one or more partitions in a batch operation.
batchCreatePartitionAsync in interface AWSGlueAsyncpublic Future<BatchCreatePartitionResult> batchCreatePartitionAsync(BatchCreatePartitionRequest request, AsyncHandler<BatchCreatePartitionRequest,BatchCreatePartitionResult> asyncHandler)
AWSGlueAsyncCreates one or more partitions in a batch operation.
batchCreatePartitionAsync in interface AWSGlueAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the 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)
AWSGlueAsyncDeletes a list of connection definitions from the Data Catalog.
batchDeleteConnectionAsync in interface AWSGlueAsyncpublic Future<BatchDeleteConnectionResult> batchDeleteConnectionAsync(BatchDeleteConnectionRequest request, AsyncHandler<BatchDeleteConnectionRequest,BatchDeleteConnectionResult> asyncHandler)
AWSGlueAsyncDeletes a list of connection definitions from the Data Catalog.
batchDeleteConnectionAsync in interface AWSGlueAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the 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)
AWSGlueAsyncDeletes one or more partitions in a batch operation.
batchDeletePartitionAsync in interface AWSGlueAsyncpublic Future<BatchDeletePartitionResult> batchDeletePartitionAsync(BatchDeletePartitionRequest request, AsyncHandler<BatchDeletePartitionRequest,BatchDeletePartitionResult> asyncHandler)
AWSGlueAsyncDeletes one or more partitions in a batch operation.
batchDeletePartitionAsync in interface AWSGlueAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the 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)
AWSGlueAsyncDeletes 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.
batchDeleteTableAsync in interface AWSGlueAsyncpublic Future<BatchDeleteTableResult> batchDeleteTableAsync(BatchDeleteTableRequest request, AsyncHandler<BatchDeleteTableRequest,BatchDeleteTableResult> asyncHandler)
AWSGlueAsyncDeletes 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.
batchDeleteTableAsync in interface AWSGlueAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the 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)
AWSGlueAsyncDeletes a specified batch of versions of a table.
batchDeleteTableVersionAsync in interface AWSGlueAsyncpublic Future<BatchDeleteTableVersionResult> batchDeleteTableVersionAsync(BatchDeleteTableVersionRequest request, AsyncHandler<BatchDeleteTableVersionRequest,BatchDeleteTableVersionResult> asyncHandler)
AWSGlueAsyncDeletes a specified batch of versions of a table.
batchDeleteTableVersionAsync in interface AWSGlueAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the 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 AWSGlueAsyncpublic 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 AWSGlueAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the 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 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.
batchGetDevEndpointsAsync in interface AWSGlueAsyncpublic Future<BatchGetDevEndpointsResult> batchGetDevEndpointsAsync(BatchGetDevEndpointsRequest request, AsyncHandler<BatchGetDevEndpointsRequest,BatchGetDevEndpointsResult> asyncHandler)
AWSGlueAsync
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.
batchGetDevEndpointsAsync in interface AWSGlueAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the 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 AWSGlueAsyncpublic 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 AWSGlueAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the 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)
AWSGlueAsyncRetrieves partitions in a batch request.
batchGetPartitionAsync in interface AWSGlueAsyncpublic Future<BatchGetPartitionResult> batchGetPartitionAsync(BatchGetPartitionRequest request, AsyncHandler<BatchGetPartitionRequest,BatchGetPartitionResult> asyncHandler)
AWSGlueAsyncRetrieves partitions in a batch request.
batchGetPartitionAsync in interface AWSGlueAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the 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 AWSGlueAsyncpublic 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 AWSGlueAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the 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<BatchGetWorkflowsResult> batchGetWorkflowsAsync(BatchGetWorkflowsRequest request)
AWSGlueAsync
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.
batchGetWorkflowsAsync in interface AWSGlueAsyncpublic Future<BatchGetWorkflowsResult> batchGetWorkflowsAsync(BatchGetWorkflowsRequest request, AsyncHandler<BatchGetWorkflowsRequest,BatchGetWorkflowsResult> asyncHandler)
AWSGlueAsync
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.
batchGetWorkflowsAsync in interface AWSGlueAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the 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)
AWSGlueAsyncStops one or more job runs for a specified job definition.
batchStopJobRunAsync in interface AWSGlueAsyncpublic Future<BatchStopJobRunResult> batchStopJobRunAsync(BatchStopJobRunRequest request, AsyncHandler<BatchStopJobRunRequest,BatchStopJobRunResult> asyncHandler)
AWSGlueAsyncStops one or more job runs for a specified job definition.
batchStopJobRunAsync in interface AWSGlueAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the 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<CancelMLTaskRunResult> cancelMLTaskRunAsync(CancelMLTaskRunRequest request)
AWSGlueAsync
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.
cancelMLTaskRunAsync in interface AWSGlueAsyncpublic Future<CancelMLTaskRunResult> cancelMLTaskRunAsync(CancelMLTaskRunRequest request, AsyncHandler<CancelMLTaskRunRequest,CancelMLTaskRunResult> asyncHandler)
AWSGlueAsync
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.
cancelMLTaskRunAsync in interface AWSGlueAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the 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 AWSGlueAsyncpublic 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 AWSGlueAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the 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)
AWSGlueAsyncCreates a connection definition in the Data Catalog.
createConnectionAsync in interface AWSGlueAsyncpublic Future<CreateConnectionResult> createConnectionAsync(CreateConnectionRequest request, AsyncHandler<CreateConnectionRequest,CreateConnectionResult> asyncHandler)
AWSGlueAsyncCreates a connection definition in the Data Catalog.
createConnectionAsync in interface AWSGlueAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the 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 AWSGlueAsyncpublic 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 AWSGlueAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the 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)
AWSGlueAsyncCreates a new database in a Data Catalog.
createDatabaseAsync in interface AWSGlueAsyncpublic Future<CreateDatabaseResult> createDatabaseAsync(CreateDatabaseRequest request, AsyncHandler<CreateDatabaseRequest,CreateDatabaseResult> asyncHandler)
AWSGlueAsyncCreates a new database in a Data Catalog.
createDatabaseAsync in interface AWSGlueAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the 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)
AWSGlueAsyncCreates a new development endpoint.
createDevEndpointAsync in interface AWSGlueAsyncpublic Future<CreateDevEndpointResult> createDevEndpointAsync(CreateDevEndpointRequest request, AsyncHandler<CreateDevEndpointRequest,CreateDevEndpointResult> asyncHandler)
AWSGlueAsyncCreates a new development endpoint.
createDevEndpointAsync in interface AWSGlueAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the 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)
AWSGlueAsyncCreates a new job definition.
createJobAsync in interface AWSGlueAsyncpublic Future<CreateJobResult> createJobAsync(CreateJobRequest request, AsyncHandler<CreateJobRequest,CreateJobResult> asyncHandler)
AWSGlueAsyncCreates a new job definition.
createJobAsync in interface AWSGlueAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the 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<CreateMLTransformResult> createMLTransformAsync(CreateMLTransformRequest request)
AWSGlueAsyncCreates 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.
createMLTransformAsync in interface AWSGlueAsyncpublic Future<CreateMLTransformResult> createMLTransformAsync(CreateMLTransformRequest request, AsyncHandler<CreateMLTransformRequest,CreateMLTransformResult> asyncHandler)
AWSGlueAsyncCreates 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.
createMLTransformAsync in interface AWSGlueAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the 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)
AWSGlueAsyncCreates a new partition.
createPartitionAsync in interface AWSGlueAsyncpublic Future<CreatePartitionResult> createPartitionAsync(CreatePartitionRequest request, AsyncHandler<CreatePartitionRequest,CreatePartitionResult> asyncHandler)
AWSGlueAsyncCreates a new partition.
createPartitionAsync in interface AWSGlueAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the 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)
AWSGlueAsyncTransforms a directed acyclic graph (DAG) into code.
createScriptAsync in interface AWSGlueAsyncpublic Future<CreateScriptResult> createScriptAsync(CreateScriptRequest request, AsyncHandler<CreateScriptRequest,CreateScriptResult> asyncHandler)
AWSGlueAsyncTransforms a directed acyclic graph (DAG) into code.
createScriptAsync in interface AWSGlueAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the 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)
AWSGlueAsyncCreates 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.
createSecurityConfigurationAsync in interface AWSGlueAsyncpublic Future<CreateSecurityConfigurationResult> createSecurityConfigurationAsync(CreateSecurityConfigurationRequest request, AsyncHandler<CreateSecurityConfigurationRequest,CreateSecurityConfigurationResult> asyncHandler)
AWSGlueAsyncCreates 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.
createSecurityConfigurationAsync in interface AWSGlueAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the 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)
AWSGlueAsyncCreates a new table definition in the Data Catalog.
createTableAsync in interface AWSGlueAsyncpublic Future<CreateTableResult> createTableAsync(CreateTableRequest request, AsyncHandler<CreateTableRequest,CreateTableResult> asyncHandler)
AWSGlueAsyncCreates a new table definition in the Data Catalog.
createTableAsync in interface AWSGlueAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the 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)
AWSGlueAsyncCreates a new trigger.
createTriggerAsync in interface AWSGlueAsyncpublic Future<CreateTriggerResult> createTriggerAsync(CreateTriggerRequest request, AsyncHandler<CreateTriggerRequest,CreateTriggerResult> asyncHandler)
AWSGlueAsyncCreates a new trigger.
createTriggerAsync in interface AWSGlueAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the 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)
AWSGlueAsyncCreates a new function definition in the Data Catalog.
createUserDefinedFunctionAsync in interface AWSGlueAsyncpublic Future<CreateUserDefinedFunctionResult> createUserDefinedFunctionAsync(CreateUserDefinedFunctionRequest request, AsyncHandler<CreateUserDefinedFunctionRequest,CreateUserDefinedFunctionResult> asyncHandler)
AWSGlueAsyncCreates a new function definition in the Data Catalog.
createUserDefinedFunctionAsync in interface AWSGlueAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the 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<CreateWorkflowResult> createWorkflowAsync(CreateWorkflowRequest request)
AWSGlueAsyncCreates a new workflow.
createWorkflowAsync in interface AWSGlueAsyncpublic Future<CreateWorkflowResult> createWorkflowAsync(CreateWorkflowRequest request, AsyncHandler<CreateWorkflowRequest,CreateWorkflowResult> asyncHandler)
AWSGlueAsyncCreates a new workflow.
createWorkflowAsync in interface AWSGlueAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the 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)
AWSGlueAsyncRemoves a classifier from the Data Catalog.
deleteClassifierAsync in interface AWSGlueAsyncpublic Future<DeleteClassifierResult> deleteClassifierAsync(DeleteClassifierRequest request, AsyncHandler<DeleteClassifierRequest,DeleteClassifierResult> asyncHandler)
AWSGlueAsyncRemoves a classifier from the Data Catalog.
deleteClassifierAsync in interface AWSGlueAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the 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)
AWSGlueAsyncDeletes a connection from the Data Catalog.
deleteConnectionAsync in interface AWSGlueAsyncpublic Future<DeleteConnectionResult> deleteConnectionAsync(DeleteConnectionRequest request, AsyncHandler<DeleteConnectionRequest,DeleteConnectionResult> asyncHandler)
AWSGlueAsyncDeletes a connection from the Data Catalog.
deleteConnectionAsync in interface AWSGlueAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the 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 AWSGlueAsyncpublic 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 AWSGlueAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the 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)
AWSGlueAsyncRemoves 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.
deleteDatabaseAsync in interface AWSGlueAsyncpublic Future<DeleteDatabaseResult> deleteDatabaseAsync(DeleteDatabaseRequest request, AsyncHandler<DeleteDatabaseRequest,DeleteDatabaseResult> asyncHandler)
AWSGlueAsyncRemoves 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.
deleteDatabaseAsync in interface AWSGlueAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the 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)
AWSGlueAsyncDeletes a specified development endpoint.
deleteDevEndpointAsync in interface AWSGlueAsyncpublic Future<DeleteDevEndpointResult> deleteDevEndpointAsync(DeleteDevEndpointRequest request, AsyncHandler<DeleteDevEndpointRequest,DeleteDevEndpointResult> asyncHandler)
AWSGlueAsyncDeletes a specified development endpoint.
deleteDevEndpointAsync in interface AWSGlueAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the 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)
AWSGlueAsyncDeletes a specified job definition. If the job definition is not found, no exception is thrown.
deleteJobAsync in interface AWSGlueAsyncpublic Future<DeleteJobResult> deleteJobAsync(DeleteJobRequest request, AsyncHandler<DeleteJobRequest,DeleteJobResult> asyncHandler)
AWSGlueAsyncDeletes a specified job definition. If the job definition is not found, no exception is thrown.
deleteJobAsync in interface AWSGlueAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the 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<DeleteMLTransformResult> deleteMLTransformAsync(DeleteMLTransformRequest request)
AWSGlueAsync
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.
deleteMLTransformAsync in interface AWSGlueAsyncpublic Future<DeleteMLTransformResult> deleteMLTransformAsync(DeleteMLTransformRequest request, AsyncHandler<DeleteMLTransformRequest,DeleteMLTransformResult> asyncHandler)
AWSGlueAsync
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.
deleteMLTransformAsync in interface AWSGlueAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the 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)
AWSGlueAsyncDeletes a specified partition.
deletePartitionAsync in interface AWSGlueAsyncpublic Future<DeletePartitionResult> deletePartitionAsync(DeletePartitionRequest request, AsyncHandler<DeletePartitionRequest,DeletePartitionResult> asyncHandler)
AWSGlueAsyncDeletes a specified partition.
deletePartitionAsync in interface AWSGlueAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the 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)
AWSGlueAsyncDeletes a specified policy.
deleteResourcePolicyAsync in interface AWSGlueAsyncpublic Future<DeleteResourcePolicyResult> deleteResourcePolicyAsync(DeleteResourcePolicyRequest request, AsyncHandler<DeleteResourcePolicyRequest,DeleteResourcePolicyResult> asyncHandler)
AWSGlueAsyncDeletes a specified policy.
deleteResourcePolicyAsync in interface AWSGlueAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the 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)
AWSGlueAsyncDeletes a specified security configuration.
deleteSecurityConfigurationAsync in interface AWSGlueAsyncpublic Future<DeleteSecurityConfigurationResult> deleteSecurityConfigurationAsync(DeleteSecurityConfigurationRequest request, AsyncHandler<DeleteSecurityConfigurationRequest,DeleteSecurityConfigurationResult> asyncHandler)
AWSGlueAsyncDeletes a specified security configuration.
deleteSecurityConfigurationAsync in interface AWSGlueAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the 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)
AWSGlueAsyncRemoves 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.
deleteTableAsync in interface AWSGlueAsyncpublic Future<DeleteTableResult> deleteTableAsync(DeleteTableRequest request, AsyncHandler<DeleteTableRequest,DeleteTableResult> asyncHandler)
AWSGlueAsyncRemoves 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.
deleteTableAsync in interface AWSGlueAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the 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)
AWSGlueAsyncDeletes a specified version of a table.
deleteTableVersionAsync in interface AWSGlueAsyncpublic Future<DeleteTableVersionResult> deleteTableVersionAsync(DeleteTableVersionRequest request, AsyncHandler<DeleteTableVersionRequest,DeleteTableVersionResult> asyncHandler)
AWSGlueAsyncDeletes a specified version of a table.
deleteTableVersionAsync in interface AWSGlueAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the 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)
AWSGlueAsyncDeletes a specified trigger. If the trigger is not found, no exception is thrown.
deleteTriggerAsync in interface AWSGlueAsyncpublic Future<DeleteTriggerResult> deleteTriggerAsync(DeleteTriggerRequest request, AsyncHandler<DeleteTriggerRequest,DeleteTriggerResult> asyncHandler)
AWSGlueAsyncDeletes a specified trigger. If the trigger is not found, no exception is thrown.
deleteTriggerAsync in interface AWSGlueAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the 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)
AWSGlueAsyncDeletes an existing function definition from the Data Catalog.
deleteUserDefinedFunctionAsync in interface AWSGlueAsyncpublic Future<DeleteUserDefinedFunctionResult> deleteUserDefinedFunctionAsync(DeleteUserDefinedFunctionRequest request, AsyncHandler<DeleteUserDefinedFunctionRequest,DeleteUserDefinedFunctionResult> asyncHandler)
AWSGlueAsyncDeletes an existing function definition from the Data Catalog.
deleteUserDefinedFunctionAsync in interface AWSGlueAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the 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<DeleteWorkflowResult> deleteWorkflowAsync(DeleteWorkflowRequest request)
AWSGlueAsyncDeletes a workflow.
deleteWorkflowAsync in interface AWSGlueAsyncpublic Future<DeleteWorkflowResult> deleteWorkflowAsync(DeleteWorkflowRequest request, AsyncHandler<DeleteWorkflowRequest,DeleteWorkflowResult> asyncHandler)
AWSGlueAsyncDeletes a workflow.
deleteWorkflowAsync in interface AWSGlueAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the 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)
AWSGlueAsyncRetrieves the status of a migration operation.
getCatalogImportStatusAsync in interface AWSGlueAsyncpublic Future<GetCatalogImportStatusResult> getCatalogImportStatusAsync(GetCatalogImportStatusRequest request, AsyncHandler<GetCatalogImportStatusRequest,GetCatalogImportStatusResult> asyncHandler)
AWSGlueAsyncRetrieves the status of a migration operation.
getCatalogImportStatusAsync in interface AWSGlueAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the 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)
AWSGlueAsyncRetrieve a classifier by name.
getClassifierAsync in interface AWSGlueAsyncpublic Future<GetClassifierResult> getClassifierAsync(GetClassifierRequest request, AsyncHandler<GetClassifierRequest,GetClassifierResult> asyncHandler)
AWSGlueAsyncRetrieve a classifier by name.
getClassifierAsync in interface AWSGlueAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the 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)
AWSGlueAsyncLists all classifier objects in the Data Catalog.
getClassifiersAsync in interface AWSGlueAsyncpublic Future<GetClassifiersResult> getClassifiersAsync(GetClassifiersRequest request, AsyncHandler<GetClassifiersRequest,GetClassifiersResult> asyncHandler)
AWSGlueAsyncLists all classifier objects in the Data Catalog.
getClassifiersAsync in interface AWSGlueAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the 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)
AWSGlueAsyncRetrieves a connection definition from the Data Catalog.
getConnectionAsync in interface AWSGlueAsyncpublic Future<GetConnectionResult> getConnectionAsync(GetConnectionRequest request, AsyncHandler<GetConnectionRequest,GetConnectionResult> asyncHandler)
AWSGlueAsyncRetrieves a connection definition from the Data Catalog.
getConnectionAsync in interface AWSGlueAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the 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)
AWSGlueAsyncRetrieves a list of connection definitions from the Data Catalog.
getConnectionsAsync in interface AWSGlueAsyncpublic Future<GetConnectionsResult> getConnectionsAsync(GetConnectionsRequest request, AsyncHandler<GetConnectionsRequest,GetConnectionsResult> asyncHandler)
AWSGlueAsyncRetrieves a list of connection definitions from the Data Catalog.
getConnectionsAsync in interface AWSGlueAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the 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)
AWSGlueAsyncRetrieves metadata for a specified crawler.
getCrawlerAsync in interface AWSGlueAsyncpublic Future<GetCrawlerResult> getCrawlerAsync(GetCrawlerRequest request, AsyncHandler<GetCrawlerRequest,GetCrawlerResult> asyncHandler)
AWSGlueAsyncRetrieves metadata for a specified crawler.
getCrawlerAsync in interface AWSGlueAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the 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)
AWSGlueAsyncRetrieves metrics about specified crawlers.
getCrawlerMetricsAsync in interface AWSGlueAsyncpublic Future<GetCrawlerMetricsResult> getCrawlerMetricsAsync(GetCrawlerMetricsRequest request, AsyncHandler<GetCrawlerMetricsRequest,GetCrawlerMetricsResult> asyncHandler)
AWSGlueAsyncRetrieves metrics about specified crawlers.
getCrawlerMetricsAsync in interface AWSGlueAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the 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)
AWSGlueAsyncRetrieves metadata for all crawlers defined in the customer account.
getCrawlersAsync in interface AWSGlueAsyncpublic Future<GetCrawlersResult> getCrawlersAsync(GetCrawlersRequest request, AsyncHandler<GetCrawlersRequest,GetCrawlersResult> asyncHandler)
AWSGlueAsyncRetrieves metadata for all crawlers defined in the customer account.
getCrawlersAsync in interface AWSGlueAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the 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)
AWSGlueAsyncRetrieves the security configuration for a specified catalog.
getDataCatalogEncryptionSettingsAsync in interface AWSGlueAsyncpublic Future<GetDataCatalogEncryptionSettingsResult> getDataCatalogEncryptionSettingsAsync(GetDataCatalogEncryptionSettingsRequest request, AsyncHandler<GetDataCatalogEncryptionSettingsRequest,GetDataCatalogEncryptionSettingsResult> asyncHandler)
AWSGlueAsyncRetrieves the security configuration for a specified catalog.
getDataCatalogEncryptionSettingsAsync in interface AWSGlueAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the 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)
AWSGlueAsyncRetrieves the definition of a specified database.
getDatabaseAsync in interface AWSGlueAsyncpublic Future<GetDatabaseResult> getDatabaseAsync(GetDatabaseRequest request, AsyncHandler<GetDatabaseRequest,GetDatabaseResult> asyncHandler)
AWSGlueAsyncRetrieves the definition of a specified database.
getDatabaseAsync in interface AWSGlueAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the 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)
AWSGlueAsyncRetrieves all databases defined in a given Data Catalog.
getDatabasesAsync in interface AWSGlueAsyncpublic Future<GetDatabasesResult> getDatabasesAsync(GetDatabasesRequest request, AsyncHandler<GetDatabasesRequest,GetDatabasesResult> asyncHandler)
AWSGlueAsyncRetrieves all databases defined in a given Data Catalog.
getDatabasesAsync in interface AWSGlueAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the 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)
AWSGlueAsyncTransforms a Python script into a directed acyclic graph (DAG).
getDataflowGraphAsync in interface AWSGlueAsyncpublic Future<GetDataflowGraphResult> getDataflowGraphAsync(GetDataflowGraphRequest request, AsyncHandler<GetDataflowGraphRequest,GetDataflowGraphResult> asyncHandler)
AWSGlueAsyncTransforms a Python script into a directed acyclic graph (DAG).
getDataflowGraphAsync in interface AWSGlueAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the 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)
AWSGlueAsyncRetrieves 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.
getDevEndpointAsync in interface AWSGlueAsyncpublic Future<GetDevEndpointResult> getDevEndpointAsync(GetDevEndpointRequest request, AsyncHandler<GetDevEndpointRequest,GetDevEndpointResult> asyncHandler)
AWSGlueAsyncRetrieves 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.
getDevEndpointAsync in interface AWSGlueAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the 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)
AWSGlueAsyncRetrieves 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.
getDevEndpointsAsync in interface AWSGlueAsyncpublic Future<GetDevEndpointsResult> getDevEndpointsAsync(GetDevEndpointsRequest request, AsyncHandler<GetDevEndpointsRequest,GetDevEndpointsResult> asyncHandler)
AWSGlueAsyncRetrieves 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.
getDevEndpointsAsync in interface AWSGlueAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the 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)
AWSGlueAsyncRetrieves an existing job definition.
getJobAsync in interface AWSGlueAsyncpublic Future<GetJobResult> getJobAsync(GetJobRequest request, AsyncHandler<GetJobRequest,GetJobResult> asyncHandler)
AWSGlueAsyncRetrieves an existing job definition.
getJobAsync in interface AWSGlueAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the 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<GetJobBookmarkResult> getJobBookmarkAsync(GetJobBookmarkRequest request)
AWSGlueAsyncReturns information on a job bookmark entry.
getJobBookmarkAsync in interface AWSGlueAsyncpublic Future<GetJobBookmarkResult> getJobBookmarkAsync(GetJobBookmarkRequest request, AsyncHandler<GetJobBookmarkRequest,GetJobBookmarkResult> asyncHandler)
AWSGlueAsyncReturns information on a job bookmark entry.
getJobBookmarkAsync in interface AWSGlueAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the 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)
AWSGlueAsyncRetrieves the metadata for a given job run.
getJobRunAsync in interface AWSGlueAsyncpublic Future<GetJobRunResult> getJobRunAsync(GetJobRunRequest request, AsyncHandler<GetJobRunRequest,GetJobRunResult> asyncHandler)
AWSGlueAsyncRetrieves the metadata for a given job run.
getJobRunAsync in interface AWSGlueAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the 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)
AWSGlueAsyncRetrieves metadata for all runs of a given job definition.
getJobRunsAsync in interface AWSGlueAsyncpublic Future<GetJobRunsResult> getJobRunsAsync(GetJobRunsRequest request, AsyncHandler<GetJobRunsRequest,GetJobRunsResult> asyncHandler)
AWSGlueAsyncRetrieves metadata for all runs of a given job definition.
getJobRunsAsync in interface AWSGlueAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the 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)
AWSGlueAsyncRetrieves all current job definitions.
getJobsAsync in interface AWSGlueAsyncpublic Future<GetJobsResult> getJobsAsync(GetJobsRequest request, AsyncHandler<GetJobsRequest,GetJobsResult> asyncHandler)
AWSGlueAsyncRetrieves all current job definitions.
getJobsAsync in interface AWSGlueAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the 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<GetMLTaskRunResult> getMLTaskRunAsync(GetMLTaskRunRequest request)
AWSGlueAsync
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.
getMLTaskRunAsync in interface AWSGlueAsyncpublic Future<GetMLTaskRunResult> getMLTaskRunAsync(GetMLTaskRunRequest request, AsyncHandler<GetMLTaskRunRequest,GetMLTaskRunResult> asyncHandler)
AWSGlueAsync
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.
getMLTaskRunAsync in interface AWSGlueAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the 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<GetMLTaskRunsResult> getMLTaskRunsAsync(GetMLTaskRunsRequest request)
AWSGlueAsync
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.
getMLTaskRunsAsync in interface AWSGlueAsyncpublic Future<GetMLTaskRunsResult> getMLTaskRunsAsync(GetMLTaskRunsRequest request, AsyncHandler<GetMLTaskRunsRequest,GetMLTaskRunsResult> asyncHandler)
AWSGlueAsync
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.
getMLTaskRunsAsync in interface AWSGlueAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the 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<GetMLTransformResult> getMLTransformAsync(GetMLTransformRequest request)
AWSGlueAsync
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.
getMLTransformAsync in interface AWSGlueAsyncpublic Future<GetMLTransformResult> getMLTransformAsync(GetMLTransformRequest request, AsyncHandler<GetMLTransformRequest,GetMLTransformResult> asyncHandler)
AWSGlueAsync
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.
getMLTransformAsync in interface AWSGlueAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the 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<GetMLTransformsResult> getMLTransformsAsync(GetMLTransformsRequest request)
AWSGlueAsync
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.
getMLTransformsAsync in interface AWSGlueAsyncpublic Future<GetMLTransformsResult> getMLTransformsAsync(GetMLTransformsRequest request, AsyncHandler<GetMLTransformsRequest,GetMLTransformsResult> asyncHandler)
AWSGlueAsync
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.
getMLTransformsAsync in interface AWSGlueAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the 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)
AWSGlueAsyncCreates mappings.
getMappingAsync in interface AWSGlueAsyncpublic Future<GetMappingResult> getMappingAsync(GetMappingRequest request, AsyncHandler<GetMappingRequest,GetMappingResult> asyncHandler)
AWSGlueAsyncCreates mappings.
getMappingAsync in interface AWSGlueAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the 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)
AWSGlueAsyncRetrieves information about a specified partition.
getPartitionAsync in interface AWSGlueAsyncpublic Future<GetPartitionResult> getPartitionAsync(GetPartitionRequest request, AsyncHandler<GetPartitionRequest,GetPartitionResult> asyncHandler)
AWSGlueAsyncRetrieves information about a specified partition.
getPartitionAsync in interface AWSGlueAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the 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)
AWSGlueAsyncRetrieves information about the partitions in a table.
getPartitionsAsync in interface AWSGlueAsyncpublic Future<GetPartitionsResult> getPartitionsAsync(GetPartitionsRequest request, AsyncHandler<GetPartitionsRequest,GetPartitionsResult> asyncHandler)
AWSGlueAsyncRetrieves information about the partitions in a table.
getPartitionsAsync in interface AWSGlueAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the 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)
AWSGlueAsyncGets code to perform a specified mapping.
getPlanAsync in interface AWSGlueAsyncpublic Future<GetPlanResult> getPlanAsync(GetPlanRequest request, AsyncHandler<GetPlanRequest,GetPlanResult> asyncHandler)
AWSGlueAsyncGets code to perform a specified mapping.
getPlanAsync in interface AWSGlueAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the 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)
AWSGlueAsyncRetrieves a specified resource policy.
getResourcePolicyAsync in interface AWSGlueAsyncpublic Future<GetResourcePolicyResult> getResourcePolicyAsync(GetResourcePolicyRequest request, AsyncHandler<GetResourcePolicyRequest,GetResourcePolicyResult> asyncHandler)
AWSGlueAsyncRetrieves a specified resource policy.
getResourcePolicyAsync in interface AWSGlueAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the 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)
AWSGlueAsyncRetrieves a specified security configuration.
getSecurityConfigurationAsync in interface AWSGlueAsyncpublic Future<GetSecurityConfigurationResult> getSecurityConfigurationAsync(GetSecurityConfigurationRequest request, AsyncHandler<GetSecurityConfigurationRequest,GetSecurityConfigurationResult> asyncHandler)
AWSGlueAsyncRetrieves a specified security configuration.
getSecurityConfigurationAsync in interface AWSGlueAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the 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)
AWSGlueAsyncRetrieves a list of all security configurations.
getSecurityConfigurationsAsync in interface AWSGlueAsyncpublic Future<GetSecurityConfigurationsResult> getSecurityConfigurationsAsync(GetSecurityConfigurationsRequest request, AsyncHandler<GetSecurityConfigurationsRequest,GetSecurityConfigurationsResult> asyncHandler)
AWSGlueAsyncRetrieves a list of all security configurations.
getSecurityConfigurationsAsync in interface AWSGlueAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the 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 AWSGlueAsyncpublic 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 AWSGlueAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the 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)
AWSGlueAsyncRetrieves a specified version of a table.
getTableVersionAsync in interface AWSGlueAsyncpublic Future<GetTableVersionResult> getTableVersionAsync(GetTableVersionRequest request, AsyncHandler<GetTableVersionRequest,GetTableVersionResult> asyncHandler)
AWSGlueAsyncRetrieves a specified version of a table.
getTableVersionAsync in interface AWSGlueAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the 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)
AWSGlueAsyncRetrieves a list of strings that identify available versions of a specified table.
getTableVersionsAsync in interface AWSGlueAsyncpublic Future<GetTableVersionsResult> getTableVersionsAsync(GetTableVersionsRequest request, AsyncHandler<GetTableVersionsRequest,GetTableVersionsResult> asyncHandler)
AWSGlueAsyncRetrieves a list of strings that identify available versions of a specified table.
getTableVersionsAsync in interface AWSGlueAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the 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 AWSGlueAsyncpublic 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 AWSGlueAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the 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)
AWSGlueAsyncRetrieves a list of tags associated with a resource.
getTagsAsync in interface AWSGlueAsyncpublic Future<GetTagsResult> getTagsAsync(GetTagsRequest request, AsyncHandler<GetTagsRequest,GetTagsResult> asyncHandler)
AWSGlueAsyncRetrieves a list of tags associated with a resource.
getTagsAsync in interface AWSGlueAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the 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)
AWSGlueAsyncRetrieves the definition of a trigger.
getTriggerAsync in interface AWSGlueAsyncpublic Future<GetTriggerResult> getTriggerAsync(GetTriggerRequest request, AsyncHandler<GetTriggerRequest,GetTriggerResult> asyncHandler)
AWSGlueAsyncRetrieves the definition of a trigger.
getTriggerAsync in interface AWSGlueAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the 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)
AWSGlueAsyncGets all the triggers associated with a job.
getTriggersAsync in interface AWSGlueAsyncpublic Future<GetTriggersResult> getTriggersAsync(GetTriggersRequest request, AsyncHandler<GetTriggersRequest,GetTriggersResult> asyncHandler)
AWSGlueAsyncGets all the triggers associated with a job.
getTriggersAsync in interface AWSGlueAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the 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)
AWSGlueAsyncRetrieves a specified function definition from the Data Catalog.
getUserDefinedFunctionAsync in interface AWSGlueAsyncpublic Future<GetUserDefinedFunctionResult> getUserDefinedFunctionAsync(GetUserDefinedFunctionRequest request, AsyncHandler<GetUserDefinedFunctionRequest,GetUserDefinedFunctionResult> asyncHandler)
AWSGlueAsyncRetrieves a specified function definition from the Data Catalog.
getUserDefinedFunctionAsync in interface AWSGlueAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the 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)
AWSGlueAsyncRetrieves multiple function definitions from the Data Catalog.
getUserDefinedFunctionsAsync in interface AWSGlueAsyncpublic Future<GetUserDefinedFunctionsResult> getUserDefinedFunctionsAsync(GetUserDefinedFunctionsRequest request, AsyncHandler<GetUserDefinedFunctionsRequest,GetUserDefinedFunctionsResult> asyncHandler)
AWSGlueAsyncRetrieves multiple function definitions from the Data Catalog.
getUserDefinedFunctionsAsync in interface AWSGlueAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the 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<GetWorkflowResult> getWorkflowAsync(GetWorkflowRequest request)
AWSGlueAsyncRetrieves resource metadata for a workflow.
getWorkflowAsync in interface AWSGlueAsyncpublic Future<GetWorkflowResult> getWorkflowAsync(GetWorkflowRequest request, AsyncHandler<GetWorkflowRequest,GetWorkflowResult> asyncHandler)
AWSGlueAsyncRetrieves resource metadata for a workflow.
getWorkflowAsync in interface AWSGlueAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the 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<GetWorkflowRunResult> getWorkflowRunAsync(GetWorkflowRunRequest request)
AWSGlueAsyncRetrieves the metadata for a given workflow run.
getWorkflowRunAsync in interface AWSGlueAsyncpublic Future<GetWorkflowRunResult> getWorkflowRunAsync(GetWorkflowRunRequest request, AsyncHandler<GetWorkflowRunRequest,GetWorkflowRunResult> asyncHandler)
AWSGlueAsyncRetrieves the metadata for a given workflow run.
getWorkflowRunAsync in interface AWSGlueAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the 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<GetWorkflowRunPropertiesResult> getWorkflowRunPropertiesAsync(GetWorkflowRunPropertiesRequest request)
AWSGlueAsyncRetrieves the workflow run properties which were set during the run.
getWorkflowRunPropertiesAsync in interface AWSGlueAsyncpublic Future<GetWorkflowRunPropertiesResult> getWorkflowRunPropertiesAsync(GetWorkflowRunPropertiesRequest request, AsyncHandler<GetWorkflowRunPropertiesRequest,GetWorkflowRunPropertiesResult> asyncHandler)
AWSGlueAsyncRetrieves the workflow run properties which were set during the run.
getWorkflowRunPropertiesAsync in interface AWSGlueAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the 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<GetWorkflowRunsResult> getWorkflowRunsAsync(GetWorkflowRunsRequest request)
AWSGlueAsyncRetrieves metadata for all runs of a given workflow.
getWorkflowRunsAsync in interface AWSGlueAsyncpublic Future<GetWorkflowRunsResult> getWorkflowRunsAsync(GetWorkflowRunsRequest request, AsyncHandler<GetWorkflowRunsRequest,GetWorkflowRunsResult> asyncHandler)
AWSGlueAsyncRetrieves metadata for all runs of a given workflow.
getWorkflowRunsAsync in interface AWSGlueAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the 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)
AWSGlueAsyncImports an existing Amazon Athena Data Catalog to AWS Glue
importCatalogToGlueAsync in interface AWSGlueAsyncpublic Future<ImportCatalogToGlueResult> importCatalogToGlueAsync(ImportCatalogToGlueRequest request, AsyncHandler<ImportCatalogToGlueRequest,ImportCatalogToGlueResult> asyncHandler)
AWSGlueAsyncImports an existing Amazon Athena Data Catalog to AWS Glue
importCatalogToGlueAsync in interface AWSGlueAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the 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)
AWSGlueAsyncRetrieves 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.
listCrawlersAsync in interface AWSGlueAsyncpublic Future<ListCrawlersResult> listCrawlersAsync(ListCrawlersRequest request, AsyncHandler<ListCrawlersRequest,ListCrawlersResult> asyncHandler)
AWSGlueAsyncRetrieves 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.
listCrawlersAsync in interface AWSGlueAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the 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
are retrieved.
listDevEndpointsAsync in interface AWSGlueAsyncpublic 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
are retrieved.
listDevEndpointsAsync in interface AWSGlueAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the 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)
AWSGlueAsyncRetrieves 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.
listJobsAsync in interface AWSGlueAsyncpublic Future<ListJobsResult> listJobsAsync(ListJobsRequest request, AsyncHandler<ListJobsRequest,ListJobsResult> asyncHandler)
AWSGlueAsyncRetrieves 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.
listJobsAsync in interface AWSGlueAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the 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)
AWSGlueAsyncRetrieves 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.
listTriggersAsync in interface AWSGlueAsyncpublic Future<ListTriggersResult> listTriggersAsync(ListTriggersRequest request, AsyncHandler<ListTriggersRequest,ListTriggersResult> asyncHandler)
AWSGlueAsyncRetrieves 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.
listTriggersAsync in interface AWSGlueAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the 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<ListWorkflowsResult> listWorkflowsAsync(ListWorkflowsRequest request)
AWSGlueAsyncLists names of workflows created in the account.
listWorkflowsAsync in interface AWSGlueAsyncpublic Future<ListWorkflowsResult> listWorkflowsAsync(ListWorkflowsRequest request, AsyncHandler<ListWorkflowsRequest,ListWorkflowsResult> asyncHandler)
AWSGlueAsyncLists names of workflows created in the account.
listWorkflowsAsync in interface AWSGlueAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the 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)
AWSGlueAsyncSets 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 AWSGlueAsyncpublic Future<PutDataCatalogEncryptionSettingsResult> putDataCatalogEncryptionSettingsAsync(PutDataCatalogEncryptionSettingsRequest request, AsyncHandler<PutDataCatalogEncryptionSettingsRequest,PutDataCatalogEncryptionSettingsResult> asyncHandler)
AWSGlueAsyncSets 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 AWSGlueAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the 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)
AWSGlueAsyncSets the Data Catalog resource policy for access control.
putResourcePolicyAsync in interface AWSGlueAsyncpublic Future<PutResourcePolicyResult> putResourcePolicyAsync(PutResourcePolicyRequest request, AsyncHandler<PutResourcePolicyRequest,PutResourcePolicyResult> asyncHandler)
AWSGlueAsyncSets the Data Catalog resource policy for access control.
putResourcePolicyAsync in interface AWSGlueAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the 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<PutWorkflowRunPropertiesResult> putWorkflowRunPropertiesAsync(PutWorkflowRunPropertiesRequest request)
AWSGlueAsyncPuts 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.
putWorkflowRunPropertiesAsync in interface AWSGlueAsyncpublic Future<PutWorkflowRunPropertiesResult> putWorkflowRunPropertiesAsync(PutWorkflowRunPropertiesRequest request, AsyncHandler<PutWorkflowRunPropertiesRequest,PutWorkflowRunPropertiesResult> asyncHandler)
AWSGlueAsyncPuts 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.
putWorkflowRunPropertiesAsync in interface AWSGlueAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the 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)
AWSGlueAsyncResets a bookmark entry.
resetJobBookmarkAsync in interface AWSGlueAsyncpublic Future<ResetJobBookmarkResult> resetJobBookmarkAsync(ResetJobBookmarkRequest request, AsyncHandler<ResetJobBookmarkRequest,ResetJobBookmarkResult> asyncHandler)
AWSGlueAsyncResets a bookmark entry.
resetJobBookmarkAsync in interface AWSGlueAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the 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<SearchTablesResult> searchTablesAsync(SearchTablesRequest request)
AWSGlueAsyncSearches 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.
searchTablesAsync in interface AWSGlueAsyncpublic Future<SearchTablesResult> searchTablesAsync(SearchTablesRequest request, AsyncHandler<SearchTablesRequest,SearchTablesResult> asyncHandler)
AWSGlueAsyncSearches 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.
searchTablesAsync in interface AWSGlueAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the 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)
AWSGlueAsyncStarts a crawl using the specified crawler, regardless of what is scheduled. If the crawler is already running, returns a CrawlerRunningException.
startCrawlerAsync in interface AWSGlueAsyncpublic Future<StartCrawlerResult> startCrawlerAsync(StartCrawlerRequest request, AsyncHandler<StartCrawlerRequest,StartCrawlerResult> asyncHandler)
AWSGlueAsyncStarts a crawl using the specified crawler, regardless of what is scheduled. If the crawler is already running, returns a CrawlerRunningException.
startCrawlerAsync in interface AWSGlueAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the 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 AWSGlueAsyncpublic 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 AWSGlueAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the 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<StartExportLabelsTaskRunResult> startExportLabelsTaskRunAsync(StartExportLabelsTaskRunRequest request)
AWSGlueAsync
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.
startExportLabelsTaskRunAsync in interface AWSGlueAsyncpublic Future<StartExportLabelsTaskRunResult> startExportLabelsTaskRunAsync(StartExportLabelsTaskRunRequest request, AsyncHandler<StartExportLabelsTaskRunRequest,StartExportLabelsTaskRunResult> asyncHandler)
AWSGlueAsync
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.
startExportLabelsTaskRunAsync in interface AWSGlueAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the 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<StartImportLabelsTaskRunResult> startImportLabelsTaskRunAsync(StartImportLabelsTaskRunRequest request)
AWSGlueAsync
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.
startImportLabelsTaskRunAsync in interface AWSGlueAsyncpublic Future<StartImportLabelsTaskRunResult> startImportLabelsTaskRunAsync(StartImportLabelsTaskRunRequest request, AsyncHandler<StartImportLabelsTaskRunRequest,StartImportLabelsTaskRunResult> asyncHandler)
AWSGlueAsync
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.
startImportLabelsTaskRunAsync in interface AWSGlueAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the 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)
AWSGlueAsyncStarts a job run using a job definition.
startJobRunAsync in interface AWSGlueAsyncpublic Future<StartJobRunResult> startJobRunAsync(StartJobRunRequest request, AsyncHandler<StartJobRunRequest,StartJobRunResult> asyncHandler)
AWSGlueAsyncStarts a job run using a job definition.
startJobRunAsync in interface AWSGlueAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the 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<StartMLEvaluationTaskRunResult> startMLEvaluationTaskRunAsync(StartMLEvaluationTaskRunRequest request)
AWSGlueAsyncStarts 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.
startMLEvaluationTaskRunAsync in interface AWSGlueAsyncpublic Future<StartMLEvaluationTaskRunResult> startMLEvaluationTaskRunAsync(StartMLEvaluationTaskRunRequest request, AsyncHandler<StartMLEvaluationTaskRunRequest,StartMLEvaluationTaskRunResult> asyncHandler)
AWSGlueAsyncStarts 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.
startMLEvaluationTaskRunAsync in interface AWSGlueAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the 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<StartMLLabelingSetGenerationTaskRunResult> startMLLabelingSetGenerationTaskRunAsync(StartMLLabelingSetGenerationTaskRunRequest request)
AWSGlueAsyncStarts 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.
startMLLabelingSetGenerationTaskRunAsync in interface AWSGlueAsyncpublic Future<StartMLLabelingSetGenerationTaskRunResult> startMLLabelingSetGenerationTaskRunAsync(StartMLLabelingSetGenerationTaskRunRequest request, AsyncHandler<StartMLLabelingSetGenerationTaskRunRequest,StartMLLabelingSetGenerationTaskRunResult> asyncHandler)
AWSGlueAsyncStarts 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.
startMLLabelingSetGenerationTaskRunAsync in interface AWSGlueAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the 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)
AWSGlueAsyncStarts an existing trigger. See Triggering Jobs for information about how different types of trigger are started.
startTriggerAsync in interface AWSGlueAsyncpublic Future<StartTriggerResult> startTriggerAsync(StartTriggerRequest request, AsyncHandler<StartTriggerRequest,StartTriggerResult> asyncHandler)
AWSGlueAsyncStarts an existing trigger. See Triggering Jobs for information about how different types of trigger are started.
startTriggerAsync in interface AWSGlueAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the 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<StartWorkflowRunResult> startWorkflowRunAsync(StartWorkflowRunRequest request)
AWSGlueAsyncStarts a new run of the specified workflow.
startWorkflowRunAsync in interface AWSGlueAsyncpublic Future<StartWorkflowRunResult> startWorkflowRunAsync(StartWorkflowRunRequest request, AsyncHandler<StartWorkflowRunRequest,StartWorkflowRunResult> asyncHandler)
AWSGlueAsyncStarts a new run of the specified workflow.
startWorkflowRunAsync in interface AWSGlueAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the 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)
AWSGlueAsyncIf the specified crawler is running, stops the crawl.
stopCrawlerAsync in interface AWSGlueAsyncpublic Future<StopCrawlerResult> stopCrawlerAsync(StopCrawlerRequest request, AsyncHandler<StopCrawlerRequest,StopCrawlerResult> asyncHandler)
AWSGlueAsyncIf the specified crawler is running, stops the crawl.
stopCrawlerAsync in interface AWSGlueAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the 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 AWSGlueAsyncpublic 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 AWSGlueAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the 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)
AWSGlueAsyncStops a specified trigger.
stopTriggerAsync in interface AWSGlueAsyncpublic Future<StopTriggerResult> stopTriggerAsync(StopTriggerRequest request, AsyncHandler<StopTriggerRequest,StopTriggerResult> asyncHandler)
AWSGlueAsyncStops a specified trigger.
stopTriggerAsync in interface AWSGlueAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the 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)
AWSGlueAsyncAdds 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 AWSGlueAsyncpublic Future<TagResourceResult> tagResourceAsync(TagResourceRequest request, AsyncHandler<TagResourceRequest,TagResourceResult> asyncHandler)
AWSGlueAsyncAdds 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 AWSGlueAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the 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)
AWSGlueAsyncRemoves tags from a resource.
untagResourceAsync in interface AWSGlueAsyncpublic Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest request, AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
AWSGlueAsyncRemoves tags from a resource.
untagResourceAsync in interface AWSGlueAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the 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 AWSGlueAsyncpublic 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 AWSGlueAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the 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)
AWSGlueAsyncUpdates a connection definition in the Data Catalog.
updateConnectionAsync in interface AWSGlueAsyncpublic Future<UpdateConnectionResult> updateConnectionAsync(UpdateConnectionRequest request, AsyncHandler<UpdateConnectionRequest,UpdateConnectionResult> asyncHandler)
AWSGlueAsyncUpdates a connection definition in the Data Catalog.
updateConnectionAsync in interface AWSGlueAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the 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 AWSGlueAsyncpublic 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 AWSGlueAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the 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 AWSGlueAsyncpublic Future<UpdateCrawlerScheduleResult> updateCrawlerScheduleAsync(UpdateCrawlerScheduleRequest request, AsyncHandler<UpdateCrawlerScheduleRequest,UpdateCrawlerScheduleResult> asyncHandler)
AWSGlueAsync
Updates the schedule of a crawler using a cron expression.
updateCrawlerScheduleAsync in interface AWSGlueAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the 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)
AWSGlueAsyncUpdates an existing database definition in a Data Catalog.
updateDatabaseAsync in interface AWSGlueAsyncpublic Future<UpdateDatabaseResult> updateDatabaseAsync(UpdateDatabaseRequest request, AsyncHandler<UpdateDatabaseRequest,UpdateDatabaseResult> asyncHandler)
AWSGlueAsyncUpdates an existing database definition in a Data Catalog.
updateDatabaseAsync in interface AWSGlueAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the 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)
AWSGlueAsyncUpdates a specified development endpoint.
updateDevEndpointAsync in interface AWSGlueAsyncpublic Future<UpdateDevEndpointResult> updateDevEndpointAsync(UpdateDevEndpointRequest request, AsyncHandler<UpdateDevEndpointRequest,UpdateDevEndpointResult> asyncHandler)
AWSGlueAsyncUpdates a specified development endpoint.
updateDevEndpointAsync in interface AWSGlueAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the 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)
AWSGlueAsyncUpdates an existing job definition.
updateJobAsync in interface AWSGlueAsyncpublic Future<UpdateJobResult> updateJobAsync(UpdateJobRequest request, AsyncHandler<UpdateJobRequest,UpdateJobResult> asyncHandler)
AWSGlueAsyncUpdates an existing job definition.
updateJobAsync in interface AWSGlueAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the 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<UpdateMLTransformResult> updateMLTransformAsync(UpdateMLTransformRequest request)
AWSGlueAsyncUpdates 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).
updateMLTransformAsync in interface AWSGlueAsyncpublic Future<UpdateMLTransformResult> updateMLTransformAsync(UpdateMLTransformRequest request, AsyncHandler<UpdateMLTransformRequest,UpdateMLTransformResult> asyncHandler)
AWSGlueAsyncUpdates 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).
updateMLTransformAsync in interface AWSGlueAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the 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)
AWSGlueAsyncUpdates a partition.
updatePartitionAsync in interface AWSGlueAsyncpublic Future<UpdatePartitionResult> updatePartitionAsync(UpdatePartitionRequest request, AsyncHandler<UpdatePartitionRequest,UpdatePartitionResult> asyncHandler)
AWSGlueAsyncUpdates a partition.
updatePartitionAsync in interface AWSGlueAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the 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)
AWSGlueAsyncUpdates a metadata table in the Data Catalog.
updateTableAsync in interface AWSGlueAsyncpublic Future<UpdateTableResult> updateTableAsync(UpdateTableRequest request, AsyncHandler<UpdateTableRequest,UpdateTableResult> asyncHandler)
AWSGlueAsyncUpdates a metadata table in the Data Catalog.
updateTableAsync in interface AWSGlueAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the 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)
AWSGlueAsyncUpdates a trigger definition.
updateTriggerAsync in interface AWSGlueAsyncpublic Future<UpdateTriggerResult> updateTriggerAsync(UpdateTriggerRequest request, AsyncHandler<UpdateTriggerRequest,UpdateTriggerResult> asyncHandler)
AWSGlueAsyncUpdates a trigger definition.
updateTriggerAsync in interface AWSGlueAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the 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)
AWSGlueAsyncUpdates an existing function definition in the Data Catalog.
updateUserDefinedFunctionAsync in interface AWSGlueAsyncpublic Future<UpdateUserDefinedFunctionResult> updateUserDefinedFunctionAsync(UpdateUserDefinedFunctionRequest request, AsyncHandler<UpdateUserDefinedFunctionRequest,UpdateUserDefinedFunctionResult> asyncHandler)
AWSGlueAsyncUpdates an existing function definition in the Data Catalog.
updateUserDefinedFunctionAsync in interface AWSGlueAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the 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<UpdateWorkflowResult> updateWorkflowAsync(UpdateWorkflowRequest request)
AWSGlueAsyncUpdates an existing workflow.
updateWorkflowAsync in interface AWSGlueAsyncpublic Future<UpdateWorkflowResult> updateWorkflowAsync(UpdateWorkflowRequest request, AsyncHandler<UpdateWorkflowRequest,UpdateWorkflowResult> asyncHandler)
AWSGlueAsyncUpdates an existing workflow.
updateWorkflowAsync in interface AWSGlueAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the 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 © 2019. All rights reserved.