| 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 |
AbstractAWSBedrockAgent.listFlows(ListFlowsRequest request) |
ListFlowsResult |
AWSBedrockAgent.listFlows(ListFlowsRequest listFlowsRequest)
Returns a list of flows and information about each flow.
|
ListFlowsResult |
AWSBedrockAgentClient.listFlows(ListFlowsRequest request)
Returns a list of flows and information about each flow.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListFlowsResult> |
AbstractAWSBedrockAgentAsync.listFlowsAsync(ListFlowsRequest request) |
Future<ListFlowsResult> |
AWSBedrockAgentAsync.listFlowsAsync(ListFlowsRequest listFlowsRequest)
Returns a list of flows and information about each flow.
|
Future<ListFlowsResult> |
AWSBedrockAgentAsyncClient.listFlowsAsync(ListFlowsRequest request) |
Future<ListFlowsResult> |
AbstractAWSBedrockAgentAsync.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> |
AWSBedrockAgentAsyncClient.listFlowsAsync(ListFlowsRequest request,
AsyncHandler<ListFlowsRequest,ListFlowsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListFlowsResult> |
AbstractAWSBedrockAgentAsync.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> |
AWSBedrockAgentAsyncClient.listFlowsAsync(ListFlowsRequest request,
AsyncHandler<ListFlowsRequest,ListFlowsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListFlowsResult |
ListFlowsResult.clone() |
ListFlowsResult |
ListFlowsResult.withFlowSummaries(Collection<FlowSummary> flowSummaries)
A list, each member of which contains information about a flow.
|
ListFlowsResult |
ListFlowsResult.withFlowSummaries(FlowSummary... flowSummaries)
A list, each member of which contains information about a flow.
|
ListFlowsResult |
ListFlowsResult.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 © 2024. All rights reserved.