| 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 |
|---|---|
GetFlowAliasResult |
AWSBedrockAgentClient.getFlowAlias(GetFlowAliasRequest request)
Retrieves information about a flow.
|
GetFlowAliasResult |
AWSBedrockAgent.getFlowAlias(GetFlowAliasRequest getFlowAliasRequest)
Retrieves information about a flow.
|
GetFlowAliasResult |
AbstractAWSBedrockAgent.getFlowAlias(GetFlowAliasRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetFlowAliasResult> |
AWSBedrockAgentAsyncClient.getFlowAliasAsync(GetFlowAliasRequest request,
AsyncHandler<GetFlowAliasRequest,GetFlowAliasResult> asyncHandler) |
Future<GetFlowAliasResult> |
AWSBedrockAgentAsync.getFlowAliasAsync(GetFlowAliasRequest getFlowAliasRequest,
AsyncHandler<GetFlowAliasRequest,GetFlowAliasResult> asyncHandler)
Retrieves information about a flow.
|
Future<GetFlowAliasResult> |
AbstractAWSBedrockAgentAsync.getFlowAliasAsync(GetFlowAliasRequest request,
AsyncHandler<GetFlowAliasRequest,GetFlowAliasResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetFlowAliasResult |
GetFlowAliasResult.clone() |
GetFlowAliasResult |
GetFlowAliasResult.withArn(String arn)
The Amazon Resource Name (ARN) of the flow.
|
GetFlowAliasResult |
GetFlowAliasResult.withCreatedAt(Date createdAt)
The time at which the flow was created.
|
GetFlowAliasResult |
GetFlowAliasResult.withDescription(String description)
The description of the flow.
|
GetFlowAliasResult |
GetFlowAliasResult.withFlowId(String flowId)
The unique identifier of the flow that the alias belongs to.
|
GetFlowAliasResult |
GetFlowAliasResult.withId(String id)
The unique identifier of the alias of the flow.
|
GetFlowAliasResult |
GetFlowAliasResult.withName(String name)
The name of the flow alias.
|
GetFlowAliasResult |
GetFlowAliasResult.withRoutingConfiguration(Collection<FlowAliasRoutingConfigurationListItem> routingConfiguration)
Contains information about the version that the alias is mapped to.
|
GetFlowAliasResult |
GetFlowAliasResult.withRoutingConfiguration(FlowAliasRoutingConfigurationListItem... routingConfiguration)
Contains information about the version that the alias is mapped to.
|
GetFlowAliasResult |
GetFlowAliasResult.withUpdatedAt(Date updatedAt)
The time at which the flow alias was last updated.
|
Copyright © 2025. All rights reserved.