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