| 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 |
|---|---|
CreateAgentResult |
AWSBedrockAgentClient.createAgent(CreateAgentRequest request)
Creates an agent that orchestrates interactions between foundation models, data sources, software applications,
user conversations, and APIs to carry out tasks to help customers.
|
CreateAgentResult |
AWSBedrockAgent.createAgent(CreateAgentRequest createAgentRequest)
Creates an agent that orchestrates interactions between foundation models, data sources, software applications,
user conversations, and APIs to carry out tasks to help customers.
|
CreateAgentResult |
AbstractAWSBedrockAgent.createAgent(CreateAgentRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateAgentResult> |
AWSBedrockAgentAsyncClient.createAgentAsync(CreateAgentRequest request) |
Future<CreateAgentResult> |
AWSBedrockAgentAsync.createAgentAsync(CreateAgentRequest createAgentRequest)
Creates an agent that orchestrates interactions between foundation models, data sources, software applications,
user conversations, and APIs to carry out tasks to help customers.
|
Future<CreateAgentResult> |
AbstractAWSBedrockAgentAsync.createAgentAsync(CreateAgentRequest request) |
Future<CreateAgentResult> |
AWSBedrockAgentAsyncClient.createAgentAsync(CreateAgentRequest request,
AsyncHandler<CreateAgentRequest,CreateAgentResult> asyncHandler) |
Future<CreateAgentResult> |
AWSBedrockAgentAsync.createAgentAsync(CreateAgentRequest createAgentRequest,
AsyncHandler<CreateAgentRequest,CreateAgentResult> asyncHandler)
Creates an agent that orchestrates interactions between foundation models, data sources, software applications,
user conversations, and APIs to carry out tasks to help customers.
|
Future<CreateAgentResult> |
AbstractAWSBedrockAgentAsync.createAgentAsync(CreateAgentRequest request,
AsyncHandler<CreateAgentRequest,CreateAgentResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateAgentResult> |
AWSBedrockAgentAsyncClient.createAgentAsync(CreateAgentRequest request,
AsyncHandler<CreateAgentRequest,CreateAgentResult> asyncHandler) |
Future<CreateAgentResult> |
AWSBedrockAgentAsync.createAgentAsync(CreateAgentRequest createAgentRequest,
AsyncHandler<CreateAgentRequest,CreateAgentResult> asyncHandler)
Creates an agent that orchestrates interactions between foundation models, data sources, software applications,
user conversations, and APIs to carry out tasks to help customers.
|
Future<CreateAgentResult> |
AbstractAWSBedrockAgentAsync.createAgentAsync(CreateAgentRequest request,
AsyncHandler<CreateAgentRequest,CreateAgentResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateAgentResult |
CreateAgentResult.clone() |
CreateAgentResult |
CreateAgentResult.withAgent(Agent agent)
Contains details about the agent created.
|
Copyright © 2025. All rights reserved.