| 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 |
|---|---|
ListFlowsResult |
AWSBedrockAgentClient.listFlows(ListFlowsRequest request)
Returns a list of flows and information about each flow.
|
ListFlowsResult |
AWSBedrockAgent.listFlows(ListFlowsRequest listFlowsRequest)
Returns a list of flows and information about each flow.
|
ListFlowsResult |
AbstractAWSBedrockAgent.listFlows(ListFlowsRequest request) |
Future<ListFlowsResult> |
AWSBedrockAgentAsyncClient.listFlowsAsync(ListFlowsRequest request) |
Future<ListFlowsResult> |
AWSBedrockAgentAsync.listFlowsAsync(ListFlowsRequest listFlowsRequest)
Returns a list of flows and information about each flow.
|
Future<ListFlowsResult> |
AbstractAWSBedrockAgentAsync.listFlowsAsync(ListFlowsRequest request) |
Future<ListFlowsResult> |
AWSBedrockAgentAsyncClient.listFlowsAsync(ListFlowsRequest request,
AsyncHandler<ListFlowsRequest,ListFlowsResult> asyncHandler) |
Future<ListFlowsResult> |
AWSBedrockAgentAsync.listFlowsAsync(ListFlowsRequest listFlowsRequest,
AsyncHandler<ListFlowsRequest,ListFlowsResult> asyncHandler)
Returns a list of flows and information about each flow.
|
Future<ListFlowsResult> |
AbstractAWSBedrockAgentAsync.listFlowsAsync(ListFlowsRequest request,
AsyncHandler<ListFlowsRequest,ListFlowsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListFlowsResult> |
AWSBedrockAgentAsyncClient.listFlowsAsync(ListFlowsRequest request,
AsyncHandler<ListFlowsRequest,ListFlowsResult> asyncHandler) |
Future<ListFlowsResult> |
AWSBedrockAgentAsync.listFlowsAsync(ListFlowsRequest listFlowsRequest,
AsyncHandler<ListFlowsRequest,ListFlowsResult> asyncHandler)
Returns a list of flows and information about each flow.
|
Future<ListFlowsResult> |
AbstractAWSBedrockAgentAsync.listFlowsAsync(ListFlowsRequest request,
AsyncHandler<ListFlowsRequest,ListFlowsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListFlowsRequest |
ListFlowsRequest.clone() |
ListFlowsRequest |
ListFlowsRequest.withMaxResults(Integer maxResults)
The maximum number of results to return in the response.
|
ListFlowsRequest |
ListFlowsRequest.withNextToken(String nextToken)
If the total number of results is greater than the
maxResults value provided in the request, enter
the token returned in the nextToken field in the response in this field to return the next batch of
results. |
Copyright © 2025. All rights reserved.