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