| 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 |
|---|---|
ListPromptsResult |
AWSBedrockAgentClient.listPrompts(ListPromptsRequest request)
Returns a list of prompts from the Prompt management tool and information about each prompt.
|
ListPromptsResult |
AWSBedrockAgent.listPrompts(ListPromptsRequest listPromptsRequest)
Returns a list of prompts from the Prompt management tool and information about each prompt.
|
ListPromptsResult |
AbstractAWSBedrockAgent.listPrompts(ListPromptsRequest request) |
Future<ListPromptsResult> |
AWSBedrockAgentAsyncClient.listPromptsAsync(ListPromptsRequest request) |
Future<ListPromptsResult> |
AWSBedrockAgentAsync.listPromptsAsync(ListPromptsRequest listPromptsRequest)
Returns a list of prompts from the Prompt management tool and information about each prompt.
|
Future<ListPromptsResult> |
AbstractAWSBedrockAgentAsync.listPromptsAsync(ListPromptsRequest request) |
Future<ListPromptsResult> |
AWSBedrockAgentAsyncClient.listPromptsAsync(ListPromptsRequest request,
AsyncHandler<ListPromptsRequest,ListPromptsResult> asyncHandler) |
Future<ListPromptsResult> |
AWSBedrockAgentAsync.listPromptsAsync(ListPromptsRequest listPromptsRequest,
AsyncHandler<ListPromptsRequest,ListPromptsResult> asyncHandler)
Returns a list of prompts from the Prompt management tool and information about each prompt.
|
Future<ListPromptsResult> |
AbstractAWSBedrockAgentAsync.listPromptsAsync(ListPromptsRequest request,
AsyncHandler<ListPromptsRequest,ListPromptsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListPromptsResult> |
AWSBedrockAgentAsyncClient.listPromptsAsync(ListPromptsRequest request,
AsyncHandler<ListPromptsRequest,ListPromptsResult> asyncHandler) |
Future<ListPromptsResult> |
AWSBedrockAgentAsync.listPromptsAsync(ListPromptsRequest listPromptsRequest,
AsyncHandler<ListPromptsRequest,ListPromptsResult> asyncHandler)
Returns a list of prompts from the Prompt management tool and information about each prompt.
|
Future<ListPromptsResult> |
AbstractAWSBedrockAgentAsync.listPromptsAsync(ListPromptsRequest request,
AsyncHandler<ListPromptsRequest,ListPromptsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListPromptsRequest |
ListPromptsRequest.clone() |
ListPromptsRequest |
ListPromptsRequest.withMaxResults(Integer maxResults)
The maximum number of results to return in the response.
|
ListPromptsRequest |
ListPromptsRequest.withNextToken(String nextToken)
If the total number of results is greater than the
maxResults value provided in the request, enter
the token returned in the nextToken field in the response in this field to return the next batch of
results. |
ListPromptsRequest |
ListPromptsRequest.withPromptIdentifier(String promptIdentifier)
The unique identifier of the prompt.
|
Copyright © 2025. All rights reserved.