| Package | Description |
|---|---|
| software.amazon.awssdk.services.kafkaconnect |
|
| Modifier and Type | Method and Description |
|---|---|
default CreateConnectorResponse |
KafkaConnectClient.createConnector(Consumer<CreateConnectorRequest.Builder> createConnectorRequest)
Creates a connector using the specified properties.
|
default CreateConnectorResponse |
KafkaConnectClient.createConnector(CreateConnectorRequest createConnectorRequest)
Creates a connector using the specified properties.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateConnectorResponse> |
KafkaConnectAsyncClient.createConnector(Consumer<CreateConnectorRequest.Builder> createConnectorRequest)
Creates a connector using the specified properties.
|
default CompletableFuture<CreateConnectorResponse> |
KafkaConnectAsyncClient.createConnector(CreateConnectorRequest createConnectorRequest)
Creates a connector using the specified properties.
|
Copyright © 2023. All rights reserved.