| Package | Description |
|---|---|
| software.amazon.awssdk.services.kafka |
The operations for managing an Amazon MSK cluster.
|
| Modifier and Type | Method and Description |
|---|---|
default UpdateMonitoringResponse |
KafkaClient.updateMonitoring(Consumer<UpdateMonitoringRequest.Builder> updateMonitoringRequest)
Updates the monitoring settings for the cluster.
|
default UpdateMonitoringResponse |
KafkaClient.updateMonitoring(UpdateMonitoringRequest updateMonitoringRequest)
Updates the monitoring settings for the cluster.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateMonitoringResponse> |
KafkaAsyncClient.updateMonitoring(Consumer<UpdateMonitoringRequest.Builder> updateMonitoringRequest)
Updates the monitoring settings for the cluster.
|
default CompletableFuture<UpdateMonitoringResponse> |
KafkaAsyncClient.updateMonitoring(UpdateMonitoringRequest updateMonitoringRequest)
Updates the monitoring settings for the cluster.
|
Copyright © 2023. All rights reserved.