| 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<UpdateAgentResult> |
AbstractAWSBedrockAgentAsync.updateAgentAsync(UpdateAgentRequest request,
AsyncHandler<UpdateAgentRequest,UpdateAgentResult> asyncHandler) |
Future<UpdateAgentResult> |
AWSBedrockAgentAsync.updateAgentAsync(UpdateAgentRequest updateAgentRequest,
AsyncHandler<UpdateAgentRequest,UpdateAgentResult> asyncHandler)
Updates an existing Amazon Bedrock Agent
|
Future<UpdateAgentResult> |
AWSBedrockAgentAsyncClient.updateAgentAsync(UpdateAgentRequest request,
AsyncHandler<UpdateAgentRequest,UpdateAgentResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateAgentRequest |
UpdateAgentRequest.clone() |
UpdateAgentRequest |
UpdateAgentRequest.withAgentId(String agentId)
Id generated at the server side when an Agent is created
|
UpdateAgentRequest |
UpdateAgentRequest.withAgentName(String agentName) |
UpdateAgentRequest |
UpdateAgentRequest.withAgentResourceRoleArn(String agentResourceRoleArn) |
UpdateAgentRequest |
UpdateAgentRequest.withCustomerEncryptionKeyArn(String customerEncryptionKeyArn) |
UpdateAgentRequest |
UpdateAgentRequest.withDescription(String description) |
UpdateAgentRequest |
UpdateAgentRequest.withFoundationModel(String foundationModel) |
UpdateAgentRequest |
UpdateAgentRequest.withIdleSessionTTLInSeconds(Integer idleSessionTTLInSeconds) |
UpdateAgentRequest |
UpdateAgentRequest.withInstruction(String instruction) |
UpdateAgentRequest |
UpdateAgentRequest.withPromptOverrideConfiguration(PromptOverrideConfiguration promptOverrideConfiguration) |
Copyright © 2023. All rights reserved.