| Package | Description |
|---|---|
| com.amazonaws.services.bedrockagent |
Describes the API operations for creating and managing Amazon Bedrock agents.
|
| com.amazonaws.services.bedrockagent.model |
| Modifier and Type | Method and Description |
|---|---|
ListFlowVersionsResult |
AWSBedrockAgentClient.listFlowVersions(ListFlowVersionsRequest request)
Returns a list of information about each flow.
|
ListFlowVersionsResult |
AWSBedrockAgent.listFlowVersions(ListFlowVersionsRequest listFlowVersionsRequest)
Returns a list of information about each flow.
|
ListFlowVersionsResult |
AbstractAWSBedrockAgent.listFlowVersions(ListFlowVersionsRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListFlowVersionsResult> |
AWSBedrockAgentAsyncClient.listFlowVersionsAsync(ListFlowVersionsRequest request,
AsyncHandler<ListFlowVersionsRequest,ListFlowVersionsResult> asyncHandler) |
Future<ListFlowVersionsResult> |
AWSBedrockAgentAsync.listFlowVersionsAsync(ListFlowVersionsRequest listFlowVersionsRequest,
AsyncHandler<ListFlowVersionsRequest,ListFlowVersionsResult> asyncHandler)
Returns a list of information about each flow.
|
Future<ListFlowVersionsResult> |
AbstractAWSBedrockAgentAsync.listFlowVersionsAsync(ListFlowVersionsRequest request,
AsyncHandler<ListFlowVersionsRequest,ListFlowVersionsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListFlowVersionsResult |
ListFlowVersionsResult.clone() |
ListFlowVersionsResult |
ListFlowVersionsResult.withFlowVersionSummaries(Collection<FlowVersionSummary> flowVersionSummaries)
A list, each member of which contains information about a flow.
|
ListFlowVersionsResult |
ListFlowVersionsResult.withFlowVersionSummaries(FlowVersionSummary... flowVersionSummaries)
A list, each member of which contains information about a flow.
|
ListFlowVersionsResult |
ListFlowVersionsResult.withNextToken(String nextToken)
If the total number of results is greater than the
maxResults value provided in the request, use
this token when making another request in the nextToken field to return the next batch of results. |
Copyright © 2025. All rights reserved.