| Package | Description |
|---|---|
| com.amazonaws.services.kafka.model |
| Modifier and Type | Method and Description |
|---|---|
BrokerSoftwareInfo |
BrokerSoftwareInfo.clone() |
BrokerSoftwareInfo |
ClusterInfo.getCurrentBrokerSoftwareInfo()
Information about the version of software currently deployed on the Apache Kafka brokers in the cluster.
|
BrokerSoftwareInfo |
BrokerNodeInfo.getCurrentBrokerSoftwareInfo()
Information about the version of software currently deployed on the Apache Kafka brokers in the cluster.
|
BrokerSoftwareInfo |
Provisioned.getCurrentBrokerSoftwareInfo()
Information about the Apache Kafka version deployed on the brokers.
|
BrokerSoftwareInfo |
BrokerSoftwareInfo.withConfigurationArn(String configurationArn)
The Amazon Resource Name (ARN) of the configuration used for the cluster.
|
BrokerSoftwareInfo |
BrokerSoftwareInfo.withConfigurationRevision(Long configurationRevision)
The revision of the configuration to use.
|
BrokerSoftwareInfo |
BrokerSoftwareInfo.withKafkaVersion(String kafkaVersion)
The version of Apache Kafka.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClusterInfo.setCurrentBrokerSoftwareInfo(BrokerSoftwareInfo currentBrokerSoftwareInfo)
Information about the version of software currently deployed on the Apache Kafka brokers in the cluster.
|
void |
BrokerNodeInfo.setCurrentBrokerSoftwareInfo(BrokerSoftwareInfo currentBrokerSoftwareInfo)
Information about the version of software currently deployed on the Apache Kafka brokers in the cluster.
|
void |
Provisioned.setCurrentBrokerSoftwareInfo(BrokerSoftwareInfo currentBrokerSoftwareInfo)
Information about the Apache Kafka version deployed on the brokers.
|
ClusterInfo |
ClusterInfo.withCurrentBrokerSoftwareInfo(BrokerSoftwareInfo currentBrokerSoftwareInfo)
Information about the version of software currently deployed on the Apache Kafka brokers in the cluster.
|
BrokerNodeInfo |
BrokerNodeInfo.withCurrentBrokerSoftwareInfo(BrokerSoftwareInfo currentBrokerSoftwareInfo)
Information about the version of software currently deployed on the Apache Kafka brokers in the cluster.
|
Provisioned |
Provisioned.withCurrentBrokerSoftwareInfo(BrokerSoftwareInfo currentBrokerSoftwareInfo)
Information about the Apache Kafka version deployed on the brokers.
|
Copyright © 2022. All rights reserved.