Uses of Class
software.amazon.awssdk.services.kafka.model.UpdateMonitoringResponse
-
Packages that use UpdateMonitoringResponse Package Description software.amazon.awssdk.services.kafka The operations for managing an Amazon MSK cluster. -
-
Uses of UpdateMonitoringResponse in software.amazon.awssdk.services.kafka
Methods in software.amazon.awssdk.services.kafka that return UpdateMonitoringResponse Modifier and Type Method Description default UpdateMonitoringResponseKafkaClient. updateMonitoring(Consumer<UpdateMonitoringRequest.Builder> updateMonitoringRequest)Updates the monitoring settings for the cluster.default UpdateMonitoringResponseKafkaClient. updateMonitoring(UpdateMonitoringRequest updateMonitoringRequest)Updates the monitoring settings for the cluster.Methods in software.amazon.awssdk.services.kafka that return types with arguments of type UpdateMonitoringResponse Modifier and Type Method 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.
-