Uses of Class
software.amazon.awssdk.services.finspace.model.KxNode
-
Packages that use KxNode Package Description software.amazon.awssdk.services.finspace.model -
-
Uses of KxNode in software.amazon.awssdk.services.finspace.model
Methods in software.amazon.awssdk.services.finspace.model that return types with arguments of type KxNode Modifier and Type Method Description List<KxNode>ListKxClusterNodesResponse. nodes()A list of nodes associated with the cluster.Methods in software.amazon.awssdk.services.finspace.model with parameters of type KxNode Modifier and Type Method Description ListKxClusterNodesResponse.BuilderListKxClusterNodesResponse.Builder. nodes(KxNode... nodes)A list of nodes associated with the cluster.Method parameters in software.amazon.awssdk.services.finspace.model with type arguments of type KxNode Modifier and Type Method Description ListKxClusterNodesResponse.BuilderListKxClusterNodesResponse.Builder. nodes(Collection<KxNode> nodes)A list of nodes associated with the cluster.
-