Uses of Class
software.amazon.awssdk.services.kafka.model.BrokerSoftwareInfo
-
Packages that use BrokerSoftwareInfo Package Description software.amazon.awssdk.services.kafka.model -
-
Uses of BrokerSoftwareInfo in software.amazon.awssdk.services.kafka.model
Methods in software.amazon.awssdk.services.kafka.model that return BrokerSoftwareInfo Modifier and Type Method Description BrokerSoftwareInfoBrokerNodeInfo. currentBrokerSoftwareInfo()Information about the version of software currently deployed on the Apache Kafka brokers in the cluster.BrokerSoftwareInfoClusterInfo. currentBrokerSoftwareInfo()Information about the version of software currently deployed on the Apache Kafka brokers in the cluster.BrokerSoftwareInfoProvisioned. currentBrokerSoftwareInfo()Information about the Apache Kafka version deployed on the brokers.Methods in software.amazon.awssdk.services.kafka.model with parameters of type BrokerSoftwareInfo Modifier and Type Method Description BrokerNodeInfo.BuilderBrokerNodeInfo.Builder. currentBrokerSoftwareInfo(BrokerSoftwareInfo currentBrokerSoftwareInfo)Information about the version of software currently deployed on the Apache Kafka brokers in the cluster.ClusterInfo.BuilderClusterInfo.Builder. currentBrokerSoftwareInfo(BrokerSoftwareInfo currentBrokerSoftwareInfo)Information about the version of software currently deployed on the Apache Kafka brokers in the cluster.Provisioned.BuilderProvisioned.Builder. currentBrokerSoftwareInfo(BrokerSoftwareInfo currentBrokerSoftwareInfo)Information about the Apache Kafka version deployed on the brokers.
-