| Package | Description |
|---|---|
| com.amazonaws.services.bedrockagent |
An example service, deployed with the Octane Service creator, which will echo the string
|
| com.amazonaws.services.bedrockagent.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListAgentActionGroupsResult> |
AWSBedrockAgentAsyncClient.listAgentActionGroupsAsync(ListAgentActionGroupsRequest request,
AsyncHandler<ListAgentActionGroupsRequest,ListAgentActionGroupsResult> asyncHandler) |
Future<ListAgentActionGroupsResult> |
AbstractAWSBedrockAgentAsync.listAgentActionGroupsAsync(ListAgentActionGroupsRequest request,
AsyncHandler<ListAgentActionGroupsRequest,ListAgentActionGroupsResult> asyncHandler) |
Future<ListAgentActionGroupsResult> |
AWSBedrockAgentAsync.listAgentActionGroupsAsync(ListAgentActionGroupsRequest listAgentActionGroupsRequest,
AsyncHandler<ListAgentActionGroupsRequest,ListAgentActionGroupsResult> asyncHandler)
Lists an Action Group for existing Amazon Bedrock Agent Version
|
| Modifier and Type | Method and Description |
|---|---|
ListAgentActionGroupsRequest |
ListAgentActionGroupsRequest.clone() |
ListAgentActionGroupsRequest |
ListAgentActionGroupsRequest.withAgentId(String agentId)
Id generated at the server side when an Agent is Listed
|
ListAgentActionGroupsRequest |
ListAgentActionGroupsRequest.withAgentVersion(String agentVersion)
Id generated at the server side when an Agent is Listed
|
ListAgentActionGroupsRequest |
ListAgentActionGroupsRequest.withMaxResults(Integer maxResults) |
ListAgentActionGroupsRequest |
ListAgentActionGroupsRequest.withNextToken(String nextToken) |
Copyright © 2024. All rights reserved.