Uses of Interface
software.amazon.awssdk.services.glue.model.BatchDeleteConnectionRequest.Builder
-
Packages that use BatchDeleteConnectionRequest.Builder Package Description software.amazon.awssdk.services.glue Glue software.amazon.awssdk.services.glue.model -
-
Uses of BatchDeleteConnectionRequest.Builder in software.amazon.awssdk.services.glue
Method parameters in software.amazon.awssdk.services.glue with type arguments of type BatchDeleteConnectionRequest.Builder 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 BatchDeleteConnectionResponseGlueClient. batchDeleteConnection(Consumer<BatchDeleteConnectionRequest.Builder> batchDeleteConnectionRequest)Deletes a list of connection definitions from the Data Catalog. -
Uses of BatchDeleteConnectionRequest.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return BatchDeleteConnectionRequest.Builder Modifier and Type Method Description static BatchDeleteConnectionRequest.BuilderBatchDeleteConnectionRequest. builder()BatchDeleteConnectionRequest.BuilderBatchDeleteConnectionRequest.Builder. catalogId(String catalogId)The ID of the Data Catalog in which the connections reside.BatchDeleteConnectionRequest.BuilderBatchDeleteConnectionRequest.Builder. connectionNameList(String... connectionNameList)A list of names of the connections to delete.BatchDeleteConnectionRequest.BuilderBatchDeleteConnectionRequest.Builder. connectionNameList(Collection<String> connectionNameList)A list of names of the connections to delete.BatchDeleteConnectionRequest.BuilderBatchDeleteConnectionRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)BatchDeleteConnectionRequest.BuilderBatchDeleteConnectionRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)BatchDeleteConnectionRequest.BuilderBatchDeleteConnectionRequest. toBuilder()Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type BatchDeleteConnectionRequest.Builder Modifier and Type Method Description static Class<? extends BatchDeleteConnectionRequest.Builder>BatchDeleteConnectionRequest. serializableBuilderClass()
-