| 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 |
|---|---|
GetPromptResult |
AWSBedrockAgentClient.getPrompt(GetPromptRequest request)
Retrieves information about a prompt or a version of it.
|
GetPromptResult |
AWSBedrockAgent.getPrompt(GetPromptRequest getPromptRequest)
Retrieves information about a prompt or a version of it.
|
GetPromptResult |
AbstractAWSBedrockAgent.getPrompt(GetPromptRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetPromptResult> |
AWSBedrockAgentAsyncClient.getPromptAsync(GetPromptRequest request) |
Future<GetPromptResult> |
AWSBedrockAgentAsync.getPromptAsync(GetPromptRequest getPromptRequest)
Retrieves information about a prompt or a version of it.
|
Future<GetPromptResult> |
AbstractAWSBedrockAgentAsync.getPromptAsync(GetPromptRequest request) |
Future<GetPromptResult> |
AWSBedrockAgentAsyncClient.getPromptAsync(GetPromptRequest request,
AsyncHandler<GetPromptRequest,GetPromptResult> asyncHandler) |
Future<GetPromptResult> |
AWSBedrockAgentAsync.getPromptAsync(GetPromptRequest getPromptRequest,
AsyncHandler<GetPromptRequest,GetPromptResult> asyncHandler)
Retrieves information about a prompt or a version of it.
|
Future<GetPromptResult> |
AbstractAWSBedrockAgentAsync.getPromptAsync(GetPromptRequest request,
AsyncHandler<GetPromptRequest,GetPromptResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetPromptResult> |
AWSBedrockAgentAsyncClient.getPromptAsync(GetPromptRequest request,
AsyncHandler<GetPromptRequest,GetPromptResult> asyncHandler) |
Future<GetPromptResult> |
AWSBedrockAgentAsync.getPromptAsync(GetPromptRequest getPromptRequest,
AsyncHandler<GetPromptRequest,GetPromptResult> asyncHandler)
Retrieves information about a prompt or a version of it.
|
Future<GetPromptResult> |
AbstractAWSBedrockAgentAsync.getPromptAsync(GetPromptRequest request,
AsyncHandler<GetPromptRequest,GetPromptResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetPromptResult |
GetPromptResult.clone() |
GetPromptResult |
GetPromptResult.withArn(String arn)
The Amazon Resource Name (ARN) of the prompt.
|
GetPromptResult |
GetPromptResult.withCreatedAt(Date createdAt)
The time at which the prompt was created.
|
GetPromptResult |
GetPromptResult.withCustomerEncryptionKeyArn(String customerEncryptionKeyArn)
The Amazon Resource Name (ARN) of the KMS key that the prompt is encrypted with.
|
GetPromptResult |
GetPromptResult.withDefaultVariant(String defaultVariant)
The name of the default variant for the prompt.
|
GetPromptResult |
GetPromptResult.withDescription(String description)
The descriptino of the prompt.
|
GetPromptResult |
GetPromptResult.withId(String id)
The unique identifier of the prompt.
|
GetPromptResult |
GetPromptResult.withName(String name)
The name of the prompt.
|
GetPromptResult |
GetPromptResult.withUpdatedAt(Date updatedAt)
The time at which the prompt was last updated.
|
GetPromptResult |
GetPromptResult.withVariants(Collection<PromptVariant> variants)
A list of objects, each containing details about a variant of the prompt.
|
GetPromptResult |
GetPromptResult.withVariants(PromptVariant... variants)
A list of objects, each containing details about a variant of the prompt.
|
GetPromptResult |
GetPromptResult.withVersion(String version)
The version of the prompt.
|
Copyright © 2025. All rights reserved.