toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
kafka
/
aws.sdk.kotlin.services.kafka.model
/
JmxExporterInfo
Jmx
Exporter
Info
class
JmxExporterInfo
Indicates whether you want to turn on or turn off the JMX Exporter.
Members
Types
Builder
Link copied to clipboard
class
Builder
Companion
Link copied to clipboard
object
Companion
Properties
enabled
In
Broker
Link copied to clipboard
val
enabledInBroker
:
Boolean
?
Indicates whether you want to turn on or turn off the JMX Exporter.
Functions
copy
Link copied to clipboard
inline
fun
copy
(
block
:
JmxExporterInfo.Builder
.
(
)
->
Unit
=
{}
)
:
JmxExporterInfo
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String