| Package | Description |
|---|---|
| com.amazonaws.services.bedrockagent.model |
| Modifier and Type | Method and Description |
|---|---|
FlowNodeOutput |
FlowNodeOutput.clone() |
FlowNodeOutput |
FlowNodeOutput.withName(String name)
A name for the output that you can reference.
|
FlowNodeOutput |
FlowNodeOutput.withType(FlowNodeIODataType type)
The data type of the output.
|
FlowNodeOutput |
FlowNodeOutput.withType(String type)
The data type of the output.
|
| Modifier and Type | Method and Description |
|---|---|
List<FlowNodeOutput> |
FlowNode.getOutputs()
A list of objects, each of which contains information about an output from the node.
|
| Modifier and Type | Method and Description |
|---|---|
FlowNode |
FlowNode.withOutputs(FlowNodeOutput... outputs)
A list of objects, each of which contains information about an output from the node.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FlowNode.setOutputs(Collection<FlowNodeOutput> outputs)
A list of objects, each of which contains information about an output from the node.
|
FlowNode |
FlowNode.withOutputs(Collection<FlowNodeOutput> outputs)
A list of objects, each of which contains information about an output from the node.
|
Copyright © 2024. All rights reserved.