Uses of Class
software.amazon.awssdk.services.dax.model.NodeTypeSpecificValue
-
Packages that use NodeTypeSpecificValue Package Description software.amazon.awssdk.services.dax.model -
-
Uses of NodeTypeSpecificValue in software.amazon.awssdk.services.dax.model
Methods in software.amazon.awssdk.services.dax.model that return types with arguments of type NodeTypeSpecificValue Modifier and Type Method Description List<NodeTypeSpecificValue>Parameter. nodeTypeSpecificValues()A list of node types, and specific parameter values for each node.Methods in software.amazon.awssdk.services.dax.model with parameters of type NodeTypeSpecificValue Modifier and Type Method Description Parameter.BuilderParameter.Builder. nodeTypeSpecificValues(NodeTypeSpecificValue... nodeTypeSpecificValues)A list of node types, and specific parameter values for each node.Method parameters in software.amazon.awssdk.services.dax.model with type arguments of type NodeTypeSpecificValue Modifier and Type Method Description Parameter.BuilderParameter.Builder. nodeTypeSpecificValues(Collection<NodeTypeSpecificValue> nodeTypeSpecificValues)A list of node types, and specific parameter values for each node.
-