Uses of Class
software.amazon.awssdk.services.appmesh.model.VirtualNodeStatusCode
-
Packages that use VirtualNodeStatusCode Package Description software.amazon.awssdk.services.appmesh.model -
-
Uses of VirtualNodeStatusCode in software.amazon.awssdk.services.appmesh.model
Methods in software.amazon.awssdk.services.appmesh.model that return VirtualNodeStatusCode Modifier and Type Method Description static VirtualNodeStatusCodeVirtualNodeStatusCode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.VirtualNodeStatusCodeVirtualNodeStatus. status()The current status of the virtual node.static VirtualNodeStatusCodeVirtualNodeStatusCode. valueOf(String name)Returns the enum constant of this type with the specified name.static VirtualNodeStatusCode[]VirtualNodeStatusCode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.appmesh.model that return types with arguments of type VirtualNodeStatusCode Modifier and Type Method Description static Set<VirtualNodeStatusCode>VirtualNodeStatusCode. knownValues()Methods in software.amazon.awssdk.services.appmesh.model with parameters of type VirtualNodeStatusCode Modifier and Type Method Description VirtualNodeStatus.BuilderVirtualNodeStatus.Builder. status(VirtualNodeStatusCode status)The current status of the virtual node.
-