| 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<CreatePromptVersionResult> |
AWSBedrockAgentAsyncClient.createPromptVersionAsync(CreatePromptVersionRequest request,
AsyncHandler<CreatePromptVersionRequest,CreatePromptVersionResult> asyncHandler) |
Future<CreatePromptVersionResult> |
AWSBedrockAgentAsync.createPromptVersionAsync(CreatePromptVersionRequest createPromptVersionRequest,
AsyncHandler<CreatePromptVersionRequest,CreatePromptVersionResult> asyncHandler)
Creates a static snapshot of your prompt that can be deployed to production.
|
Future<CreatePromptVersionResult> |
AbstractAWSBedrockAgentAsync.createPromptVersionAsync(CreatePromptVersionRequest request,
AsyncHandler<CreatePromptVersionRequest,CreatePromptVersionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreatePromptVersionRequest |
CreatePromptVersionRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreatePromptVersionRequest |
CreatePromptVersionRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreatePromptVersionRequest |
CreatePromptVersionRequest.clone() |
CreatePromptVersionRequest |
CreatePromptVersionRequest.withClientToken(String clientToken)
A unique, case-sensitive identifier to ensure that the API request completes no more than one time.
|
CreatePromptVersionRequest |
CreatePromptVersionRequest.withDescription(String description)
A description for the version of the prompt.
|
CreatePromptVersionRequest |
CreatePromptVersionRequest.withPromptIdentifier(String promptIdentifier)
The unique identifier of the prompt that you want to create a version of.
|
CreatePromptVersionRequest |
CreatePromptVersionRequest.withTags(Map<String,String> tags)
Any tags that you want to attach to the version of the prompt.
|
Copyright © 2025. All rights reserved.