Uses of Class
org.apache.camel.component.aws2.bedrock.runtime.BedrockConfiguration
Packages that use BedrockConfiguration
Package
Description
-
Uses of BedrockConfiguration in org.apache.camel.component.aws2.bedrock.runtime
Methods in org.apache.camel.component.aws2.bedrock.runtime that return BedrockConfigurationModifier and TypeMethodDescriptionBedrockConfiguration.copy()BedrockComponent.getConfiguration()BedrockEndpoint.getConfiguration()protected BedrockConfigurationBedrockProducer.getConfiguration()Methods in org.apache.camel.component.aws2.bedrock.runtime with parameters of type BedrockConfigurationModifier and TypeMethodDescriptionvoidBedrockComponent.setConfiguration(BedrockConfiguration configuration) Component configurationConstructors in org.apache.camel.component.aws2.bedrock.runtime with parameters of type BedrockConfigurationModifierConstructorDescriptionBedrockEndpoint(String uri, org.apache.camel.Component component, BedrockConfiguration configuration) -
Uses of BedrockConfiguration in org.apache.camel.component.aws2.bedrock.runtime.client
Methods in org.apache.camel.component.aws2.bedrock.runtime.client with parameters of type BedrockConfigurationModifier and TypeMethodDescriptionstatic BedrockRuntimeInternalClientBedrockClientFactory.getBedrockRuntimeClient(BedrockConfiguration configuration) Return the correct AWS Bedrock runtime client (based on remote vs local). -
Uses of BedrockConfiguration in org.apache.camel.component.aws2.bedrock.runtime.client.impl
Constructors in org.apache.camel.component.aws2.bedrock.runtime.client.impl with parameters of type BedrockConfigurationModifierConstructorDescriptionBedrockRuntimeClientIAMOptimizedImpl(BedrockConfiguration configuration) Constructor that uses the config file.BedrockRuntimeClientIAMProfileOptimizedImpl(BedrockConfiguration configuration) Constructor that uses the config file.BedrockRuntimeClientSessionTokenImpl(BedrockConfiguration configuration) Constructor that uses the config file.BedrockRuntimeClientStandardImpl(BedrockConfiguration configuration) Constructor that uses the config file.