Uses of Class
software.amazon.awssdk.services.glue.model.BatchDeleteConnectionResponse
-
Packages that use BatchDeleteConnectionResponse Package Description software.amazon.awssdk.services.glue Glue -
-
Uses of BatchDeleteConnectionResponse in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue that return BatchDeleteConnectionResponse Modifier and Type Method Description default BatchDeleteConnectionResponseGlueClient. batchDeleteConnection(Consumer<BatchDeleteConnectionRequest.Builder> batchDeleteConnectionRequest)Deletes a list of connection definitions from the Data Catalog.default BatchDeleteConnectionResponseGlueClient. batchDeleteConnection(BatchDeleteConnectionRequest batchDeleteConnectionRequest)Deletes a list of connection definitions from the Data Catalog.Methods in software.amazon.awssdk.services.glue that return types with arguments of type BatchDeleteConnectionResponse Modifier and Type Method Description default CompletableFuture<BatchDeleteConnectionResponse>GlueAsyncClient. batchDeleteConnection(Consumer<BatchDeleteConnectionRequest.Builder> batchDeleteConnectionRequest)Deletes a list of connection definitions from the Data Catalog.default CompletableFuture<BatchDeleteConnectionResponse>GlueAsyncClient. batchDeleteConnection(BatchDeleteConnectionRequest batchDeleteConnectionRequest)Deletes a list of connection definitions from the Data Catalog.
-