| Package | Description |
|---|---|
| com.amazonaws.services.glue |
|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
BatchDeleteConnectionResult |
AbstractAWSGlue.batchDeleteConnection(BatchDeleteConnectionRequest request) |
BatchDeleteConnectionResult |
AWSGlueClient.batchDeleteConnection(BatchDeleteConnectionRequest request)
Deletes a list of connection definitions from the Data Catalog.
|
BatchDeleteConnectionResult |
AWSGlue.batchDeleteConnection(BatchDeleteConnectionRequest batchDeleteConnectionRequest)
Deletes a list of connection definitions from the Data Catalog.
|
| Modifier and Type | Method and Description |
|---|---|
Future<BatchDeleteConnectionResult> |
AbstractAWSGlueAsync.batchDeleteConnectionAsync(BatchDeleteConnectionRequest request,
AsyncHandler<BatchDeleteConnectionRequest,BatchDeleteConnectionResult> asyncHandler) |
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.
|
| Modifier and Type | Method and Description |
|---|---|
BatchDeleteConnectionResult |
BatchDeleteConnectionResult.addErrorsEntry(String key,
ErrorDetail value)
Add a single Errors entry
|
BatchDeleteConnectionResult |
BatchDeleteConnectionResult.clearErrorsEntries()
Removes all the entries added into Errors.
|
BatchDeleteConnectionResult |
BatchDeleteConnectionResult.clone() |
BatchDeleteConnectionResult |
BatchDeleteConnectionResult.withErrors(Map<String,ErrorDetail> errors)
A map of the names of connections that were not successfully deleted to error details.
|
BatchDeleteConnectionResult |
BatchDeleteConnectionResult.withSucceeded(Collection<String> succeeded)
A list of names of the connection definitions that were successfully deleted.
|
BatchDeleteConnectionResult |
BatchDeleteConnectionResult.withSucceeded(String... succeeded)
A list of names of the connection definitions that were successfully deleted.
|
Copyright © 2021. All rights reserved.