| Package | Description |
|---|---|
| software.amazon.awssdk.services.kafka.model |
| Modifier and Type | Method and Description |
|---|---|
BrokerNodeGroupInfo |
Provisioned.brokerNodeGroupInfo()
Information about the brokers.
|
BrokerNodeGroupInfo |
ProvisionedRequest.brokerNodeGroupInfo()
Information about the brokers.
|
BrokerNodeGroupInfo |
CreateClusterRequest.brokerNodeGroupInfo()
Information about the broker nodes in the cluster.
|
BrokerNodeGroupInfo |
ClusterInfo.brokerNodeGroupInfo()
Information about the broker nodes.
|
| Modifier and Type | Method and Description |
|---|---|
Provisioned.Builder |
Provisioned.Builder.brokerNodeGroupInfo(BrokerNodeGroupInfo brokerNodeGroupInfo)
Information about the brokers.
|
ProvisionedRequest.Builder |
ProvisionedRequest.Builder.brokerNodeGroupInfo(BrokerNodeGroupInfo brokerNodeGroupInfo)
Information about the brokers.
|
CreateClusterRequest.Builder |
CreateClusterRequest.Builder.brokerNodeGroupInfo(BrokerNodeGroupInfo brokerNodeGroupInfo)
Information about the broker nodes in the cluster.
|
ClusterInfo.Builder |
ClusterInfo.Builder.brokerNodeGroupInfo(BrokerNodeGroupInfo brokerNodeGroupInfo)
Information about the broker nodes.
|
Copyright © 2023. All rights reserved.