Uses of Class
software.amazon.awssdk.services.glue.model.BatchDeleteConnectionRequest
-
Packages that use BatchDeleteConnectionRequest Package Description software.amazon.awssdk.services.glue Glue software.amazon.awssdk.services.glue.transform -
-
Uses of BatchDeleteConnectionRequest in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue with parameters of type BatchDeleteConnectionRequest Modifier and Type Method Description default CompletableFuture<BatchDeleteConnectionResponse>GlueAsyncClient. batchDeleteConnection(BatchDeleteConnectionRequest 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. -
Uses of BatchDeleteConnectionRequest in software.amazon.awssdk.services.glue.transform
Methods in software.amazon.awssdk.services.glue.transform with parameters of type BatchDeleteConnectionRequest Modifier and Type Method Description SdkHttpFullRequestBatchDeleteConnectionRequestMarshaller. marshall(BatchDeleteConnectionRequest batchDeleteConnectionRequest)
-