Package | Description |
---|---|
com.amazonaws.services.glue |
|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
Future<BatchDeleteConnectionResult> |
AWSGlueAsyncClient.batchDeleteConnectionAsync(BatchDeleteConnectionRequest request,
AsyncHandler<BatchDeleteConnectionRequest,BatchDeleteConnectionResult> asyncHandler) |
Future<BatchDeleteConnectionResult> |
AWSGlueAsync.batchDeleteConnectionAsync(BatchDeleteConnectionRequest batchDeleteConnectionRequest,
AsyncHandler<BatchDeleteConnectionRequest,BatchDeleteConnectionResult> asyncHandler)
Deletes a list of connection definitions from the Data Catalog.
|
Future<BatchDeleteConnectionResult> |
AbstractAWSGlueAsync.batchDeleteConnectionAsync(BatchDeleteConnectionRequest request,
AsyncHandler<BatchDeleteConnectionRequest,BatchDeleteConnectionResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
BatchDeleteConnectionRequest |
BatchDeleteConnectionRequest.clone() |
BatchDeleteConnectionRequest |
BatchDeleteConnectionRequest.withCatalogId(String catalogId)
The ID of the Data Catalog in which the connections reside.
|
BatchDeleteConnectionRequest |
BatchDeleteConnectionRequest.withConnectionNameList(Collection<String> connectionNameList)
A list of names of the connections to delete.
|
BatchDeleteConnectionRequest |
BatchDeleteConnectionRequest.withConnectionNameList(String... connectionNameList)
A list of names of the connections to delete.
|
Copyright © 2020. All rights reserved.