| Package | Description |
|---|---|
| software.amazon.awssdk.services.kafka |
The operations for managing an Amazon MSK cluster.
|
| Modifier and Type | Method and Description |
|---|---|
default CreateConfigurationResponse |
KafkaClient.createConfiguration(Consumer<CreateConfigurationRequest.Builder> createConfigurationRequest)
Creates a new MSK configuration.
|
default CreateConfigurationResponse |
KafkaClient.createConfiguration(CreateConfigurationRequest createConfigurationRequest)
Creates a new MSK configuration.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateConfigurationResponse> |
KafkaAsyncClient.createConfiguration(Consumer<CreateConfigurationRequest.Builder> createConfigurationRequest)
Creates a new MSK configuration.
|
default CompletableFuture<CreateConfigurationResponse> |
KafkaAsyncClient.createConfiguration(CreateConfigurationRequest createConfigurationRequest)
Creates a new MSK configuration.
|
Copyright © 2023. All rights reserved.