| Package | Description |
|---|---|
| software.amazon.awssdk.services.kafkaconnect |
|
| Modifier and Type | Method and Description |
|---|---|
default CreateCustomPluginResponse |
KafkaConnectClient.createCustomPlugin(Consumer<CreateCustomPluginRequest.Builder> createCustomPluginRequest)
Creates a custom plugin using the specified properties.
|
default CreateCustomPluginResponse |
KafkaConnectClient.createCustomPlugin(CreateCustomPluginRequest createCustomPluginRequest)
Creates a custom plugin using the specified properties.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateCustomPluginResponse> |
KafkaConnectAsyncClient.createCustomPlugin(Consumer<CreateCustomPluginRequest.Builder> createCustomPluginRequest)
Creates a custom plugin using the specified properties.
|
default CompletableFuture<CreateCustomPluginResponse> |
KafkaConnectAsyncClient.createCustomPlugin(CreateCustomPluginRequest createCustomPluginRequest)
Creates a custom plugin using the specified properties.
|
Copyright © 2023. All rights reserved.