| 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 |
|---|---|
UpdatePromptResult |
AWSBedrockAgentClient.updatePrompt(UpdatePromptRequest request)
Modifies a prompt in your prompt library.
|
UpdatePromptResult |
AWSBedrockAgent.updatePrompt(UpdatePromptRequest updatePromptRequest)
Modifies a prompt in your prompt library.
|
UpdatePromptResult |
AbstractAWSBedrockAgent.updatePrompt(UpdatePromptRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdatePromptResult> |
AWSBedrockAgentAsyncClient.updatePromptAsync(UpdatePromptRequest request,
AsyncHandler<UpdatePromptRequest,UpdatePromptResult> asyncHandler) |
Future<UpdatePromptResult> |
AWSBedrockAgentAsync.updatePromptAsync(UpdatePromptRequest updatePromptRequest,
AsyncHandler<UpdatePromptRequest,UpdatePromptResult> asyncHandler)
Modifies a prompt in your prompt library.
|
Future<UpdatePromptResult> |
AbstractAWSBedrockAgentAsync.updatePromptAsync(UpdatePromptRequest request,
AsyncHandler<UpdatePromptRequest,UpdatePromptResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdatePromptResult |
UpdatePromptResult.clone() |
UpdatePromptResult |
UpdatePromptResult.withArn(String arn)
The Amazon Resource Name (ARN) of the prompt.
|
UpdatePromptResult |
UpdatePromptResult.withCreatedAt(Date createdAt)
The time at which the prompt was created.
|
UpdatePromptResult |
UpdatePromptResult.withCustomerEncryptionKeyArn(String customerEncryptionKeyArn)
The Amazon Resource Name (ARN) of the KMS key to encrypt the prompt.
|
UpdatePromptResult |
UpdatePromptResult.withDefaultVariant(String defaultVariant)
The name of the default variant for the prompt.
|
UpdatePromptResult |
UpdatePromptResult.withDescription(String description)
The description of the prompt.
|
UpdatePromptResult |
UpdatePromptResult.withId(String id)
The unique identifier of the prompt.
|
UpdatePromptResult |
UpdatePromptResult.withName(String name)
The name of the prompt.
|
UpdatePromptResult |
UpdatePromptResult.withUpdatedAt(Date updatedAt)
The time at which the prompt was last updated.
|
UpdatePromptResult |
UpdatePromptResult.withVariants(Collection<PromptVariant> variants)
A list of objects, each containing details about a variant of the prompt.
|
UpdatePromptResult |
UpdatePromptResult.withVariants(PromptVariant... variants)
A list of objects, each containing details about a variant of the prompt.
|
UpdatePromptResult |
UpdatePromptResult.withVersion(String version)
The version of the prompt.
|
Copyright © 2025. All rights reserved.