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