| 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 |
|---|---|
GetFlowResult |
AbstractAWSBedrockAgent.getFlow(GetFlowRequest request) |
GetFlowResult |
AWSBedrockAgent.getFlow(GetFlowRequest getFlowRequest)
Retrieves information about a flow.
|
GetFlowResult |
AWSBedrockAgentClient.getFlow(GetFlowRequest request)
Retrieves information about a flow.
|
Future<GetFlowResult> |
AbstractAWSBedrockAgentAsync.getFlowAsync(GetFlowRequest request) |
Future<GetFlowResult> |
AWSBedrockAgentAsync.getFlowAsync(GetFlowRequest getFlowRequest)
Retrieves information about a flow.
|
Future<GetFlowResult> |
AWSBedrockAgentAsyncClient.getFlowAsync(GetFlowRequest request) |
Future<GetFlowResult> |
AbstractAWSBedrockAgentAsync.getFlowAsync(GetFlowRequest request,
AsyncHandler<GetFlowRequest,GetFlowResult> asyncHandler) |
Future<GetFlowResult> |
AWSBedrockAgentAsync.getFlowAsync(GetFlowRequest getFlowRequest,
AsyncHandler<GetFlowRequest,GetFlowResult> asyncHandler)
Retrieves information about a flow.
|
Future<GetFlowResult> |
AWSBedrockAgentAsyncClient.getFlowAsync(GetFlowRequest request,
AsyncHandler<GetFlowRequest,GetFlowResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetFlowResult> |
AbstractAWSBedrockAgentAsync.getFlowAsync(GetFlowRequest request,
AsyncHandler<GetFlowRequest,GetFlowResult> asyncHandler) |
Future<GetFlowResult> |
AWSBedrockAgentAsync.getFlowAsync(GetFlowRequest getFlowRequest,
AsyncHandler<GetFlowRequest,GetFlowResult> asyncHandler)
Retrieves information about a flow.
|
Future<GetFlowResult> |
AWSBedrockAgentAsyncClient.getFlowAsync(GetFlowRequest request,
AsyncHandler<GetFlowRequest,GetFlowResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetFlowRequest |
GetFlowRequest.clone() |
GetFlowRequest |
GetFlowRequest.withFlowIdentifier(String flowIdentifier)
The unique identifier of the flow.
|
Copyright © 2024. All rights reserved.