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