| 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) |
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 |
|---|---|
CreateFlowRequest |
CreateFlowRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateFlowRequest |
CreateFlowRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateFlowRequest |
CreateFlowRequest.clone() |
CreateFlowRequest |
CreateFlowRequest.withClientToken(String clientToken)
A unique, case-sensitive identifier to ensure that the API request completes no more than one time.
|
CreateFlowRequest |
CreateFlowRequest.withCustomerEncryptionKeyArn(String customerEncryptionKeyArn)
The Amazon Resource Name (ARN) of the KMS key to encrypt the flow.
|
CreateFlowRequest |
CreateFlowRequest.withDefinition(FlowDefinition definition)
A definition of the nodes and connections between nodes in the flow.
|
CreateFlowRequest |
CreateFlowRequest.withDescription(String description)
A description for the flow.
|
CreateFlowRequest |
CreateFlowRequest.withExecutionRoleArn(String executionRoleArn)
The Amazon Resource Name (ARN) of the service role with permissions to create and manage a flow.
|
CreateFlowRequest |
CreateFlowRequest.withName(String name)
A name for the flow.
|
CreateFlowRequest |
CreateFlowRequest.withTags(Map<String,String> tags)
Any tags that you want to attach to the flow.
|
Copyright © 2025. All rights reserved.