| 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 |
|---|---|
GetAgentResult |
AbstractAWSBedrockAgent.getAgent(GetAgentRequest request) |
GetAgentResult |
AWSBedrockAgent.getAgent(GetAgentRequest getAgentRequest)
Gets information about an agent.
|
GetAgentResult |
AWSBedrockAgentClient.getAgent(GetAgentRequest request)
Gets information about an agent.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetAgentResult> |
AbstractAWSBedrockAgentAsync.getAgentAsync(GetAgentRequest request) |
Future<GetAgentResult> |
AWSBedrockAgentAsync.getAgentAsync(GetAgentRequest getAgentRequest)
Gets information about an agent.
|
Future<GetAgentResult> |
AWSBedrockAgentAsyncClient.getAgentAsync(GetAgentRequest request) |
Future<GetAgentResult> |
AbstractAWSBedrockAgentAsync.getAgentAsync(GetAgentRequest request,
AsyncHandler<GetAgentRequest,GetAgentResult> asyncHandler) |
Future<GetAgentResult> |
AWSBedrockAgentAsync.getAgentAsync(GetAgentRequest getAgentRequest,
AsyncHandler<GetAgentRequest,GetAgentResult> asyncHandler)
Gets information about an agent.
|
Future<GetAgentResult> |
AWSBedrockAgentAsyncClient.getAgentAsync(GetAgentRequest request,
AsyncHandler<GetAgentRequest,GetAgentResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetAgentResult> |
AbstractAWSBedrockAgentAsync.getAgentAsync(GetAgentRequest request,
AsyncHandler<GetAgentRequest,GetAgentResult> asyncHandler) |
Future<GetAgentResult> |
AWSBedrockAgentAsync.getAgentAsync(GetAgentRequest getAgentRequest,
AsyncHandler<GetAgentRequest,GetAgentResult> asyncHandler)
Gets information about an agent.
|
Future<GetAgentResult> |
AWSBedrockAgentAsyncClient.getAgentAsync(GetAgentRequest request,
AsyncHandler<GetAgentRequest,GetAgentResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetAgentResult |
GetAgentResult.clone() |
GetAgentResult |
GetAgentResult.withAgent(Agent agent)
Contains details about the agent.
|
Copyright © 2024. All rights reserved.