| 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 |
|---|---|
CreateFlowResult |
AWSBedrockAgentClient.createFlow(CreateFlowRequest request)
Creates a prompt flow that you can use to send an input through various steps to yield an output.
|
CreateFlowResult |
AWSBedrockAgent.createFlow(CreateFlowRequest createFlowRequest)
Creates a prompt flow that you can use to send an input through various steps to yield an output.
|
CreateFlowResult |
AbstractAWSBedrockAgent.createFlow(CreateFlowRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateFlowResult> |
AWSBedrockAgentAsyncClient.createFlowAsync(CreateFlowRequest request) |
Future<CreateFlowResult> |
AWSBedrockAgentAsync.createFlowAsync(CreateFlowRequest createFlowRequest)
Creates a prompt flow that you can use to send an input through various steps to yield an output.
|
Future<CreateFlowResult> |
AbstractAWSBedrockAgentAsync.createFlowAsync(CreateFlowRequest request) |
Future<CreateFlowResult> |
AWSBedrockAgentAsyncClient.createFlowAsync(CreateFlowRequest request,
AsyncHandler<CreateFlowRequest,CreateFlowResult> asyncHandler) |
Future<CreateFlowResult> |
AWSBedrockAgentAsync.createFlowAsync(CreateFlowRequest createFlowRequest,
AsyncHandler<CreateFlowRequest,CreateFlowResult> asyncHandler)
Creates a prompt flow that you can use to send an input through various steps to yield an output.
|
Future<CreateFlowResult> |
AbstractAWSBedrockAgentAsync.createFlowAsync(CreateFlowRequest request,
AsyncHandler<CreateFlowRequest,CreateFlowResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateFlowResult> |
AWSBedrockAgentAsyncClient.createFlowAsync(CreateFlowRequest request,
AsyncHandler<CreateFlowRequest,CreateFlowResult> asyncHandler) |
Future<CreateFlowResult> |
AWSBedrockAgentAsync.createFlowAsync(CreateFlowRequest createFlowRequest,
AsyncHandler<CreateFlowRequest,CreateFlowResult> asyncHandler)
Creates a prompt flow that you can use to send an input through various steps to yield an output.
|
Future<CreateFlowResult> |
AbstractAWSBedrockAgentAsync.createFlowAsync(CreateFlowRequest request,
AsyncHandler<CreateFlowRequest,CreateFlowResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateFlowResult |
CreateFlowResult.clone() |
CreateFlowResult |
CreateFlowResult.withArn(String arn)
The Amazon Resource Name (ARN) of the flow.
|
CreateFlowResult |
CreateFlowResult.withCreatedAt(Date createdAt)
The time at which the flow was created.
|
CreateFlowResult |
CreateFlowResult.withCustomerEncryptionKeyArn(String customerEncryptionKeyArn)
The Amazon Resource Name (ARN) of the KMS key that you encrypted the flow with.
|
CreateFlowResult |
CreateFlowResult.withDefinition(FlowDefinition definition)
A definition of the nodes and connections between nodes in the flow.
|
CreateFlowResult |
CreateFlowResult.withDescription(String description)
The description of the flow.
|
CreateFlowResult |
CreateFlowResult.withExecutionRoleArn(String executionRoleArn)
The Amazon Resource Name (ARN) of the service role with permissions to create a flow.
|
CreateFlowResult |
CreateFlowResult.withId(String id)
The unique identifier of the flow.
|
CreateFlowResult |
CreateFlowResult.withName(String name)
The name of the flow.
|
CreateFlowResult |
CreateFlowResult.withStatus(FlowStatus status)
The status of the flow.
|
CreateFlowResult |
CreateFlowResult.withStatus(String status)
The status of the flow.
|
CreateFlowResult |
CreateFlowResult.withUpdatedAt(Date updatedAt)
The time at which the flow was last updated.
|
CreateFlowResult |
CreateFlowResult.withVersion(String version)
The version of the flow.
|
Copyright © 2025. All rights reserved.