| Package | Description |
|---|---|
| com.amazonaws.services.panorama.model |
| Modifier and Type | Method and Description |
|---|---|
NodeOutputPort |
NodeOutputPort.clone() |
NodeOutputPort |
NodeOutputPort.withDescription(String description)
The output port's description.
|
NodeOutputPort |
NodeOutputPort.withName(String name)
The output port's name.
|
NodeOutputPort |
NodeOutputPort.withType(PortType type)
The output port's type.
|
NodeOutputPort |
NodeOutputPort.withType(String type)
The output port's type.
|
| Modifier and Type | Method and Description |
|---|---|
List<NodeOutputPort> |
NodeInterface.getOutputs()
The node interface's outputs.
|
| Modifier and Type | Method and Description |
|---|---|
NodeInterface |
NodeInterface.withOutputs(NodeOutputPort... outputs)
The node interface's outputs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NodeInterface.setOutputs(Collection<NodeOutputPort> outputs)
The node interface's outputs.
|
NodeInterface |
NodeInterface.withOutputs(Collection<NodeOutputPort> outputs)
The node interface's outputs.
|
Copyright © 2022. All rights reserved.