| 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 |
|---|---|
Future<ListFlowAliasesResult> |
AWSBedrockAgentAsyncClient.listFlowAliasesAsync(ListFlowAliasesRequest request,
AsyncHandler<ListFlowAliasesRequest,ListFlowAliasesResult> asyncHandler) |
Future<ListFlowAliasesResult> |
AWSBedrockAgentAsync.listFlowAliasesAsync(ListFlowAliasesRequest listFlowAliasesRequest,
AsyncHandler<ListFlowAliasesRequest,ListFlowAliasesResult> asyncHandler)
Returns a list of aliases for a flow.
|
Future<ListFlowAliasesResult> |
AbstractAWSBedrockAgentAsync.listFlowAliasesAsync(ListFlowAliasesRequest request,
AsyncHandler<ListFlowAliasesRequest,ListFlowAliasesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListFlowAliasesRequest |
ListFlowAliasesRequest.clone() |
ListFlowAliasesRequest |
ListFlowAliasesRequest.withFlowIdentifier(String flowIdentifier)
The unique identifier of the flow for which aliases are being returned.
|
ListFlowAliasesRequest |
ListFlowAliasesRequest.withMaxResults(Integer maxResults)
The maximum number of results to return in the response.
|
ListFlowAliasesRequest |
ListFlowAliasesRequest.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.