| Package | Description |
|---|---|
| com.amazonaws.services.kafka.model |
| Modifier and Type | Method and Description |
|---|---|
NodeInfo |
NodeInfo.clone() |
NodeInfo |
NodeInfo.withAddedToClusterTime(String addedToClusterTime)
The start time.
|
NodeInfo |
NodeInfo.withBrokerNodeInfo(BrokerNodeInfo brokerNodeInfo)
The broker node info.
|
NodeInfo |
NodeInfo.withInstanceType(String instanceType)
The instance type.
|
NodeInfo |
NodeInfo.withNodeARN(String nodeARN)
The Amazon Resource Name (ARN) of the node.
|
NodeInfo |
NodeInfo.withNodeType(NodeType nodeType)
The node type.
|
NodeInfo |
NodeInfo.withNodeType(String nodeType)
The node type.
|
NodeInfo |
NodeInfo.withZookeeperNodeInfo(ZookeeperNodeInfo zookeeperNodeInfo)
The ZookeeperNodeInfo.
|
| Modifier and Type | Method and Description |
|---|---|
List<NodeInfo> |
ListNodesResult.getNodeInfoList()
List containing a NodeInfo object.
|
| Modifier and Type | Method and Description |
|---|---|
ListNodesResult |
ListNodesResult.withNodeInfoList(NodeInfo... nodeInfoList)
List containing a NodeInfo object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListNodesResult.setNodeInfoList(Collection<NodeInfo> nodeInfoList)
List containing a NodeInfo object.
|
ListNodesResult |
ListNodesResult.withNodeInfoList(Collection<NodeInfo> nodeInfoList)
List containing a NodeInfo object.
|
Copyright © 2022. All rights reserved.