| 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 |
|---|---|
UpdateFlowResult |
AbstractAWSBedrockAgent.updateFlow(UpdateFlowRequest request) |
UpdateFlowResult |
AWSBedrockAgent.updateFlow(UpdateFlowRequest updateFlowRequest)
Modifies a flow.
|
UpdateFlowResult |
AWSBedrockAgentClient.updateFlow(UpdateFlowRequest request)
Modifies a flow.
|
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateFlowResult> |
AbstractAWSBedrockAgentAsync.updateFlowAsync(UpdateFlowRequest request) |
Future<UpdateFlowResult> |
AWSBedrockAgentAsync.updateFlowAsync(UpdateFlowRequest updateFlowRequest)
Modifies a flow.
|
Future<UpdateFlowResult> |
AWSBedrockAgentAsyncClient.updateFlowAsync(UpdateFlowRequest request) |
Future<UpdateFlowResult> |
AbstractAWSBedrockAgentAsync.updateFlowAsync(UpdateFlowRequest request,
AsyncHandler<UpdateFlowRequest,UpdateFlowResult> asyncHandler) |
Future<UpdateFlowResult> |
AWSBedrockAgentAsync.updateFlowAsync(UpdateFlowRequest updateFlowRequest,
AsyncHandler<UpdateFlowRequest,UpdateFlowResult> asyncHandler)
Modifies a flow.
|
Future<UpdateFlowResult> |
AWSBedrockAgentAsyncClient.updateFlowAsync(UpdateFlowRequest request,
AsyncHandler<UpdateFlowRequest,UpdateFlowResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateFlowResult> |
AbstractAWSBedrockAgentAsync.updateFlowAsync(UpdateFlowRequest request,
AsyncHandler<UpdateFlowRequest,UpdateFlowResult> asyncHandler) |
Future<UpdateFlowResult> |
AWSBedrockAgentAsync.updateFlowAsync(UpdateFlowRequest updateFlowRequest,
AsyncHandler<UpdateFlowRequest,UpdateFlowResult> asyncHandler)
Modifies a flow.
|
Future<UpdateFlowResult> |
AWSBedrockAgentAsyncClient.updateFlowAsync(UpdateFlowRequest request,
AsyncHandler<UpdateFlowRequest,UpdateFlowResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateFlowResult |
UpdateFlowResult.clone() |
UpdateFlowResult |
UpdateFlowResult.withArn(String arn)
The Amazon Resource Name (ARN) of the flow.
|
UpdateFlowResult |
UpdateFlowResult.withCreatedAt(Date createdAt)
The time at which the flow was created.
|
UpdateFlowResult |
UpdateFlowResult.withCustomerEncryptionKeyArn(String customerEncryptionKeyArn)
The Amazon Resource Name (ARN) of the KMS key that the flow was encrypted with.
|
UpdateFlowResult |
UpdateFlowResult.withDefinition(FlowDefinition definition)
A definition of the nodes and the connections between nodes in the flow.
|
UpdateFlowResult |
UpdateFlowResult.withDescription(String description)
The description of the flow.
|
UpdateFlowResult |
UpdateFlowResult.withExecutionRoleArn(String executionRoleArn)
The Amazon Resource Name (ARN) of the service role with permissions to create a flow.
|
UpdateFlowResult |
UpdateFlowResult.withId(String id)
The unique identifier of the flow.
|
UpdateFlowResult |
UpdateFlowResult.withName(String name)
The name of the flow.
|
UpdateFlowResult |
UpdateFlowResult.withStatus(FlowStatus status)
The status of the flow.
|
UpdateFlowResult |
UpdateFlowResult.withStatus(String status)
The status of the flow.
|
UpdateFlowResult |
UpdateFlowResult.withUpdatedAt(Date updatedAt)
The time at which the flow was last updated.
|
UpdateFlowResult |
UpdateFlowResult.withVersion(String version)
The version of the flow.
|
Copyright © 2024. All rights reserved.