| 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<GetFlowVersionResult> |
AWSBedrockAgentAsyncClient.getFlowVersionAsync(GetFlowVersionRequest request,
AsyncHandler<GetFlowVersionRequest,GetFlowVersionResult> asyncHandler) |
Future<GetFlowVersionResult> |
AWSBedrockAgentAsync.getFlowVersionAsync(GetFlowVersionRequest getFlowVersionRequest,
AsyncHandler<GetFlowVersionRequest,GetFlowVersionResult> asyncHandler)
Retrieves information about a version of a flow.
|
Future<GetFlowVersionResult> |
AbstractAWSBedrockAgentAsync.getFlowVersionAsync(GetFlowVersionRequest request,
AsyncHandler<GetFlowVersionRequest,GetFlowVersionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetFlowVersionRequest |
GetFlowVersionRequest.clone() |
GetFlowVersionRequest |
GetFlowVersionRequest.withFlowIdentifier(String flowIdentifier)
The unique identifier of the flow for which to get information.
|
GetFlowVersionRequest |
GetFlowVersionRequest.withFlowVersion(String flowVersion)
The version of the flow for which to get information.
|
Copyright © 2025. All rights reserved.