| 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<CreateFlowVersionResult> |
AWSBedrockAgentAsyncClient.createFlowVersionAsync(CreateFlowVersionRequest request,
AsyncHandler<CreateFlowVersionRequest,CreateFlowVersionResult> asyncHandler) |
Future<CreateFlowVersionResult> |
AWSBedrockAgentAsync.createFlowVersionAsync(CreateFlowVersionRequest createFlowVersionRequest,
AsyncHandler<CreateFlowVersionRequest,CreateFlowVersionResult> asyncHandler)
Creates a version of the flow that you can deploy.
|
Future<CreateFlowVersionResult> |
AbstractAWSBedrockAgentAsync.createFlowVersionAsync(CreateFlowVersionRequest request,
AsyncHandler<CreateFlowVersionRequest,CreateFlowVersionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateFlowVersionRequest |
CreateFlowVersionRequest.clone() |
CreateFlowVersionRequest |
CreateFlowVersionRequest.withClientToken(String clientToken)
A unique, case-sensitive identifier to ensure that the API request completes no more than one time.
|
CreateFlowVersionRequest |
CreateFlowVersionRequest.withDescription(String description)
A description of the version of the flow.
|
CreateFlowVersionRequest |
CreateFlowVersionRequest.withFlowIdentifier(String flowIdentifier)
The unique identifier of the flow that you want to create a version of.
|
Copyright © 2025. All rights reserved.