Uses of Class
software.amazon.awssdk.services.panorama.model.PortType
-
Packages that use PortType Package Description software.amazon.awssdk.services.panorama.model -
-
Uses of PortType in software.amazon.awssdk.services.panorama.model
Methods in software.amazon.awssdk.services.panorama.model that return PortType Modifier and Type Method Description static PortTypePortType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PortTypeNodeInputPort. type()The input port's type.PortTypeNodeOutputPort. type()The output port's type.static PortTypePortType. valueOf(String name)Returns the enum constant of this type with the specified name.static PortType[]PortType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.panorama.model that return types with arguments of type PortType Modifier and Type Method Description static Set<PortType>PortType. knownValues()Methods in software.amazon.awssdk.services.panorama.model with parameters of type PortType Modifier and Type Method Description NodeInputPort.BuilderNodeInputPort.Builder. type(PortType type)The input port's type.NodeOutputPort.BuilderNodeOutputPort.Builder. type(PortType type)The output port's type.
-