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