Uses of Class
software.amazon.awssdk.services.finspace.model.KxNodeStatus
-
Packages that use KxNodeStatus Package Description software.amazon.awssdk.services.finspace.model -
-
Uses of KxNodeStatus in software.amazon.awssdk.services.finspace.model
Methods in software.amazon.awssdk.services.finspace.model that return KxNodeStatus Modifier and Type Method Description static KxNodeStatusKxNodeStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.KxNodeStatusKxNode. status()Specifies the status of the cluster nodes.static KxNodeStatusKxNodeStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static KxNodeStatus[]KxNodeStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.finspace.model that return types with arguments of type KxNodeStatus Modifier and Type Method Description static Set<KxNodeStatus>KxNodeStatus. knownValues()Methods in software.amazon.awssdk.services.finspace.model with parameters of type KxNodeStatus Modifier and Type Method Description KxNode.BuilderKxNode.Builder. status(KxNodeStatus status)Specifies the status of the cluster nodes.
-