Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- ANTROPHIC_CLAUDE_HAIKU_V3 - Enum constant in enum class org.apache.camel.component.aws2.bedrock.BedrockModels
- ANTROPHIC_CLAUDE_HAIKU_V35 - Enum constant in enum class org.apache.camel.component.aws2.bedrock.BedrockModels
- ANTROPHIC_CLAUDE_INSTANT_V1 - Enum constant in enum class org.apache.camel.component.aws2.bedrock.BedrockModels
- ANTROPHIC_CLAUDE_V2 - Enum constant in enum class org.apache.camel.component.aws2.bedrock.BedrockModels
- ANTROPHIC_CLAUDE_V2_1 - Enum constant in enum class org.apache.camel.component.aws2.bedrock.BedrockModels
- ANTROPHIC_CLAUDE_V3 - Enum constant in enum class org.apache.camel.component.aws2.bedrock.BedrockModels
- ANTROPHIC_CLAUDE_V35 - Enum constant in enum class org.apache.camel.component.aws2.bedrock.BedrockModels
- ANTROPHIC_CLAUDE_V35_2 - Enum constant in enum class org.apache.camel.component.aws2.bedrock.BedrockModels
B
- BedrockAgentClientFactory - Class in org.apache.camel.component.aws2.bedrock.agent.client
-
Factory class to return the correct type of AWS Bedrock runtime client.
- BedrockAgentClientIAMOptimizedImpl - Class in org.apache.camel.component.aws2.bedrock.agent.client.impl
-
Manage an AWS Bedrock Agent client for all users to use (enabling temporary creds).
- BedrockAgentClientIAMOptimizedImpl(BedrockAgentConfiguration) - Constructor for class org.apache.camel.component.aws2.bedrock.agent.client.impl.BedrockAgentClientIAMOptimizedImpl
-
Constructor that uses the config file.
- BedrockAgentClientIAMProfileOptimizedImpl - Class in org.apache.camel.component.aws2.bedrock.agent.client.impl
-
Manage an AWS Bedrock Agent Runtime client for all users to use (enabling temporary creds).
- BedrockAgentClientIAMProfileOptimizedImpl(BedrockAgentConfiguration) - Constructor for class org.apache.camel.component.aws2.bedrock.agent.client.impl.BedrockAgentClientIAMProfileOptimizedImpl
-
Constructor that uses the config file.
- BedrockAgentClientSessionTokenImpl - Class in org.apache.camel.component.aws2.bedrock.agent.client.impl
-
Manage an AWS Bedrock Agent client for all users to use.
- BedrockAgentClientSessionTokenImpl(BedrockAgentConfiguration) - Constructor for class org.apache.camel.component.aws2.bedrock.agent.client.impl.BedrockAgentClientSessionTokenImpl
-
Constructor that uses the config file.
- BedrockAgentClientStandardImpl - Class in org.apache.camel.component.aws2.bedrock.agent.client.impl
-
Manage an AWS Bedrock Agent Runtime client for all users to use.
- BedrockAgentClientStandardImpl(BedrockAgentConfiguration) - Constructor for class org.apache.camel.component.aws2.bedrock.agent.client.impl.BedrockAgentClientStandardImpl
-
Constructor that uses the config file.
- BedrockAgentComponent - Class in org.apache.camel.component.aws2.bedrock.agent
-
For working with Amazon Bedrock Agent SDK v2.
- BedrockAgentComponent() - Constructor for class org.apache.camel.component.aws2.bedrock.agent.BedrockAgentComponent
- BedrockAgentComponent(CamelContext) - Constructor for class org.apache.camel.component.aws2.bedrock.agent.BedrockAgentComponent
- BedrockAgentComponentConfigurer - Class in org.apache.camel.component.aws2.bedrock.agent
-
Generated by camel build tools - do NOT edit this file!
- BedrockAgentComponentConfigurer() - Constructor for class org.apache.camel.component.aws2.bedrock.agent.BedrockAgentComponentConfigurer
- BedrockAgentConfiguration - Class in org.apache.camel.component.aws2.bedrock.agent
- BedrockAgentConfiguration() - Constructor for class org.apache.camel.component.aws2.bedrock.agent.BedrockAgentConfiguration
- BedrockAgentConstants - Interface in org.apache.camel.component.aws2.bedrock.agent
-
Constants used in Camel AWS Bedrock Agent Runtime module SDK v2
- BedrockAgentEndpoint - Class in org.apache.camel.component.aws2.bedrock.agent
-
Operate on AWS Bedrock through its Agent.
- BedrockAgentEndpoint(String, Component, BedrockAgentConfiguration) - Constructor for class org.apache.camel.component.aws2.bedrock.agent.BedrockAgentEndpoint
- BedrockAgentEndpointConfigurer - Class in org.apache.camel.component.aws2.bedrock.agent
-
Generated by camel build tools - do NOT edit this file!
- BedrockAgentEndpointConfigurer() - Constructor for class org.apache.camel.component.aws2.bedrock.agent.BedrockAgentEndpointConfigurer
- BedrockAgentEndpointUriFactory - Class in org.apache.camel.component.aws2.bedrock.agent
-
Generated by camel build tools - do NOT edit this file!
- BedrockAgentEndpointUriFactory() - Constructor for class org.apache.camel.component.aws2.bedrock.agent.BedrockAgentEndpointUriFactory
- BedrockAgentIngestionJobConsumer - Class in org.apache.camel.component.aws2.bedrock.agent
- BedrockAgentIngestionJobConsumer(BedrockAgentEndpoint, Processor) - Constructor for class org.apache.camel.component.aws2.bedrock.agent.BedrockAgentIngestionJobConsumer
- BedrockAgentInternalClient - Interface in org.apache.camel.component.aws2.bedrock.agent.client
-
Manage the required actions of an Bedrock Agent client for either local or remote.
- BedrockAgentOperations - Enum Class in org.apache.camel.component.aws2.bedrock.agent
- BedrockAgentProducer - Class in org.apache.camel.component.aws2.bedrock.agent
-
A Producer which sends messages to the Amazon Bedrock Agent Service AWS Bedrock
- BedrockAgentProducer(Endpoint) - Constructor for class org.apache.camel.component.aws2.bedrock.agent.BedrockAgentProducer
- BedrockAgentRuntimeClientFactory - Class in org.apache.camel.component.aws2.bedrock.agentruntime.client
-
Factory class to return the correct type of AWS Bedrock runtime client.
- BedrockAgentRuntimeClientIAMOptimizedImpl - Class in org.apache.camel.component.aws2.bedrock.agentruntime.client.impl
-
Manage an AWS Bedrock Runtime client for all users to use (enabling temporary creds).
- BedrockAgentRuntimeClientIAMOptimizedImpl(BedrockAgentRuntimeConfiguration) - Constructor for class org.apache.camel.component.aws2.bedrock.agentruntime.client.impl.BedrockAgentRuntimeClientIAMOptimizedImpl
-
Constructor that uses the config file.
- BedrockAgentRuntimeClientIAMProfileOptimizedImpl - Class in org.apache.camel.component.aws2.bedrock.agentruntime.client.impl
-
Manage an AWS Bedrock Agent Runtime client for all users to use (enabling temporary creds).
- BedrockAgentRuntimeClientIAMProfileOptimizedImpl(BedrockAgentRuntimeConfiguration) - Constructor for class org.apache.camel.component.aws2.bedrock.agentruntime.client.impl.BedrockAgentRuntimeClientIAMProfileOptimizedImpl
-
Constructor that uses the config file.
- BedrockAgentRuntimeClientSessionTokenImpl - Class in org.apache.camel.component.aws2.bedrock.agentruntime.client.impl
-
Manage an AWS Bedrock Agent Runtime client for all users to use.
- BedrockAgentRuntimeClientSessionTokenImpl(BedrockAgentRuntimeConfiguration) - Constructor for class org.apache.camel.component.aws2.bedrock.agentruntime.client.impl.BedrockAgentRuntimeClientSessionTokenImpl
-
Constructor that uses the config file.
- BedrockAgentRuntimeClientStandardImpl - Class in org.apache.camel.component.aws2.bedrock.agentruntime.client.impl
-
Manage an AWS Bedrock Agent Runtime client for all users to use.
- BedrockAgentRuntimeClientStandardImpl(BedrockAgentRuntimeConfiguration) - Constructor for class org.apache.camel.component.aws2.bedrock.agentruntime.client.impl.BedrockAgentRuntimeClientStandardImpl
-
Constructor that uses the config file.
- BedrockAgentRuntimeComponent - Class in org.apache.camel.component.aws2.bedrock.agentruntime
-
For working with Amazon Bedrock Agent Runtime SDK v2.
- BedrockAgentRuntimeComponent() - Constructor for class org.apache.camel.component.aws2.bedrock.agentruntime.BedrockAgentRuntimeComponent
- BedrockAgentRuntimeComponent(CamelContext) - Constructor for class org.apache.camel.component.aws2.bedrock.agentruntime.BedrockAgentRuntimeComponent
- BedrockAgentRuntimeComponentConfigurer - Class in org.apache.camel.component.aws2.bedrock.agentruntime
-
Generated by camel build tools - do NOT edit this file!
- BedrockAgentRuntimeComponentConfigurer() - Constructor for class org.apache.camel.component.aws2.bedrock.agentruntime.BedrockAgentRuntimeComponentConfigurer
- BedrockAgentRuntimeConfiguration - Class in org.apache.camel.component.aws2.bedrock.agentruntime
- BedrockAgentRuntimeConfiguration() - Constructor for class org.apache.camel.component.aws2.bedrock.agentruntime.BedrockAgentRuntimeConfiguration
- BedrockAgentRuntimeConstants - Interface in org.apache.camel.component.aws2.bedrock.agentruntime
-
Constants used in Camel AWS Bedrock Agent Runtime module SDK v2
- BedrockAgentRuntimeEndpoint - Class in org.apache.camel.component.aws2.bedrock.agentruntime
-
Invoke Model of AWS Bedrock Agent Runtime service.
- BedrockAgentRuntimeEndpoint(String, Component, BedrockAgentRuntimeConfiguration) - Constructor for class org.apache.camel.component.aws2.bedrock.agentruntime.BedrockAgentRuntimeEndpoint
- BedrockAgentRuntimeEndpointConfigurer - Class in org.apache.camel.component.aws2.bedrock.agentruntime
-
Generated by camel build tools - do NOT edit this file!
- BedrockAgentRuntimeEndpointConfigurer() - Constructor for class org.apache.camel.component.aws2.bedrock.agentruntime.BedrockAgentRuntimeEndpointConfigurer
- BedrockAgentRuntimeEndpointUriFactory - Class in org.apache.camel.component.aws2.bedrock.agentruntime
-
Generated by camel build tools - do NOT edit this file!
- BedrockAgentRuntimeEndpointUriFactory() - Constructor for class org.apache.camel.component.aws2.bedrock.agentruntime.BedrockAgentRuntimeEndpointUriFactory
- BedrockAgentRuntimeInternalClient - Interface in org.apache.camel.component.aws2.bedrock.agentruntime.client
-
Manage the required actions of an Bedrock Agent Runtime client for either local or remote.
- BedrockAgentRuntimeOperations - Enum Class in org.apache.camel.component.aws2.bedrock.agentruntime
- BedrockAgentRuntimeProducer - Class in org.apache.camel.component.aws2.bedrock.agentruntime
-
A Producer which sends messages to the Amazon Bedrock Agent Runtime Service AWS Bedrock
- BedrockAgentRuntimeProducer(Endpoint) - Constructor for class org.apache.camel.component.aws2.bedrock.agentruntime.BedrockAgentRuntimeProducer
- BedrockClientFactory - Class in org.apache.camel.component.aws2.bedrock.runtime.client
-
Factory class to return the correct type of AWS Bedrock runtime client.
- BedrockComponent - Class in org.apache.camel.component.aws2.bedrock.runtime
-
For working with Amazon Bedrock SDK v2.
- BedrockComponent() - Constructor for class org.apache.camel.component.aws2.bedrock.runtime.BedrockComponent
- BedrockComponent(CamelContext) - Constructor for class org.apache.camel.component.aws2.bedrock.runtime.BedrockComponent
- BedrockComponentConfigurer - Class in org.apache.camel.component.aws2.bedrock.runtime
-
Generated by camel build tools - do NOT edit this file!
- BedrockComponentConfigurer() - Constructor for class org.apache.camel.component.aws2.bedrock.runtime.BedrockComponentConfigurer
- BedrockConfiguration - Class in org.apache.camel.component.aws2.bedrock.runtime
- BedrockConfiguration() - Constructor for class org.apache.camel.component.aws2.bedrock.runtime.BedrockConfiguration
- BedrockConstants - Interface in org.apache.camel.component.aws2.bedrock.runtime
-
Constants used in Camel AWS Bedrock module SDK v2
- BedrockEndpoint - Class in org.apache.camel.component.aws2.bedrock.runtime
-
Invoke Model of AWS Bedrock service.
- BedrockEndpoint(String, Component, BedrockConfiguration) - Constructor for class org.apache.camel.component.aws2.bedrock.runtime.BedrockEndpoint
- BedrockEndpointConfigurer - Class in org.apache.camel.component.aws2.bedrock.runtime
-
Generated by camel build tools - do NOT edit this file!
- BedrockEndpointConfigurer() - Constructor for class org.apache.camel.component.aws2.bedrock.runtime.BedrockEndpointConfigurer
- BedrockEndpointUriFactory - Class in org.apache.camel.component.aws2.bedrock.runtime
-
Generated by camel build tools - do NOT edit this file!
- BedrockEndpointUriFactory() - Constructor for class org.apache.camel.component.aws2.bedrock.runtime.BedrockEndpointUriFactory
- BedrockModels - Enum Class in org.apache.camel.component.aws2.bedrock
- BedrockOperations - Enum Class in org.apache.camel.component.aws2.bedrock.runtime
- BedrockProducer - Class in org.apache.camel.component.aws2.bedrock.runtime
-
A Producer which sends messages to the Amazon Bedrock Service AWS Bedrock
- BedrockProducer(Endpoint) - Constructor for class org.apache.camel.component.aws2.bedrock.runtime.BedrockProducer
- BedrockRuntimeClientIAMOptimizedImpl - Class in org.apache.camel.component.aws2.bedrock.runtime.client.impl
-
Manage an AWS Bedrock Runtime client for all users to use (enabling temporary creds).
- BedrockRuntimeClientIAMOptimizedImpl(BedrockConfiguration) - Constructor for class org.apache.camel.component.aws2.bedrock.runtime.client.impl.BedrockRuntimeClientIAMOptimizedImpl
-
Constructor that uses the config file.
- BedrockRuntimeClientIAMProfileOptimizedImpl - Class in org.apache.camel.component.aws2.bedrock.runtime.client.impl
-
Manage an AWS Bedrock Runtime client for all users to use (enabling temporary creds).
- BedrockRuntimeClientIAMProfileOptimizedImpl(BedrockConfiguration) - Constructor for class org.apache.camel.component.aws2.bedrock.runtime.client.impl.BedrockRuntimeClientIAMProfileOptimizedImpl
-
Constructor that uses the config file.
- BedrockRuntimeClientSessionTokenImpl - Class in org.apache.camel.component.aws2.bedrock.runtime.client.impl
-
Manage an AWS Bedrock Runtime client for all users to use.
- BedrockRuntimeClientSessionTokenImpl(BedrockConfiguration) - Constructor for class org.apache.camel.component.aws2.bedrock.runtime.client.impl.BedrockRuntimeClientSessionTokenImpl
-
Constructor that uses the config file.
- BedrockRuntimeClientStandardImpl - Class in org.apache.camel.component.aws2.bedrock.runtime.client.impl
-
Manage an AWS Bedrock Runtime client for all users to use.
- BedrockRuntimeClientStandardImpl(BedrockConfiguration) - Constructor for class org.apache.camel.component.aws2.bedrock.runtime.client.impl.BedrockRuntimeClientStandardImpl
-
Constructor that uses the config file.
- BedrockRuntimeInternalClient - Interface in org.apache.camel.component.aws2.bedrock.runtime.client
-
Manage the required actions of an Bedrock Runtime client for either local or remote.
- buildUri(String, Map<String, Object>, boolean) - Method in class org.apache.camel.component.aws2.bedrock.agent.BedrockAgentEndpointUriFactory
- buildUri(String, Map<String, Object>, boolean) - Method in class org.apache.camel.component.aws2.bedrock.agentruntime.BedrockAgentRuntimeEndpointUriFactory
- buildUri(String, Map<String, Object>, boolean) - Method in class org.apache.camel.component.aws2.bedrock.runtime.BedrockEndpointUriFactory
C
- CITATIONS - Static variable in interface org.apache.camel.component.aws2.bedrock.agentruntime.BedrockAgentRuntimeConstants
- configure(CamelContext, Object, String, Object, boolean) - Method in class org.apache.camel.component.aws2.bedrock.agent.BedrockAgentComponentConfigurer
- configure(CamelContext, Object, String, Object, boolean) - Method in class org.apache.camel.component.aws2.bedrock.agent.BedrockAgentEndpointConfigurer
- configure(CamelContext, Object, String, Object, boolean) - Method in class org.apache.camel.component.aws2.bedrock.agentruntime.BedrockAgentRuntimeComponentConfigurer
- configure(CamelContext, Object, String, Object, boolean) - Method in class org.apache.camel.component.aws2.bedrock.agentruntime.BedrockAgentRuntimeEndpointConfigurer
- configure(CamelContext, Object, String, Object, boolean) - Method in class org.apache.camel.component.aws2.bedrock.runtime.BedrockComponentConfigurer
- configure(CamelContext, Object, String, Object, boolean) - Method in class org.apache.camel.component.aws2.bedrock.runtime.BedrockEndpointConfigurer
- copy() - Method in class org.apache.camel.component.aws2.bedrock.agent.BedrockAgentConfiguration
- copy() - Method in class org.apache.camel.component.aws2.bedrock.agentruntime.BedrockAgentRuntimeConfiguration
- copy() - Method in class org.apache.camel.component.aws2.bedrock.runtime.BedrockConfiguration
- createConsumer(Processor) - Method in class org.apache.camel.component.aws2.bedrock.agent.BedrockAgentEndpoint
- createConsumer(Processor) - Method in class org.apache.camel.component.aws2.bedrock.agentruntime.BedrockAgentRuntimeEndpoint
- createConsumer(Processor) - Method in class org.apache.camel.component.aws2.bedrock.runtime.BedrockEndpoint
- createEndpoint(String, String, Map<String, Object>) - Method in class org.apache.camel.component.aws2.bedrock.agent.BedrockAgentComponent
- createEndpoint(String, String, Map<String, Object>) - Method in class org.apache.camel.component.aws2.bedrock.agentruntime.BedrockAgentRuntimeComponent
- createEndpoint(String, String, Map<String, Object>) - Method in class org.apache.camel.component.aws2.bedrock.runtime.BedrockComponent
- createExchange(GetIngestionJobResponse) - Method in class org.apache.camel.component.aws2.bedrock.agent.BedrockAgentIngestionJobConsumer
- createProducer() - Method in class org.apache.camel.component.aws2.bedrock.agent.BedrockAgentEndpoint
- createProducer() - Method in class org.apache.camel.component.aws2.bedrock.agentruntime.BedrockAgentRuntimeEndpoint
- createProducer() - Method in class org.apache.camel.component.aws2.bedrock.runtime.BedrockEndpoint
D
- DATASOURCE_ID - Static variable in interface org.apache.camel.component.aws2.bedrock.agent.BedrockAgentConstants
- doStart() - Method in class org.apache.camel.component.aws2.bedrock.agent.BedrockAgentEndpoint
- doStart() - Method in class org.apache.camel.component.aws2.bedrock.agentruntime.BedrockAgentRuntimeEndpoint
- doStart() - Method in class org.apache.camel.component.aws2.bedrock.runtime.BedrockEndpoint
- doStop() - Method in class org.apache.camel.component.aws2.bedrock.agent.BedrockAgentEndpoint
- doStop() - Method in class org.apache.camel.component.aws2.bedrock.agentruntime.BedrockAgentRuntimeEndpoint
- doStop() - Method in class org.apache.camel.component.aws2.bedrock.runtime.BedrockEndpoint
E
- endpoint - Variable in class org.apache.camel.component.aws2.bedrock.agent.BedrockAgentIngestionJobConsumer
G
- getAccessKey() - Method in class org.apache.camel.component.aws2.bedrock.agent.BedrockAgentConfiguration
- getAccessKey() - Method in class org.apache.camel.component.aws2.bedrock.agentruntime.BedrockAgentRuntimeConfiguration
- getAccessKey() - Method in class org.apache.camel.component.aws2.bedrock.runtime.BedrockConfiguration
- getAutowiredNames() - Method in class org.apache.camel.component.aws2.bedrock.agent.BedrockAgentComponentConfigurer
- getAutowiredNames() - Method in class org.apache.camel.component.aws2.bedrock.agent.BedrockAgentEndpointConfigurer
- getAutowiredNames() - Method in class org.apache.camel.component.aws2.bedrock.agentruntime.BedrockAgentRuntimeComponentConfigurer
- getAutowiredNames() - Method in class org.apache.camel.component.aws2.bedrock.agentruntime.BedrockAgentRuntimeEndpointConfigurer
- getAutowiredNames() - Method in class org.apache.camel.component.aws2.bedrock.runtime.BedrockComponentConfigurer
- getAutowiredNames() - Method in class org.apache.camel.component.aws2.bedrock.runtime.BedrockEndpointConfigurer
- getBedrockAgentClient() - Method in class org.apache.camel.component.aws2.bedrock.agent.BedrockAgentConfiguration
- getBedrockAgentClient() - Method in class org.apache.camel.component.aws2.bedrock.agent.BedrockAgentEndpoint
- getBedrockAgentClient() - Method in interface org.apache.camel.component.aws2.bedrock.agent.client.BedrockAgentInternalClient
-
Returns an Bedrock Agent client after a factory method determines which one to return.
- getBedrockAgentClient() - Method in class org.apache.camel.component.aws2.bedrock.agent.client.impl.BedrockAgentClientIAMOptimizedImpl
-
Getting the Bedrock Agent aws client that is used.
- getBedrockAgentClient() - Method in class org.apache.camel.component.aws2.bedrock.agent.client.impl.BedrockAgentClientIAMProfileOptimizedImpl
-
Getting the Bedrock Agent aws client that is used.
- getBedrockAgentClient() - Method in class org.apache.camel.component.aws2.bedrock.agent.client.impl.BedrockAgentClientSessionTokenImpl
-
Getting the Bedrock Agent AWS client that is used.
- getBedrockAgentClient() - Method in class org.apache.camel.component.aws2.bedrock.agent.client.impl.BedrockAgentClientStandardImpl
-
Getting the Bedrock Agent AWS client that is used.
- getBedrockAgentClient(BedrockAgentConfiguration) - Static method in class org.apache.camel.component.aws2.bedrock.agent.client.BedrockAgentClientFactory
-
Return the correct AWS Bedrock Agent client (based on remote vs local).
- getBedrockAgentRuntimeClient() - Method in class org.apache.camel.component.aws2.bedrock.agentruntime.BedrockAgentRuntimeConfiguration
- getBedrockAgentRuntimeClient() - Method in class org.apache.camel.component.aws2.bedrock.agentruntime.BedrockAgentRuntimeEndpoint
- getBedrockAgentRuntimeClient() - Method in interface org.apache.camel.component.aws2.bedrock.agentruntime.client.BedrockAgentRuntimeInternalClient
-
Returns an Bedrock Agent Runtime client after a factory method determines which one to return.
- getBedrockAgentRuntimeClient() - Method in class org.apache.camel.component.aws2.bedrock.agentruntime.client.impl.BedrockAgentRuntimeClientIAMOptimizedImpl
-
Getting the Bedrock Agent Runtime aws client that is used.
- getBedrockAgentRuntimeClient() - Method in class org.apache.camel.component.aws2.bedrock.agentruntime.client.impl.BedrockAgentRuntimeClientIAMProfileOptimizedImpl
-
Getting the Bedrock Agent Runtime aws client that is used.
- getBedrockAgentRuntimeClient() - Method in class org.apache.camel.component.aws2.bedrock.agentruntime.client.impl.BedrockAgentRuntimeClientSessionTokenImpl
-
Getting the Bedrock Agent Runtime AWS client that is used.
- getBedrockAgentRuntimeClient() - Method in class org.apache.camel.component.aws2.bedrock.agentruntime.client.impl.BedrockAgentRuntimeClientStandardImpl
-
Getting the Bedrock Agent Runtime AWS client that is used.
- getBedrockAgentRuntimeClient(BedrockAgentRuntimeConfiguration) - Static method in class org.apache.camel.component.aws2.bedrock.agentruntime.client.BedrockAgentRuntimeClientFactory
-
Return the correct AWS Bedrock Agent runtime client (based on remote vs local).
- getBedrockRuntimeClient() - Method in class org.apache.camel.component.aws2.bedrock.runtime.BedrockConfiguration
- getBedrockRuntimeClient() - Method in class org.apache.camel.component.aws2.bedrock.runtime.BedrockEndpoint
- getBedrockRuntimeClient() - Method in interface org.apache.camel.component.aws2.bedrock.runtime.client.BedrockRuntimeInternalClient
-
Returns an Bedrock Runtime client after a factory method determines which one to return.
- getBedrockRuntimeClient() - Method in class org.apache.camel.component.aws2.bedrock.runtime.client.impl.BedrockRuntimeClientIAMOptimizedImpl
-
Getting the Bedrock aws client that is used.
- getBedrockRuntimeClient() - Method in class org.apache.camel.component.aws2.bedrock.runtime.client.impl.BedrockRuntimeClientIAMProfileOptimizedImpl
-
Getting the Bedrock Runtime aws client that is used.
- getBedrockRuntimeClient() - Method in class org.apache.camel.component.aws2.bedrock.runtime.client.impl.BedrockRuntimeClientSessionTokenImpl
-
Getting the Bedrock Runtime AWS client that is used.
- getBedrockRuntimeClient() - Method in class org.apache.camel.component.aws2.bedrock.runtime.client.impl.BedrockRuntimeClientStandardImpl
-
Getting the Bedrock Runtime AWS client that is used.
- getBedrockRuntimeClient(BedrockConfiguration) - Static method in class org.apache.camel.component.aws2.bedrock.runtime.client.BedrockClientFactory
-
Return the correct AWS Bedrock runtime client (based on remote vs local).
- getCollectionValueType(Object, String, boolean) - Method in class org.apache.camel.component.aws2.bedrock.agent.BedrockAgentEndpointConfigurer
- getComponent() - Method in class org.apache.camel.component.aws2.bedrock.agent.BedrockAgentEndpoint
- getComponent() - Method in class org.apache.camel.component.aws2.bedrock.agentruntime.BedrockAgentRuntimeEndpoint
- getComponent() - Method in class org.apache.camel.component.aws2.bedrock.runtime.BedrockEndpoint
- getConfiguration() - Method in class org.apache.camel.component.aws2.bedrock.agent.BedrockAgentComponent
- getConfiguration() - Method in class org.apache.camel.component.aws2.bedrock.agent.BedrockAgentEndpoint
- getConfiguration() - Method in class org.apache.camel.component.aws2.bedrock.agent.BedrockAgentProducer
- getConfiguration() - Method in class org.apache.camel.component.aws2.bedrock.agentruntime.BedrockAgentRuntimeComponent
- getConfiguration() - Method in class org.apache.camel.component.aws2.bedrock.agentruntime.BedrockAgentRuntimeEndpoint
- getConfiguration() - Method in class org.apache.camel.component.aws2.bedrock.agentruntime.BedrockAgentRuntimeProducer
- getConfiguration() - Method in class org.apache.camel.component.aws2.bedrock.runtime.BedrockComponent
- getConfiguration() - Method in class org.apache.camel.component.aws2.bedrock.runtime.BedrockEndpoint
- getConfiguration() - Method in class org.apache.camel.component.aws2.bedrock.runtime.BedrockProducer
- getDataSourceId() - Method in class org.apache.camel.component.aws2.bedrock.agent.BedrockAgentConfiguration
- getEndpoint() - Method in class org.apache.camel.component.aws2.bedrock.agent.BedrockAgentIngestionJobConsumer
- getEndpoint() - Method in class org.apache.camel.component.aws2.bedrock.agent.BedrockAgentProducer
- getEndpoint() - Method in class org.apache.camel.component.aws2.bedrock.agentruntime.BedrockAgentRuntimeProducer
- getEndpoint() - Method in class org.apache.camel.component.aws2.bedrock.runtime.BedrockProducer
- getIngestionJob - Enum constant in enum class org.apache.camel.component.aws2.bedrock.agent.BedrockAgentOperations
- getIngestionJobId() - Method in class org.apache.camel.component.aws2.bedrock.agent.BedrockAgentConfiguration
- getKnowledgeBaseId() - Method in class org.apache.camel.component.aws2.bedrock.agent.BedrockAgentConfiguration
- getKnowledgeBaseId() - Method in class org.apache.camel.component.aws2.bedrock.agentruntime.BedrockAgentRuntimeConfiguration
- getMessageForResponse(Exchange) - Static method in class org.apache.camel.component.aws2.bedrock.agent.BedrockAgentProducer
- getMessageForResponse(Exchange) - Static method in class org.apache.camel.component.aws2.bedrock.agentruntime.BedrockAgentRuntimeProducer
- getMessageForResponse(Exchange) - Static method in class org.apache.camel.component.aws2.bedrock.runtime.BedrockProducer
- getModelId() - Method in class org.apache.camel.component.aws2.bedrock.agent.BedrockAgentConfiguration
- getModelId() - Method in class org.apache.camel.component.aws2.bedrock.agentruntime.BedrockAgentRuntimeConfiguration
- getModelId() - Method in class org.apache.camel.component.aws2.bedrock.runtime.BedrockConfiguration
- getOperation() - Method in class org.apache.camel.component.aws2.bedrock.agent.BedrockAgentConfiguration
- getOperation() - Method in class org.apache.camel.component.aws2.bedrock.agentruntime.BedrockAgentRuntimeConfiguration
- getOperation() - Method in class org.apache.camel.component.aws2.bedrock.runtime.BedrockConfiguration
- getOptionType(String, boolean) - Method in class org.apache.camel.component.aws2.bedrock.agent.BedrockAgentComponentConfigurer
- getOptionType(String, boolean) - Method in class org.apache.camel.component.aws2.bedrock.agent.BedrockAgentEndpointConfigurer
- getOptionType(String, boolean) - Method in class org.apache.camel.component.aws2.bedrock.agentruntime.BedrockAgentRuntimeComponentConfigurer
- getOptionType(String, boolean) - Method in class org.apache.camel.component.aws2.bedrock.agentruntime.BedrockAgentRuntimeEndpointConfigurer
- getOptionType(String, boolean) - Method in class org.apache.camel.component.aws2.bedrock.runtime.BedrockComponentConfigurer
- getOptionType(String, boolean) - Method in class org.apache.camel.component.aws2.bedrock.runtime.BedrockEndpointConfigurer
- getOptionValue(Object, String, boolean) - Method in class org.apache.camel.component.aws2.bedrock.agent.BedrockAgentComponentConfigurer
- getOptionValue(Object, String, boolean) - Method in class org.apache.camel.component.aws2.bedrock.agent.BedrockAgentEndpointConfigurer
- getOptionValue(Object, String, boolean) - Method in class org.apache.camel.component.aws2.bedrock.agentruntime.BedrockAgentRuntimeComponentConfigurer
- getOptionValue(Object, String, boolean) - Method in class org.apache.camel.component.aws2.bedrock.agentruntime.BedrockAgentRuntimeEndpointConfigurer
- getOptionValue(Object, String, boolean) - Method in class org.apache.camel.component.aws2.bedrock.runtime.BedrockComponentConfigurer
- getOptionValue(Object, String, boolean) - Method in class org.apache.camel.component.aws2.bedrock.runtime.BedrockEndpointConfigurer
- getProfileCredentialsName() - Method in class org.apache.camel.component.aws2.bedrock.agent.BedrockAgentConfiguration
- getProfileCredentialsName() - Method in class org.apache.camel.component.aws2.bedrock.agentruntime.BedrockAgentRuntimeConfiguration
- getProfileCredentialsName() - Method in class org.apache.camel.component.aws2.bedrock.runtime.BedrockConfiguration
- getProxyHost() - Method in class org.apache.camel.component.aws2.bedrock.agent.BedrockAgentConfiguration
- getProxyHost() - Method in class org.apache.camel.component.aws2.bedrock.agentruntime.BedrockAgentRuntimeConfiguration
- getProxyHost() - Method in class org.apache.camel.component.aws2.bedrock.runtime.BedrockConfiguration
- getProxyPort() - Method in class org.apache.camel.component.aws2.bedrock.agent.BedrockAgentConfiguration
- getProxyPort() - Method in class org.apache.camel.component.aws2.bedrock.agentruntime.BedrockAgentRuntimeConfiguration
- getProxyPort() - Method in class org.apache.camel.component.aws2.bedrock.runtime.BedrockConfiguration
- getProxyProtocol() - Method in class org.apache.camel.component.aws2.bedrock.agent.BedrockAgentConfiguration
- getProxyProtocol() - Method in class org.apache.camel.component.aws2.bedrock.agentruntime.BedrockAgentRuntimeConfiguration
- getProxyProtocol() - Method in class org.apache.camel.component.aws2.bedrock.runtime.BedrockConfiguration
- getRegion() - Method in class org.apache.camel.component.aws2.bedrock.agent.BedrockAgentConfiguration
- getRegion() - Method in class org.apache.camel.component.aws2.bedrock.agentruntime.BedrockAgentRuntimeConfiguration
- getRegion() - Method in class org.apache.camel.component.aws2.bedrock.runtime.BedrockConfiguration
- getSecretKey() - Method in class org.apache.camel.component.aws2.bedrock.agent.BedrockAgentConfiguration
- getSecretKey() - Method in class org.apache.camel.component.aws2.bedrock.agentruntime.BedrockAgentRuntimeConfiguration
- getSecretKey() - Method in class org.apache.camel.component.aws2.bedrock.runtime.BedrockConfiguration
- getServiceMetadata() - Method in class org.apache.camel.component.aws2.bedrock.agent.BedrockAgentEndpoint
- getServiceMetadata() - Method in class org.apache.camel.component.aws2.bedrock.agentruntime.BedrockAgentRuntimeEndpoint
- getServiceMetadata() - Method in class org.apache.camel.component.aws2.bedrock.runtime.BedrockEndpoint
- getServiceProtocol() - Method in class org.apache.camel.component.aws2.bedrock.agent.BedrockAgentEndpoint
- getServiceProtocol() - Method in class org.apache.camel.component.aws2.bedrock.agentruntime.BedrockAgentRuntimeEndpoint
- getServiceProtocol() - Method in class org.apache.camel.component.aws2.bedrock.runtime.BedrockEndpoint
- getServiceUrl() - Method in class org.apache.camel.component.aws2.bedrock.agent.BedrockAgentEndpoint
- getServiceUrl() - Method in class org.apache.camel.component.aws2.bedrock.agentruntime.BedrockAgentRuntimeEndpoint
- getServiceUrl() - Method in class org.apache.camel.component.aws2.bedrock.runtime.BedrockEndpoint
- getSessionToken() - Method in class org.apache.camel.component.aws2.bedrock.agent.BedrockAgentConfiguration
- getSessionToken() - Method in class org.apache.camel.component.aws2.bedrock.agentruntime.BedrockAgentRuntimeConfiguration
- getSessionToken() - Method in class org.apache.camel.component.aws2.bedrock.runtime.BedrockConfiguration
- getUriEndpointOverride() - Method in class org.apache.camel.component.aws2.bedrock.agent.BedrockAgentConfiguration
- getUriEndpointOverride() - Method in class org.apache.camel.component.aws2.bedrock.agentruntime.BedrockAgentRuntimeConfiguration
- getUriEndpointOverride() - Method in class org.apache.camel.component.aws2.bedrock.runtime.BedrockConfiguration
I
- INGESTION_JOB_FAILURE_REASONS - Static variable in interface org.apache.camel.component.aws2.bedrock.agent.BedrockAgentConstants
- INGESTION_JOB_ID - Static variable in interface org.apache.camel.component.aws2.bedrock.agent.BedrockAgentConstants
- INGESTION_JOB_STATUS - Static variable in interface org.apache.camel.component.aws2.bedrock.agent.BedrockAgentConstants
- invokeEmbeddingsModel - Enum constant in enum class org.apache.camel.component.aws2.bedrock.runtime.BedrockOperations
- invokeImageModel - Enum constant in enum class org.apache.camel.component.aws2.bedrock.runtime.BedrockOperations
- invokeTextModel - Enum constant in enum class org.apache.camel.component.aws2.bedrock.runtime.BedrockOperations
- isEnabled(String) - Method in class org.apache.camel.component.aws2.bedrock.agent.BedrockAgentEndpointUriFactory
- isEnabled(String) - Method in class org.apache.camel.component.aws2.bedrock.agentruntime.BedrockAgentRuntimeEndpointUriFactory
- isEnabled(String) - Method in class org.apache.camel.component.aws2.bedrock.runtime.BedrockEndpointUriFactory
- isLenientProperties() - Method in class org.apache.camel.component.aws2.bedrock.agent.BedrockAgentEndpointUriFactory
- isLenientProperties() - Method in class org.apache.camel.component.aws2.bedrock.agentruntime.BedrockAgentRuntimeEndpointUriFactory
- isLenientProperties() - Method in class org.apache.camel.component.aws2.bedrock.runtime.BedrockEndpointUriFactory
- isOverrideEndpoint() - Method in class org.apache.camel.component.aws2.bedrock.agent.BedrockAgentConfiguration
- isOverrideEndpoint() - Method in class org.apache.camel.component.aws2.bedrock.agentruntime.BedrockAgentRuntimeConfiguration
- isOverrideEndpoint() - Method in class org.apache.camel.component.aws2.bedrock.runtime.BedrockConfiguration
- isPojoRequest() - Method in class org.apache.camel.component.aws2.bedrock.agent.BedrockAgentConfiguration
- isPojoRequest() - Method in class org.apache.camel.component.aws2.bedrock.agentruntime.BedrockAgentRuntimeConfiguration
- isPojoRequest() - Method in class org.apache.camel.component.aws2.bedrock.runtime.BedrockConfiguration
- isTrustAllCertificates() - Method in class org.apache.camel.component.aws2.bedrock.agent.BedrockAgentConfiguration
- isTrustAllCertificates() - Method in class org.apache.camel.component.aws2.bedrock.agentruntime.BedrockAgentRuntimeConfiguration
- isTrustAllCertificates() - Method in class org.apache.camel.component.aws2.bedrock.runtime.BedrockConfiguration
- isUseDefaultCredentialsProvider() - Method in class org.apache.camel.component.aws2.bedrock.agent.BedrockAgentConfiguration
- isUseDefaultCredentialsProvider() - Method in class org.apache.camel.component.aws2.bedrock.agentruntime.BedrockAgentRuntimeConfiguration
- isUseDefaultCredentialsProvider() - Method in class org.apache.camel.component.aws2.bedrock.runtime.BedrockConfiguration
- isUseProfileCredentialsProvider() - Method in class org.apache.camel.component.aws2.bedrock.agent.BedrockAgentConfiguration
- isUseProfileCredentialsProvider() - Method in class org.apache.camel.component.aws2.bedrock.agentruntime.BedrockAgentRuntimeConfiguration
- isUseProfileCredentialsProvider() - Method in class org.apache.camel.component.aws2.bedrock.runtime.BedrockConfiguration
- isUseSessionCredentials() - Method in class org.apache.camel.component.aws2.bedrock.agent.BedrockAgentConfiguration
- isUseSessionCredentials() - Method in class org.apache.camel.component.aws2.bedrock.agentruntime.BedrockAgentRuntimeConfiguration
- isUseSessionCredentials() - Method in class org.apache.camel.component.aws2.bedrock.runtime.BedrockConfiguration
J
- JURASSIC2_MID - Enum constant in enum class org.apache.camel.component.aws2.bedrock.BedrockModels
- JURASSIC2_ULTRA - Enum constant in enum class org.apache.camel.component.aws2.bedrock.BedrockModels
K
- KNOWLEDGE_BASE_ID - Static variable in interface org.apache.camel.component.aws2.bedrock.agent.BedrockAgentConstants
L
- listIngestionJobs - Enum constant in enum class org.apache.camel.component.aws2.bedrock.agent.BedrockAgentOperations
M
- MISTRAL_7B_INSTRUCT - Enum constant in enum class org.apache.camel.component.aws2.bedrock.BedrockModels
- MISTRAL_8x7B_INSTRUCT - Enum constant in enum class org.apache.camel.component.aws2.bedrock.BedrockModels
- MISTRAL_LARGE - Enum constant in enum class org.apache.camel.component.aws2.bedrock.BedrockModels
- model - Variable in enum class org.apache.camel.component.aws2.bedrock.BedrockModels
- MODEL_ACCEPT_CONTENT_TYPE - Static variable in interface org.apache.camel.component.aws2.bedrock.runtime.BedrockConstants
- MODEL_CONTENT_TYPE - Static variable in interface org.apache.camel.component.aws2.bedrock.runtime.BedrockConstants
- MODEL_ID - Static variable in interface org.apache.camel.component.aws2.bedrock.agent.BedrockAgentConstants
- multiValuePrefixes() - Method in class org.apache.camel.component.aws2.bedrock.agent.BedrockAgentEndpointUriFactory
- multiValuePrefixes() - Method in class org.apache.camel.component.aws2.bedrock.agentruntime.BedrockAgentRuntimeEndpointUriFactory
- multiValuePrefixes() - Method in class org.apache.camel.component.aws2.bedrock.runtime.BedrockEndpointUriFactory
O
- OPERATION - Static variable in interface org.apache.camel.component.aws2.bedrock.agent.BedrockAgentConstants
- OPERATION - Static variable in interface org.apache.camel.component.aws2.bedrock.agentruntime.BedrockAgentRuntimeConstants
- OPERATION - Static variable in interface org.apache.camel.component.aws2.bedrock.runtime.BedrockConstants
- org.apache.camel.component.aws2.bedrock - package org.apache.camel.component.aws2.bedrock
- org.apache.camel.component.aws2.bedrock.agent - package org.apache.camel.component.aws2.bedrock.agent
- org.apache.camel.component.aws2.bedrock.agent.client - package org.apache.camel.component.aws2.bedrock.agent.client
- org.apache.camel.component.aws2.bedrock.agent.client.impl - package org.apache.camel.component.aws2.bedrock.agent.client.impl
- org.apache.camel.component.aws2.bedrock.agentruntime - package org.apache.camel.component.aws2.bedrock.agentruntime
- org.apache.camel.component.aws2.bedrock.agentruntime.client - package org.apache.camel.component.aws2.bedrock.agentruntime.client
- org.apache.camel.component.aws2.bedrock.agentruntime.client.impl - package org.apache.camel.component.aws2.bedrock.agentruntime.client.impl
- org.apache.camel.component.aws2.bedrock.runtime - package org.apache.camel.component.aws2.bedrock.runtime
- org.apache.camel.component.aws2.bedrock.runtime.client - package org.apache.camel.component.aws2.bedrock.runtime.client
- org.apache.camel.component.aws2.bedrock.runtime.client.impl - package org.apache.camel.component.aws2.bedrock.runtime.client.impl
P
- poll() - Method in class org.apache.camel.component.aws2.bedrock.agent.BedrockAgentIngestionJobConsumer
- process(Exchange) - Method in class org.apache.camel.component.aws2.bedrock.agent.BedrockAgentProducer
- process(Exchange) - Method in class org.apache.camel.component.aws2.bedrock.agentruntime.BedrockAgentRuntimeProducer
- process(Exchange) - Method in class org.apache.camel.component.aws2.bedrock.runtime.BedrockProducer
- propertyNames() - Method in class org.apache.camel.component.aws2.bedrock.agent.BedrockAgentEndpointUriFactory
- propertyNames() - Method in class org.apache.camel.component.aws2.bedrock.agentruntime.BedrockAgentRuntimeEndpointUriFactory
- propertyNames() - Method in class org.apache.camel.component.aws2.bedrock.runtime.BedrockEndpointUriFactory
R
- retrieveAndGenerate - Enum constant in enum class org.apache.camel.component.aws2.bedrock.agentruntime.BedrockAgentRuntimeOperations
S
- secretPropertyNames() - Method in class org.apache.camel.component.aws2.bedrock.agent.BedrockAgentEndpointUriFactory
- secretPropertyNames() - Method in class org.apache.camel.component.aws2.bedrock.agentruntime.BedrockAgentRuntimeEndpointUriFactory
- secretPropertyNames() - Method in class org.apache.camel.component.aws2.bedrock.runtime.BedrockEndpointUriFactory
- SESSION_ID - Static variable in interface org.apache.camel.component.aws2.bedrock.agentruntime.BedrockAgentRuntimeConstants
- setAccessKey(String) - Method in class org.apache.camel.component.aws2.bedrock.agent.BedrockAgentConfiguration
-
Amazon AWS Access Key
- setAccessKey(String) - Method in class org.apache.camel.component.aws2.bedrock.agentruntime.BedrockAgentRuntimeConfiguration
-
Amazon AWS Access Key
- setAccessKey(String) - Method in class org.apache.camel.component.aws2.bedrock.runtime.BedrockConfiguration
-
Amazon AWS Access Key
- setBedrockAgentClient(BedrockAgentClient) - Method in class org.apache.camel.component.aws2.bedrock.agent.BedrockAgentConfiguration
-
To use an existing configured AWS Bedrock Agent client
- setBedrockAgentRuntimeClient(BedrockAgentRuntimeClient) - Method in class org.apache.camel.component.aws2.bedrock.agentruntime.BedrockAgentRuntimeConfiguration
-
To use an existing configured AWS Bedrock Agent Runtime client
- setBedrockRuntimeClient(BedrockRuntimeClient) - Method in class org.apache.camel.component.aws2.bedrock.runtime.BedrockConfiguration
-
To use an existing configured AWS Bedrock Runtime client
- setConfiguration(BedrockAgentConfiguration) - Method in class org.apache.camel.component.aws2.bedrock.agent.BedrockAgentComponent
-
Component configuration
- setConfiguration(BedrockAgentRuntimeConfiguration) - Method in class org.apache.camel.component.aws2.bedrock.agentruntime.BedrockAgentRuntimeComponent
-
Component configuration
- setConfiguration(BedrockConfiguration) - Method in class org.apache.camel.component.aws2.bedrock.runtime.BedrockComponent
-
Component configuration
- setDataSourceId(String) - Method in class org.apache.camel.component.aws2.bedrock.agent.BedrockAgentConfiguration
-
Define the Data source Id we are going to use
- setIngestionJobId(String) - Method in class org.apache.camel.component.aws2.bedrock.agent.BedrockAgentConfiguration
-
Define the Ingestion Job Id we want to track
- setKnowledgeBaseId(String) - Method in class org.apache.camel.component.aws2.bedrock.agent.BedrockAgentConfiguration
-
Define the Knowledge Base Id we are going to use
- setKnowledgeBaseId(String) - Method in class org.apache.camel.component.aws2.bedrock.agentruntime.BedrockAgentRuntimeConfiguration
-
Define the Knowledge Base Id we are going to use
- setModelId(String) - Method in class org.apache.camel.component.aws2.bedrock.agent.BedrockAgentConfiguration
-
Define the model Id we are going to use
- setModelId(String) - Method in class org.apache.camel.component.aws2.bedrock.agentruntime.BedrockAgentRuntimeConfiguration
-
Define the model Id we are going to use
- setModelId(String) - Method in class org.apache.camel.component.aws2.bedrock.runtime.BedrockConfiguration
-
Define the model Id we are going to use
- setOperation(BedrockAgentOperations) - Method in class org.apache.camel.component.aws2.bedrock.agent.BedrockAgentConfiguration
-
The operation to perform
- setOperation(BedrockAgentRuntimeOperations) - Method in class org.apache.camel.component.aws2.bedrock.agentruntime.BedrockAgentRuntimeConfiguration
-
The operation to perform
- setOperation(BedrockOperations) - Method in class org.apache.camel.component.aws2.bedrock.runtime.BedrockConfiguration
-
The operation to perform
- setOverrideEndpoint(boolean) - Method in class org.apache.camel.component.aws2.bedrock.agent.BedrockAgentConfiguration
-
Set the need for overriding the endpoint.
- setOverrideEndpoint(boolean) - Method in class org.apache.camel.component.aws2.bedrock.agentruntime.BedrockAgentRuntimeConfiguration
-
Set the need for overriding the endpoint.
- setOverrideEndpoint(boolean) - Method in class org.apache.camel.component.aws2.bedrock.runtime.BedrockConfiguration
-
Set the need for overriding the endpoint.
- setPojoRequest(boolean) - Method in class org.apache.camel.component.aws2.bedrock.agent.BedrockAgentConfiguration
-
If we want to use a POJO request as body or not
- setPojoRequest(boolean) - Method in class org.apache.camel.component.aws2.bedrock.agentruntime.BedrockAgentRuntimeConfiguration
-
If we want to use a POJO request as body or not
- setPojoRequest(boolean) - Method in class org.apache.camel.component.aws2.bedrock.runtime.BedrockConfiguration
-
If we want to use a POJO request as body or not
- setProfileCredentialsName(String) - Method in class org.apache.camel.component.aws2.bedrock.agent.BedrockAgentConfiguration
-
If using a profile credentials provider, this parameter will set the profile name
- setProfileCredentialsName(String) - Method in class org.apache.camel.component.aws2.bedrock.agentruntime.BedrockAgentRuntimeConfiguration
-
If using a profile credentials provider, this parameter will set the profile name
- setProfileCredentialsName(String) - Method in class org.apache.camel.component.aws2.bedrock.runtime.BedrockConfiguration
-
If using a profile credentials provider, this parameter will set the profile name
- setProxyHost(String) - Method in class org.apache.camel.component.aws2.bedrock.agent.BedrockAgentConfiguration
-
To define a proxy host when instantiating the Bedrock Agent client
- setProxyHost(String) - Method in class org.apache.camel.component.aws2.bedrock.agentruntime.BedrockAgentRuntimeConfiguration
-
To define a proxy host when instantiating the Bedrock Agent Runtime client
- setProxyHost(String) - Method in class org.apache.camel.component.aws2.bedrock.runtime.BedrockConfiguration
-
To define a proxy host when instantiating the Bedrock client
- setProxyPort(Integer) - Method in class org.apache.camel.component.aws2.bedrock.agent.BedrockAgentConfiguration
-
To define a proxy port when instantiating the Bedrock Agent client
- setProxyPort(Integer) - Method in class org.apache.camel.component.aws2.bedrock.agentruntime.BedrockAgentRuntimeConfiguration
-
To define a proxy port when instantiating the Bedrock Agent Runtime client
- setProxyPort(Integer) - Method in class org.apache.camel.component.aws2.bedrock.runtime.BedrockConfiguration
-
To define a proxy port when instantiating the Bedrock client
- setProxyProtocol(Protocol) - Method in class org.apache.camel.component.aws2.bedrock.agent.BedrockAgentConfiguration
-
To define a proxy protocol when instantiating the Bedrock Agent client
- setProxyProtocol(Protocol) - Method in class org.apache.camel.component.aws2.bedrock.agentruntime.BedrockAgentRuntimeConfiguration
-
To define a proxy protocol when instantiating the Bedrock Agent Runtime client
- setProxyProtocol(Protocol) - Method in class org.apache.camel.component.aws2.bedrock.runtime.BedrockConfiguration
-
To define a proxy protocol when instantiating the Bedrock client
- setRegion(String) - Method in class org.apache.camel.component.aws2.bedrock.agent.BedrockAgentConfiguration
-
The region in which Bedrock Agent client needs to work.
- setRegion(String) - Method in class org.apache.camel.component.aws2.bedrock.agentruntime.BedrockAgentRuntimeConfiguration
-
The region in which Bedrock Agent Runtime client needs to work.
- setRegion(String) - Method in class org.apache.camel.component.aws2.bedrock.runtime.BedrockConfiguration
-
The region in which Bedrock client needs to work.
- setResponseText(InvokeModelResponse, Message) - Method in class org.apache.camel.component.aws2.bedrock.runtime.BedrockProducer
- setSecretKey(String) - Method in class org.apache.camel.component.aws2.bedrock.agent.BedrockAgentConfiguration
-
Amazon AWS Secret Key
- setSecretKey(String) - Method in class org.apache.camel.component.aws2.bedrock.agentruntime.BedrockAgentRuntimeConfiguration
-
Amazon AWS Secret Key
- setSecretKey(String) - Method in class org.apache.camel.component.aws2.bedrock.runtime.BedrockConfiguration
-
Amazon AWS Secret Key
- setSessionToken(String) - Method in class org.apache.camel.component.aws2.bedrock.agent.BedrockAgentConfiguration
-
Amazon AWS Session Token used when the user needs to assume an IAM role
- setSessionToken(String) - Method in class org.apache.camel.component.aws2.bedrock.agentruntime.BedrockAgentRuntimeConfiguration
-
Amazon AWS Session Token used when the user needs to assume an IAM role
- setSessionToken(String) - Method in class org.apache.camel.component.aws2.bedrock.runtime.BedrockConfiguration
-
Amazon AWS Session Token used when the user needs to assume an IAM role
- setTrustAllCertificates(boolean) - Method in class org.apache.camel.component.aws2.bedrock.agent.BedrockAgentConfiguration
-
If we want to trust all certificates in case of overriding the endpoint
- setTrustAllCertificates(boolean) - Method in class org.apache.camel.component.aws2.bedrock.agentruntime.BedrockAgentRuntimeConfiguration
-
If we want to trust all certificates in case of overriding the endpoint
- setTrustAllCertificates(boolean) - Method in class org.apache.camel.component.aws2.bedrock.runtime.BedrockConfiguration
-
If we want to trust all certificates in case of overriding the endpoint
- setUriEndpointOverride(String) - Method in class org.apache.camel.component.aws2.bedrock.agent.BedrockAgentConfiguration
-
Set the overriding uri endpoint.
- setUriEndpointOverride(String) - Method in class org.apache.camel.component.aws2.bedrock.agentruntime.BedrockAgentRuntimeConfiguration
-
Set the overriding uri endpoint.
- setUriEndpointOverride(String) - Method in class org.apache.camel.component.aws2.bedrock.runtime.BedrockConfiguration
-
Set the overriding uri endpoint.
- setUseDefaultCredentialsProvider(Boolean) - Method in class org.apache.camel.component.aws2.bedrock.agent.BedrockAgentConfiguration
-
Set whether the Bedrock Agent client should expect to load credentials through a default credentials provider or to expect static credentials to be passed in.
- setUseDefaultCredentialsProvider(Boolean) - Method in class org.apache.camel.component.aws2.bedrock.agentruntime.BedrockAgentRuntimeConfiguration
-
Set whether the Bedrock Agent Runtime client should expect to load credentials through a default credentials provider or to expect static credentials to be passed in.
- setUseDefaultCredentialsProvider(Boolean) - Method in class org.apache.camel.component.aws2.bedrock.runtime.BedrockConfiguration
-
Set whether the Bedrock client should expect to load credentials through a default credentials provider or to expect static credentials to be passed in.
- setUseProfileCredentialsProvider(boolean) - Method in class org.apache.camel.component.aws2.bedrock.agent.BedrockAgentConfiguration
-
Set whether the Bedrock Agent client should expect to load credentials through a profile credentials provider.
- setUseProfileCredentialsProvider(boolean) - Method in class org.apache.camel.component.aws2.bedrock.agentruntime.BedrockAgentRuntimeConfiguration
-
Set whether the Bedrock Agent Runtime client should expect to load credentials through a profile credentials provider.
- setUseProfileCredentialsProvider(boolean) - Method in class org.apache.camel.component.aws2.bedrock.runtime.BedrockConfiguration
-
Set whether the Bedrock client should expect to load credentials through a profile credentials provider.
- setUseSessionCredentials(boolean) - Method in class org.apache.camel.component.aws2.bedrock.agent.BedrockAgentConfiguration
-
Set whether the Bedrock Agent client should expect to use Session Credentials.
- setUseSessionCredentials(boolean) - Method in class org.apache.camel.component.aws2.bedrock.agentruntime.BedrockAgentRuntimeConfiguration
-
Set whether the Bedrock Agent Runtime client should expect to use Session Credentials.
- setUseSessionCredentials(boolean) - Method in class org.apache.camel.component.aws2.bedrock.runtime.BedrockConfiguration
-
Set whether the Bedrock client should expect to use Session Credentials.
- startIngestionJob - Enum constant in enum class org.apache.camel.component.aws2.bedrock.agent.BedrockAgentOperations
T
- TITAN_EMBEDDINGS_G1 - Enum constant in enum class org.apache.camel.component.aws2.bedrock.BedrockModels
- TITAN_IMAGE_GENERATOR_V1 - Enum constant in enum class org.apache.camel.component.aws2.bedrock.BedrockModels
- TITAN_MULTIMODAL_EMBEDDINGS_G1 - Enum constant in enum class org.apache.camel.component.aws2.bedrock.BedrockModels
- TITAN_TEXT_EMBEDDINGS_V2 - Enum constant in enum class org.apache.camel.component.aws2.bedrock.BedrockModels
- TITAN_TEXT_EXPRESS_V1 - Enum constant in enum class org.apache.camel.component.aws2.bedrock.BedrockModels
- TITAN_TEXT_LITE_V1 - Enum constant in enum class org.apache.camel.component.aws2.bedrock.BedrockModels
- TITAN_TEXT_PREMIER_V1 - Enum constant in enum class org.apache.camel.component.aws2.bedrock.BedrockModels
- toString() - Method in class org.apache.camel.component.aws2.bedrock.agent.BedrockAgentProducer
- toString() - Method in class org.apache.camel.component.aws2.bedrock.agentruntime.BedrockAgentRuntimeProducer
- toString() - Method in class org.apache.camel.component.aws2.bedrock.runtime.BedrockProducer
V
- valueOf(String) - Static method in enum class org.apache.camel.component.aws2.bedrock.agent.BedrockAgentOperations
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.camel.component.aws2.bedrock.agentruntime.BedrockAgentRuntimeOperations
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.camel.component.aws2.bedrock.BedrockModels
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.camel.component.aws2.bedrock.runtime.BedrockOperations
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.apache.camel.component.aws2.bedrock.agent.BedrockAgentOperations
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.camel.component.aws2.bedrock.agentruntime.BedrockAgentRuntimeOperations
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.camel.component.aws2.bedrock.BedrockModels
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.camel.component.aws2.bedrock.runtime.BedrockOperations
-
Returns an array containing the constants of this enum class, in the order they are declared.
All Classes and Interfaces|All Packages|Constant Field Values