| Package | Description |
|---|---|
| software.amazon.awssdk.services.kafka |
The operations for managing an Amazon MSK cluster.
|
| Modifier and Type | Method and Description |
|---|---|
default UpdateConnectivityResponse |
KafkaClient.updateConnectivity(Consumer<UpdateConnectivityRequest.Builder> updateConnectivityRequest)
Updates the cluster's connectivity configuration.
|
default UpdateConnectivityResponse |
KafkaClient.updateConnectivity(UpdateConnectivityRequest updateConnectivityRequest)
Updates the cluster's connectivity configuration.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateConnectivityResponse> |
KafkaAsyncClient.updateConnectivity(Consumer<UpdateConnectivityRequest.Builder> updateConnectivityRequest)
Updates the cluster's connectivity configuration.
|
default CompletableFuture<UpdateConnectivityResponse> |
KafkaAsyncClient.updateConnectivity(UpdateConnectivityRequest updateConnectivityRequest)
Updates the cluster's connectivity configuration.
|
Copyright © 2023. All rights reserved.