| Package | Description |
|---|---|
| software.amazon.awssdk.services.kafka.model |
| Modifier and Type | Method and Description |
|---|---|
BrokerSoftwareInfo |
ClusterInfo.currentBrokerSoftwareInfo()
Information about the version of software currently deployed on the Apache Kafka brokers in the cluster.
|
BrokerSoftwareInfo |
Provisioned.currentBrokerSoftwareInfo()
Information about the Apache Kafka version deployed on the brokers.
|
BrokerSoftwareInfo |
BrokerNodeInfo.currentBrokerSoftwareInfo()
Information about the version of software currently deployed on the Apache Kafka brokers in the cluster.
|
| Modifier and Type | Method and Description |
|---|---|
ClusterInfo.Builder |
ClusterInfo.Builder.currentBrokerSoftwareInfo(BrokerSoftwareInfo currentBrokerSoftwareInfo)
Information about the version of software currently deployed on the Apache Kafka brokers in the cluster.
|
Provisioned.Builder |
Provisioned.Builder.currentBrokerSoftwareInfo(BrokerSoftwareInfo currentBrokerSoftwareInfo)
Information about the Apache Kafka version deployed on the brokers.
|
BrokerNodeInfo.Builder |
BrokerNodeInfo.Builder.currentBrokerSoftwareInfo(BrokerSoftwareInfo currentBrokerSoftwareInfo)
Information about the version of software currently deployed on the Apache Kafka brokers in the cluster.
|
Copyright © 2023. All rights reserved.