| 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<UpdateFlowAliasResult> |
AWSBedrockAgentAsyncClient.updateFlowAliasAsync(UpdateFlowAliasRequest request,
AsyncHandler<UpdateFlowAliasRequest,UpdateFlowAliasResult> asyncHandler) |
Future<UpdateFlowAliasResult> |
AWSBedrockAgentAsync.updateFlowAliasAsync(UpdateFlowAliasRequest updateFlowAliasRequest,
AsyncHandler<UpdateFlowAliasRequest,UpdateFlowAliasResult> asyncHandler)
Modifies the alias of a flow.
|
Future<UpdateFlowAliasResult> |
AbstractAWSBedrockAgentAsync.updateFlowAliasAsync(UpdateFlowAliasRequest request,
AsyncHandler<UpdateFlowAliasRequest,UpdateFlowAliasResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateFlowAliasRequest |
UpdateFlowAliasRequest.clone() |
UpdateFlowAliasRequest |
UpdateFlowAliasRequest.withAliasIdentifier(String aliasIdentifier)
The unique identifier of the alias.
|
UpdateFlowAliasRequest |
UpdateFlowAliasRequest.withDescription(String description)
A description for the flow alias.
|
UpdateFlowAliasRequest |
UpdateFlowAliasRequest.withFlowIdentifier(String flowIdentifier)
The unique identifier of the flow.
|
UpdateFlowAliasRequest |
UpdateFlowAliasRequest.withName(String name)
The name of the flow alias.
|
UpdateFlowAliasRequest |
UpdateFlowAliasRequest.withRoutingConfiguration(Collection<FlowAliasRoutingConfigurationListItem> routingConfiguration)
Contains information about the version to which to map the alias.
|
UpdateFlowAliasRequest |
UpdateFlowAliasRequest.withRoutingConfiguration(FlowAliasRoutingConfigurationListItem... routingConfiguration)
Contains information about the version to which to map the alias.
|
Copyright © 2025. All rights reserved.