Uses of Class
software.amazon.awssdk.services.kafka.model.NodeExporterInfo
-
Packages that use NodeExporterInfo Package Description software.amazon.awssdk.services.kafka.model -
-
Uses of NodeExporterInfo in software.amazon.awssdk.services.kafka.model
Methods in software.amazon.awssdk.services.kafka.model that return NodeExporterInfo Modifier and Type Method Description NodeExporterInfoPrometheusInfo. nodeExporter()Indicates whether you want to turn on or turn off the Node Exporter.Methods in software.amazon.awssdk.services.kafka.model with parameters of type NodeExporterInfo Modifier and Type Method Description PrometheusInfo.BuilderPrometheusInfo.Builder. nodeExporter(NodeExporterInfo nodeExporter)Indicates whether you want to turn on or turn off the Node Exporter.
-