Uses of Class
software.amazon.awssdk.services.kafka.model.NodeInfo
-
Packages that use NodeInfo Package Description software.amazon.awssdk.services.kafka.model software.amazon.awssdk.services.kafka.paginators -
-
Uses of NodeInfo in software.amazon.awssdk.services.kafka.model
Methods in software.amazon.awssdk.services.kafka.model that return types with arguments of type NodeInfo Modifier and Type Method Description List<NodeInfo>ListNodesResponse. nodeInfoList()List containing a NodeInfo object.Methods in software.amazon.awssdk.services.kafka.model with parameters of type NodeInfo Modifier and Type Method Description ListNodesResponse.BuilderListNodesResponse.Builder. nodeInfoList(NodeInfo... nodeInfoList)List containing a NodeInfo object.Method parameters in software.amazon.awssdk.services.kafka.model with type arguments of type NodeInfo Modifier and Type Method Description ListNodesResponse.BuilderListNodesResponse.Builder. nodeInfoList(Collection<NodeInfo> nodeInfoList)List containing a NodeInfo object. -
Uses of NodeInfo in software.amazon.awssdk.services.kafka.paginators
Methods in software.amazon.awssdk.services.kafka.paginators that return types with arguments of type NodeInfo Modifier and Type Method Description SdkIterable<NodeInfo>ListNodesIterable. nodeInfoList()Returns an iterable to iterate through the paginatedListNodesResponse.nodeInfoList()member.SdkPublisher<NodeInfo>ListNodesPublisher. nodeInfoList()Returns a publisher that can be used to get a stream of data.
-