| Package | Description |
|---|---|
| software.amazon.awssdk.services.kafkaconnect |
|
| Modifier and Type | Method and Description |
|---|---|
default CreateWorkerConfigurationResponse |
KafkaConnectClient.createWorkerConfiguration(Consumer<CreateWorkerConfigurationRequest.Builder> createWorkerConfigurationRequest)
Creates a worker configuration using the specified properties.
|
default CreateWorkerConfigurationResponse |
KafkaConnectClient.createWorkerConfiguration(CreateWorkerConfigurationRequest createWorkerConfigurationRequest)
Creates a worker configuration using the specified properties.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateWorkerConfigurationResponse> |
KafkaConnectAsyncClient.createWorkerConfiguration(Consumer<CreateWorkerConfigurationRequest.Builder> createWorkerConfigurationRequest)
Creates a worker configuration using the specified properties.
|
default CompletableFuture<CreateWorkerConfigurationResponse> |
KafkaConnectAsyncClient.createWorkerConfiguration(CreateWorkerConfigurationRequest createWorkerConfigurationRequest)
Creates a worker configuration using the specified properties.
|
Copyright © 2023. All rights reserved.