Class BedrockAgentRuntimeClientSessionTokenImpl
java.lang.Object
org.apache.camel.component.aws2.bedrock.agentruntime.client.impl.BedrockAgentRuntimeClientSessionTokenImpl
- All Implemented Interfaces:
BedrockAgentRuntimeInternalClient
public class BedrockAgentRuntimeClientSessionTokenImpl
extends Object
implements BedrockAgentRuntimeInternalClient
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
ConstructorsConstructorDescriptionConstructor that uses the config file. -
Method Summary
Modifier and TypeMethodDescriptionsoftware.amazon.awssdk.services.bedrockagentruntime.BedrockAgentRuntimeClientGetting the Bedrock Agent Runtime AWS client that is used.
-
Constructor Details
-
BedrockAgentRuntimeClientSessionTokenImpl
Constructor that uses the config file.
-
-
Method Details
-
getBedrockAgentRuntimeClient
public software.amazon.awssdk.services.bedrockagentruntime.BedrockAgentRuntimeClient getBedrockAgentRuntimeClient()Getting the Bedrock Agent Runtime AWS client that is used.- Specified by:
getBedrockAgentRuntimeClientin interfaceBedrockAgentRuntimeInternalClient- Returns:
- BedrockAgentRuntimeClient Client.
-