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