| 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. |
| Modifier and Type | Method and Description |
|---|---|
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 |
|---|---|
PrepareFlowResult |
PrepareFlowResult.clone() |
PrepareFlowResult |
PrepareFlowResult.withId(String id)
The unique identifier of the flow.
|
PrepareFlowResult |
PrepareFlowResult.withStatus(FlowStatus status)
The status of the flow.
|
PrepareFlowResult |
PrepareFlowResult.withStatus(String status)
The status of the flow.
|
Copyright © 2024. All rights reserved.