| Package | Description |
|---|---|
| com.amazonaws.services.bedrockagent.model |
| Modifier and Type | Method and Description |
|---|---|
FlowVersionSummary |
FlowVersionSummary.clone() |
FlowVersionSummary |
FlowVersionSummary.withArn(String arn)
The Amazon Resource Name (ARN) of the flow that the version belongs to.
|
FlowVersionSummary |
FlowVersionSummary.withCreatedAt(Date createdAt)
The time at the flow version was created.
|
FlowVersionSummary |
FlowVersionSummary.withId(String id)
The unique identifier of the flow.
|
FlowVersionSummary |
FlowVersionSummary.withStatus(FlowStatus status)
The status of the flow.
|
FlowVersionSummary |
FlowVersionSummary.withStatus(String status)
The status of the flow.
|
FlowVersionSummary |
FlowVersionSummary.withVersion(String version)
The version of the flow.
|
| Modifier and Type | Method and Description |
|---|---|
List<FlowVersionSummary> |
ListFlowVersionsResult.getFlowVersionSummaries()
A list, each member of which contains information about a flow.
|
| Modifier and Type | Method and Description |
|---|---|
ListFlowVersionsResult |
ListFlowVersionsResult.withFlowVersionSummaries(FlowVersionSummary... flowVersionSummaries)
A list, each member of which contains information about a flow.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListFlowVersionsResult.setFlowVersionSummaries(Collection<FlowVersionSummary> flowVersionSummaries)
A list, each member of which contains information about a flow.
|
ListFlowVersionsResult |
ListFlowVersionsResult.withFlowVersionSummaries(Collection<FlowVersionSummary> flowVersionSummaries)
A list, each member of which contains information about a flow.
|
Copyright © 2024. All rights reserved.