| 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<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 |
|---|---|
UpdateFlowRequest |
UpdateFlowRequest.clone() |
UpdateFlowRequest |
UpdateFlowRequest.withCustomerEncryptionKeyArn(String customerEncryptionKeyArn)
The Amazon Resource Name (ARN) of the KMS key to encrypt the flow.
|
UpdateFlowRequest |
UpdateFlowRequest.withDefinition(FlowDefinition definition)
A definition of the nodes and the connections between the nodes in the flow.
|
UpdateFlowRequest |
UpdateFlowRequest.withDescription(String description)
A description for the flow.
|
UpdateFlowRequest |
UpdateFlowRequest.withExecutionRoleArn(String executionRoleArn)
The Amazon Resource Name (ARN) of the service role with permissions to create and manage a flow.
|
UpdateFlowRequest |
UpdateFlowRequest.withFlowIdentifier(String flowIdentifier)
The unique identifier of the flow.
|
UpdateFlowRequest |
UpdateFlowRequest.withName(String name)
A name for the flow.
|
Copyright © 2024. All rights reserved.