| 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 |
|---|---|
ListAgentActionGroupsResult |
AWSBedrockAgentClient.listAgentActionGroups(ListAgentActionGroupsRequest request)
Lists the action groups for an agent and information about each one.
|
ListAgentActionGroupsResult |
AWSBedrockAgent.listAgentActionGroups(ListAgentActionGroupsRequest listAgentActionGroupsRequest)
Lists the action groups for an agent and information about each one.
|
ListAgentActionGroupsResult |
AbstractAWSBedrockAgent.listAgentActionGroups(ListAgentActionGroupsRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListAgentActionGroupsResult> |
AWSBedrockAgentAsyncClient.listAgentActionGroupsAsync(ListAgentActionGroupsRequest request,
AsyncHandler<ListAgentActionGroupsRequest,ListAgentActionGroupsResult> asyncHandler) |
Future<ListAgentActionGroupsResult> |
AWSBedrockAgentAsync.listAgentActionGroupsAsync(ListAgentActionGroupsRequest listAgentActionGroupsRequest,
AsyncHandler<ListAgentActionGroupsRequest,ListAgentActionGroupsResult> asyncHandler)
Lists the action groups for an agent and information about each one.
|
Future<ListAgentActionGroupsResult> |
AbstractAWSBedrockAgentAsync.listAgentActionGroupsAsync(ListAgentActionGroupsRequest request,
AsyncHandler<ListAgentActionGroupsRequest,ListAgentActionGroupsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListAgentActionGroupsResult |
ListAgentActionGroupsResult.clone() |
ListAgentActionGroupsResult |
ListAgentActionGroupsResult.withActionGroupSummaries(ActionGroupSummary... actionGroupSummaries)
A list of objects, each of which contains information about an action group.
|
ListAgentActionGroupsResult |
ListAgentActionGroupsResult.withActionGroupSummaries(Collection<ActionGroupSummary> actionGroupSummaries)
A list of objects, each of which contains information about an action group.
|
ListAgentActionGroupsResult |
ListAgentActionGroupsResult.withNextToken(String nextToken)
If the total number of results is greater than the
maxResults value provided in the request, use
this token when making another request in the nextToken field to return the next batch of results. |
Copyright © 2025. All rights reserved.