| 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 |
|---|---|
CreateFlowVersionResult |
AbstractAWSBedrockAgent.createFlowVersion(CreateFlowVersionRequest request) |
CreateFlowVersionResult |
AWSBedrockAgent.createFlowVersion(CreateFlowVersionRequest createFlowVersionRequest)
Creates a version of the flow that you can deploy.
|
CreateFlowVersionResult |
AWSBedrockAgentClient.createFlowVersion(CreateFlowVersionRequest request)
Creates a version of the flow that you can deploy.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateFlowVersionResult> |
AbstractAWSBedrockAgentAsync.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> |
AWSBedrockAgentAsyncClient.createFlowVersionAsync(CreateFlowVersionRequest request,
AsyncHandler<CreateFlowVersionRequest,CreateFlowVersionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateFlowVersionResult |
CreateFlowVersionResult.clone() |
CreateFlowVersionResult |
CreateFlowVersionResult.withArn(String arn)
The Amazon Resource Name (ARN) of the flow.
|
CreateFlowVersionResult |
CreateFlowVersionResult.withCreatedAt(Date createdAt)
The time at which the flow was created.
|
CreateFlowVersionResult |
CreateFlowVersionResult.withCustomerEncryptionKeyArn(String customerEncryptionKeyArn)
The KMS key that the flow is encrypted with.
|
CreateFlowVersionResult |
CreateFlowVersionResult.withDefinition(FlowDefinition definition)
A definition of the nodes and connections in the flow.
|
CreateFlowVersionResult |
CreateFlowVersionResult.withDescription(String description)
The description of the flow version.
|
CreateFlowVersionResult |
CreateFlowVersionResult.withExecutionRoleArn(String executionRoleArn)
The Amazon Resource Name (ARN) of the service role with permissions to create a flow.
|
CreateFlowVersionResult |
CreateFlowVersionResult.withId(String id)
The unique identifier of the flow.
|
CreateFlowVersionResult |
CreateFlowVersionResult.withName(String name)
The name of the flow version.
|
CreateFlowVersionResult |
CreateFlowVersionResult.withStatus(FlowStatus status)
The status of the flow.
|
CreateFlowVersionResult |
CreateFlowVersionResult.withStatus(String status)
The status of the flow.
|
CreateFlowVersionResult |
CreateFlowVersionResult.withVersion(String version)
The version of the flow that was created.
|
Copyright © 2024. All rights reserved.