| Package | Description |
|---|---|
| com.amazonaws.services.bedrockagent.model |
| Modifier and Type | Method and Description |
|---|---|
FlowSummary |
FlowSummary.clone() |
FlowSummary |
FlowSummary.withArn(String arn)
The Amazon Resource Name (ARN) of the flow.
|
FlowSummary |
FlowSummary.withCreatedAt(Date createdAt)
The time at which the flow was created.
|
FlowSummary |
FlowSummary.withDescription(String description)
A description of the flow.
|
FlowSummary |
FlowSummary.withId(String id)
The unique identifier of the flow.
|
FlowSummary |
FlowSummary.withName(String name)
The name of the flow.
|
FlowSummary |
FlowSummary.withStatus(FlowStatus status)
The status of the flow.
|
FlowSummary |
FlowSummary.withStatus(String status)
The status of the flow.
|
FlowSummary |
FlowSummary.withUpdatedAt(Date updatedAt)
The time at which the flow was last updated.
|
FlowSummary |
FlowSummary.withVersion(String version)
The latest version of the flow.
|
| Modifier and Type | Method and Description |
|---|---|
List<FlowSummary> |
ListFlowsResult.getFlowSummaries()
A list, each member of which contains information about a flow.
|
| Modifier and Type | Method and Description |
|---|---|
ListFlowsResult |
ListFlowsResult.withFlowSummaries(FlowSummary... flowSummaries)
A list, each member of which contains information about a flow.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListFlowsResult.setFlowSummaries(Collection<FlowSummary> flowSummaries)
A list, each member of which contains information about a flow.
|
ListFlowsResult |
ListFlowsResult.withFlowSummaries(Collection<FlowSummary> flowSummaries)
A list, each member of which contains information about a flow.
|
Copyright © 2025. All rights reserved.