| 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 |
|---|---|
PrepareFlowResult |
AbstractAWSBedrockAgent.prepareFlow(PrepareFlowRequest request) |
PrepareFlowResult |
AWSBedrockAgent.prepareFlow(PrepareFlowRequest prepareFlowRequest)
Prepares the
DRAFT version of a flow so that it can be invoked. |
PrepareFlowResult |
AWSBedrockAgentClient.prepareFlow(PrepareFlowRequest request)
Prepares the
DRAFT version of a flow so that it can be invoked. |
Future<PrepareFlowResult> |
AbstractAWSBedrockAgentAsync.prepareFlowAsync(PrepareFlowRequest request) |
Future<PrepareFlowResult> |
AWSBedrockAgentAsync.prepareFlowAsync(PrepareFlowRequest prepareFlowRequest)
Prepares the
DRAFT version of a flow so that it can be invoked. |
Future<PrepareFlowResult> |
AWSBedrockAgentAsyncClient.prepareFlowAsync(PrepareFlowRequest request) |
Future<PrepareFlowResult> |
AbstractAWSBedrockAgentAsync.prepareFlowAsync(PrepareFlowRequest request,
AsyncHandler<PrepareFlowRequest,PrepareFlowResult> asyncHandler) |
Future<PrepareFlowResult> |
AWSBedrockAgentAsync.prepareFlowAsync(PrepareFlowRequest prepareFlowRequest,
AsyncHandler<PrepareFlowRequest,PrepareFlowResult> asyncHandler)
Prepares the
DRAFT version of a flow so that it can be invoked. |
Future<PrepareFlowResult> |
AWSBedrockAgentAsyncClient.prepareFlowAsync(PrepareFlowRequest request,
AsyncHandler<PrepareFlowRequest,PrepareFlowResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<PrepareFlowResult> |
AbstractAWSBedrockAgentAsync.prepareFlowAsync(PrepareFlowRequest request,
AsyncHandler<PrepareFlowRequest,PrepareFlowResult> asyncHandler) |
Future<PrepareFlowResult> |
AWSBedrockAgentAsync.prepareFlowAsync(PrepareFlowRequest prepareFlowRequest,
AsyncHandler<PrepareFlowRequest,PrepareFlowResult> asyncHandler)
Prepares the
DRAFT version of a flow so that it can be invoked. |
Future<PrepareFlowResult> |
AWSBedrockAgentAsyncClient.prepareFlowAsync(PrepareFlowRequest request,
AsyncHandler<PrepareFlowRequest,PrepareFlowResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
PrepareFlowRequest |
PrepareFlowRequest.clone() |
PrepareFlowRequest |
PrepareFlowRequest.withFlowIdentifier(String flowIdentifier)
The unique identifier of the flow.
|
Copyright © 2024. All rights reserved.