| Package | Description |
|---|---|
| com.amazonaws.services.panorama.model |
| Modifier and Type | Method and Description |
|---|---|
NodeInterface |
NodeInterface.clone() |
NodeInterface |
DescribeNodeResult.getNodeInterface()
The node's interface.
|
NodeInterface |
NodeInterface.withInputs(Collection<NodeInputPort> inputs)
The node interface's inputs.
|
NodeInterface |
NodeInterface.withInputs(NodeInputPort... inputs)
The node interface's inputs.
|
NodeInterface |
NodeInterface.withOutputs(Collection<NodeOutputPort> outputs)
The node interface's outputs.
|
NodeInterface |
NodeInterface.withOutputs(NodeOutputPort... outputs)
The node interface's outputs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeNodeResult.setNodeInterface(NodeInterface nodeInterface)
The node's interface.
|
DescribeNodeResult |
DescribeNodeResult.withNodeInterface(NodeInterface nodeInterface)
The node's interface.
|
Copyright © 2025. All rights reserved.