Uses of Class
software.amazon.awssdk.services.managedblockchain.model.NodeStatus
-
Packages that use NodeStatus Package Description software.amazon.awssdk.services.managedblockchain.model -
-
Uses of NodeStatus in software.amazon.awssdk.services.managedblockchain.model
Methods in software.amazon.awssdk.services.managedblockchain.model that return NodeStatus Modifier and Type Method Description static NodeStatusNodeStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.NodeStatusListNodesRequest. status()An optional status specifier.NodeStatusNode. status()The status of the node.NodeStatusNodeSummary. status()The status of the node.static NodeStatusNodeStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static NodeStatus[]NodeStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.managedblockchain.model that return types with arguments of type NodeStatus Modifier and Type Method Description static Set<NodeStatus>NodeStatus. knownValues()Methods in software.amazon.awssdk.services.managedblockchain.model with parameters of type NodeStatus Modifier and Type Method Description ListNodesRequest.BuilderListNodesRequest.Builder. status(NodeStatus status)An optional status specifier.Node.BuilderNode.Builder. status(NodeStatus status)The status of the node.NodeSummary.BuilderNodeSummary.Builder. status(NodeStatus status)The status of the node.
-