Uses of Interface
software.amazon.awssdk.services.dax.model.NodeTypeSpecificValue.Builder
-
Packages that use NodeTypeSpecificValue.Builder Package Description software.amazon.awssdk.services.dax.model -
-
Uses of NodeTypeSpecificValue.Builder in software.amazon.awssdk.services.dax.model
Methods in software.amazon.awssdk.services.dax.model that return NodeTypeSpecificValue.Builder Modifier and Type Method Description static NodeTypeSpecificValue.BuilderNodeTypeSpecificValue. builder()NodeTypeSpecificValue.BuilderNodeTypeSpecificValue.Builder. nodeType(String nodeType)A node type to which the parameter value applies.NodeTypeSpecificValue.BuilderNodeTypeSpecificValue. toBuilder()NodeTypeSpecificValue.BuilderNodeTypeSpecificValue.Builder. value(String value)The parameter value for this node type.Methods in software.amazon.awssdk.services.dax.model that return types with arguments of type NodeTypeSpecificValue.Builder Modifier and Type Method Description static Class<? extends NodeTypeSpecificValue.Builder>NodeTypeSpecificValue. serializableBuilderClass()
-