| Package | Description |
|---|---|
| com.amazonaws.services.bedrockagent.model |
| Modifier and Type | Method and Description |
|---|---|
FlowDefinition |
FlowDefinition.clone() |
FlowDefinition |
UpdateFlowResult.getDefinition()
A definition of the nodes and the connections between nodes in the flow.
|
FlowDefinition |
UpdateFlowRequest.getDefinition()
A definition of the nodes and the connections between the nodes in the flow.
|
FlowDefinition |
GetFlowVersionResult.getDefinition()
The definition of the nodes and connections between nodes in the flow.
|
FlowDefinition |
CreateFlowVersionResult.getDefinition()
A definition of the nodes and connections in the flow.
|
FlowDefinition |
CreateFlowResult.getDefinition()
A definition of the nodes and connections between nodes in the flow.
|
FlowDefinition |
CreateFlowRequest.getDefinition()
A definition of the nodes and connections between nodes in the flow.
|
FlowDefinition |
GetFlowResult.getDefinition()
The definition of the nodes and connections between the nodes in the flow.
|
FlowDefinition |
FlowDefinition.withConnections(Collection<FlowConnection> connections)
An array of connection definitions in the flow.
|
FlowDefinition |
FlowDefinition.withConnections(FlowConnection... connections)
An array of connection definitions in the flow.
|
FlowDefinition |
FlowDefinition.withNodes(Collection<FlowNode> nodes)
An array of node definitions in the flow.
|
FlowDefinition |
FlowDefinition.withNodes(FlowNode... nodes)
An array of node definitions in the flow.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateFlowResult.setDefinition(FlowDefinition definition)
A definition of the nodes and the connections between nodes in the flow.
|
void |
UpdateFlowRequest.setDefinition(FlowDefinition definition)
A definition of the nodes and the connections between the nodes in the flow.
|
void |
GetFlowVersionResult.setDefinition(FlowDefinition definition)
The definition of the nodes and connections between nodes in the flow.
|
void |
CreateFlowVersionResult.setDefinition(FlowDefinition definition)
A definition of the nodes and connections in the flow.
|
void |
CreateFlowResult.setDefinition(FlowDefinition definition)
A definition of the nodes and connections between nodes in the flow.
|
void |
CreateFlowRequest.setDefinition(FlowDefinition definition)
A definition of the nodes and connections between nodes in the flow.
|
void |
GetFlowResult.setDefinition(FlowDefinition definition)
The definition of the nodes and connections between the nodes in the flow.
|
UpdateFlowResult |
UpdateFlowResult.withDefinition(FlowDefinition definition)
A definition of the nodes and the connections between nodes in the flow.
|
UpdateFlowRequest |
UpdateFlowRequest.withDefinition(FlowDefinition definition)
A definition of the nodes and the connections between the nodes in the flow.
|
GetFlowVersionResult |
GetFlowVersionResult.withDefinition(FlowDefinition definition)
The definition of the nodes and connections between nodes in the flow.
|
CreateFlowVersionResult |
CreateFlowVersionResult.withDefinition(FlowDefinition definition)
A definition of the nodes and connections in the flow.
|
CreateFlowResult |
CreateFlowResult.withDefinition(FlowDefinition definition)
A definition of the nodes and connections between nodes in the flow.
|
CreateFlowRequest |
CreateFlowRequest.withDefinition(FlowDefinition definition)
A definition of the nodes and connections between nodes in the flow.
|
GetFlowResult |
GetFlowResult.withDefinition(FlowDefinition definition)
The definition of the nodes and connections between the nodes in the flow.
|
Copyright © 2024. All rights reserved.