| 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<CreateFlowAliasResult> |
AWSBedrockAgentAsyncClient.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> |
AbstractAWSBedrockAgentAsync.createFlowAliasAsync(CreateFlowAliasRequest request,
AsyncHandler<CreateFlowAliasRequest,CreateFlowAliasResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateFlowAliasRequest |
CreateFlowAliasRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateFlowAliasRequest |
CreateFlowAliasRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateFlowAliasRequest |
CreateFlowAliasRequest.clone() |
CreateFlowAliasRequest |
CreateFlowAliasRequest.withClientToken(String clientToken)
A unique, case-sensitive identifier to ensure that the API request completes no more than one time.
|
CreateFlowAliasRequest |
CreateFlowAliasRequest.withDescription(String description)
A description for the alias.
|
CreateFlowAliasRequest |
CreateFlowAliasRequest.withFlowIdentifier(String flowIdentifier)
The unique identifier of the flow for which to create an alias.
|
CreateFlowAliasRequest |
CreateFlowAliasRequest.withName(String name)
A name for the alias.
|
CreateFlowAliasRequest |
CreateFlowAliasRequest.withRoutingConfiguration(Collection<FlowAliasRoutingConfigurationListItem> routingConfiguration)
Contains information about the version to which to map the alias.
|
CreateFlowAliasRequest |
CreateFlowAliasRequest.withRoutingConfiguration(FlowAliasRoutingConfigurationListItem... routingConfiguration)
Contains information about the version to which to map the alias.
|
CreateFlowAliasRequest |
CreateFlowAliasRequest.withTags(Map<String,String> tags)
Any tags that you want to attach to the alias of the flow.
|
Copyright © 2025. All rights reserved.