Uses of Class
org.apache.camel.component.aws2.bedrock.agent.BedrockAgentConfiguration
Packages that use BedrockAgentConfiguration
Package
Description
-
Uses of BedrockAgentConfiguration in org.apache.camel.component.aws2.bedrock.agent
Methods in org.apache.camel.component.aws2.bedrock.agent that return BedrockAgentConfigurationModifier and TypeMethodDescriptionBedrockAgentConfiguration.copy()BedrockAgentComponent.getConfiguration()BedrockAgentEndpoint.getConfiguration()protected BedrockAgentConfigurationBedrockAgentProducer.getConfiguration()Methods in org.apache.camel.component.aws2.bedrock.agent with parameters of type BedrockAgentConfigurationModifier and TypeMethodDescriptionvoidBedrockAgentComponent.setConfiguration(BedrockAgentConfiguration configuration) Component configurationConstructors in org.apache.camel.component.aws2.bedrock.agent with parameters of type BedrockAgentConfigurationModifierConstructorDescriptionBedrockAgentEndpoint(String uri, org.apache.camel.Component component, BedrockAgentConfiguration configuration) -
Uses of BedrockAgentConfiguration in org.apache.camel.component.aws2.bedrock.agent.client
Methods in org.apache.camel.component.aws2.bedrock.agent.client with parameters of type BedrockAgentConfigurationModifier and TypeMethodDescriptionstatic BedrockAgentInternalClientBedrockAgentClientFactory.getBedrockAgentClient(BedrockAgentConfiguration configuration) Return the correct AWS Bedrock Agent client (based on remote vs local). -
Uses of BedrockAgentConfiguration in org.apache.camel.component.aws2.bedrock.agent.client.impl
Constructors in org.apache.camel.component.aws2.bedrock.agent.client.impl with parameters of type BedrockAgentConfigurationModifierConstructorDescriptionBedrockAgentClientIAMOptimizedImpl(BedrockAgentConfiguration configuration) Constructor that uses the config file.Constructor that uses the config file.BedrockAgentClientSessionTokenImpl(BedrockAgentConfiguration configuration) Constructor that uses the config file.BedrockAgentClientStandardImpl(BedrockAgentConfiguration configuration) Constructor that uses the config file.