Uses of Class
software.amazon.awssdk.services.ssm.model.NodeType
-
Packages that use NodeType Package Description software.amazon.awssdk.services.ssm.model -
-
Uses of NodeType in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return NodeType Modifier and Type Method Description static NodeTypeNodeType. fromInstance(Consumer<InstanceInfo.Builder> instance)Create an instance of this class withinstance()initialized to the given value.static NodeTypeNodeType. fromInstance(InstanceInfo instance)Create an instance of this class withinstance()initialized to the given value.NodeTypeNode. nodeType()Information about the type of node.Methods in software.amazon.awssdk.services.ssm.model with parameters of type NodeType Modifier and Type Method Description Node.BuilderNode.Builder. nodeType(NodeType nodeType)Information about the type of node.
-