Class BedrockAgentClientStandardImpl
java.lang.Object
org.apache.camel.component.aws2.bedrock.agent.client.impl.BedrockAgentClientStandardImpl
- All Implemented Interfaces:
BedrockAgentInternalClient
Manage an AWS Bedrock Agent Runtime client for all users to use. This implementation is for local instances to use a
static and solid credential set.
-
Constructor Summary
ConstructorsConstructorDescriptionBedrockAgentClientStandardImpl(BedrockAgentConfiguration configuration) Constructor that uses the config file. -
Method Summary
Modifier and TypeMethodDescriptionsoftware.amazon.awssdk.services.bedrockagent.BedrockAgentClientGetting the Bedrock Agent AWS client that is used.
-
Constructor Details
-
BedrockAgentClientStandardImpl
Constructor that uses the config file.
-
-
Method Details
-
getBedrockAgentClient
public software.amazon.awssdk.services.bedrockagent.BedrockAgentClient getBedrockAgentClient()Getting the Bedrock Agent AWS client that is used.- Specified by:
getBedrockAgentClientin interfaceBedrockAgentInternalClient- Returns:
- BedrockAgentClient Client.
-