| 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<GetFlowAliasResult> |
AWSBedrockAgentAsyncClient.getFlowAliasAsync(GetFlowAliasRequest request,
AsyncHandler<GetFlowAliasRequest,GetFlowAliasResult> asyncHandler) |
Future<GetFlowAliasResult> |
AWSBedrockAgentAsync.getFlowAliasAsync(GetFlowAliasRequest getFlowAliasRequest,
AsyncHandler<GetFlowAliasRequest,GetFlowAliasResult> asyncHandler)
Retrieves information about a flow.
|
Future<GetFlowAliasResult> |
AbstractAWSBedrockAgentAsync.getFlowAliasAsync(GetFlowAliasRequest request,
AsyncHandler<GetFlowAliasRequest,GetFlowAliasResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetFlowAliasRequest |
GetFlowAliasRequest.clone() |
GetFlowAliasRequest |
GetFlowAliasRequest.withAliasIdentifier(String aliasIdentifier)
The unique identifier of the alias for which to retrieve information.
|
GetFlowAliasRequest |
GetFlowAliasRequest.withFlowIdentifier(String flowIdentifier)
The unique identifier of the flow that the alias belongs to.
|
Copyright © 2025. All rights reserved.