| 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 |
|---|---|
GetFlowResult |
AbstractAWSBedrockAgent.getFlow(GetFlowRequest request) |
GetFlowResult |
AWSBedrockAgent.getFlow(GetFlowRequest getFlowRequest)
Retrieves information about a flow.
|
GetFlowResult |
AWSBedrockAgentClient.getFlow(GetFlowRequest request)
Retrieves information about a flow.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetFlowResult> |
AbstractAWSBedrockAgentAsync.getFlowAsync(GetFlowRequest request) |
Future<GetFlowResult> |
AWSBedrockAgentAsync.getFlowAsync(GetFlowRequest getFlowRequest)
Retrieves information about a flow.
|
Future<GetFlowResult> |
AWSBedrockAgentAsyncClient.getFlowAsync(GetFlowRequest request) |
Future<GetFlowResult> |
AbstractAWSBedrockAgentAsync.getFlowAsync(GetFlowRequest request,
AsyncHandler<GetFlowRequest,GetFlowResult> asyncHandler) |
Future<GetFlowResult> |
AWSBedrockAgentAsync.getFlowAsync(GetFlowRequest getFlowRequest,
AsyncHandler<GetFlowRequest,GetFlowResult> asyncHandler)
Retrieves information about a flow.
|
Future<GetFlowResult> |
AWSBedrockAgentAsyncClient.getFlowAsync(GetFlowRequest request,
AsyncHandler<GetFlowRequest,GetFlowResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetFlowResult> |
AbstractAWSBedrockAgentAsync.getFlowAsync(GetFlowRequest request,
AsyncHandler<GetFlowRequest,GetFlowResult> asyncHandler) |
Future<GetFlowResult> |
AWSBedrockAgentAsync.getFlowAsync(GetFlowRequest getFlowRequest,
AsyncHandler<GetFlowRequest,GetFlowResult> asyncHandler)
Retrieves information about a flow.
|
Future<GetFlowResult> |
AWSBedrockAgentAsyncClient.getFlowAsync(GetFlowRequest request,
AsyncHandler<GetFlowRequest,GetFlowResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetFlowResult |
GetFlowResult.clone() |
GetFlowResult |
GetFlowResult.withArn(String arn)
The Amazon Resource Name (ARN) of the flow.
|
GetFlowResult |
GetFlowResult.withCreatedAt(Date createdAt)
The time at which the flow was created.
|
GetFlowResult |
GetFlowResult.withCustomerEncryptionKeyArn(String customerEncryptionKeyArn)
The Amazon Resource Name (ARN) of the KMS key that the flow is encrypted with.
|
GetFlowResult |
GetFlowResult.withDefinition(FlowDefinition definition)
The definition of the nodes and connections between the nodes in the flow.
|
GetFlowResult |
GetFlowResult.withDescription(String description)
The description of the flow.
|
GetFlowResult |
GetFlowResult.withExecutionRoleArn(String executionRoleArn)
The Amazon Resource Name (ARN) of the service role with permissions to create a flow.
|
GetFlowResult |
GetFlowResult.withId(String id)
The unique identifier of the flow.
|
GetFlowResult |
GetFlowResult.withName(String name)
The name of the flow.
|
GetFlowResult |
GetFlowResult.withStatus(FlowStatus status)
The status of the flow.
|
GetFlowResult |
GetFlowResult.withStatus(String status)
The status of the flow.
|
GetFlowResult |
GetFlowResult.withUpdatedAt(Date updatedAt)
The time at which the flow was last updated.
|
GetFlowResult |
GetFlowResult.withValidations(Collection<FlowValidation> validations)
A list of validation error messages related to the last failed operation on the flow.
|
GetFlowResult |
GetFlowResult.withValidations(FlowValidation... validations)
A list of validation error messages related to the last failed operation on the flow.
|
GetFlowResult |
GetFlowResult.withVersion(String version)
The version of the flow for which information was retrieved.
|
Copyright © 2024. All rights reserved.