Uses of Class
software.amazon.awssdk.services.panorama.model.NodeInputPort
-
Packages that use NodeInputPort Package Description software.amazon.awssdk.services.panorama.model -
-
Uses of NodeInputPort in software.amazon.awssdk.services.panorama.model
Methods in software.amazon.awssdk.services.panorama.model that return types with arguments of type NodeInputPort Modifier and Type Method Description List<NodeInputPort>NodeInterface. inputs()The node interface's inputs.Methods in software.amazon.awssdk.services.panorama.model with parameters of type NodeInputPort Modifier and Type Method Description NodeInterface.BuilderNodeInterface.Builder. inputs(NodeInputPort... inputs)The node interface's inputs.Method parameters in software.amazon.awssdk.services.panorama.model with type arguments of type NodeInputPort Modifier and Type Method Description NodeInterface.BuilderNodeInterface.Builder. inputs(Collection<NodeInputPort> inputs)The node interface's inputs.
-