Skip navigation links
A B C D G I O P S T U V 

A

ACCESS_KEY_ID - Static variable in interface org.apache.camel.component.aws2.iam.IAM2Constants
 
ACCESS_KEY_STATUS - Static variable in interface org.apache.camel.component.aws2.iam.IAM2Constants
 

B

buildUri(String, Map<String, Object>, boolean) - Method in class org.apache.camel.component.aws2.iam.IAM2EndpointUriFactory
 

C

configure(CamelContext, Object, String, Object, boolean) - Method in class org.apache.camel.component.aws2.iam.IAM2ComponentConfigurer
 
configure(CamelContext, Object, String, Object, boolean) - Method in class org.apache.camel.component.aws2.iam.IAM2EndpointConfigurer
 
copy() - Method in class org.apache.camel.component.aws2.iam.IAM2Configuration
 
createConsumer(Processor) - Method in class org.apache.camel.component.aws2.iam.IAM2Endpoint
 
createEndpoint(String, String, Map<String, Object>) - Method in class org.apache.camel.component.aws2.iam.IAM2Component
 
createProducer() - Method in class org.apache.camel.component.aws2.iam.IAM2Endpoint
 

D

doStart() - Method in class org.apache.camel.component.aws2.iam.IAM2Endpoint
 
doStop() - Method in class org.apache.camel.component.aws2.iam.IAM2Endpoint
 

G

getAccessKey() - Method in class org.apache.camel.component.aws2.iam.IAM2Configuration
 
getAutowiredNames() - Method in class org.apache.camel.component.aws2.iam.IAM2ComponentConfigurer
 
getAutowiredNames() - Method in class org.apache.camel.component.aws2.iam.IAM2EndpointConfigurer
 
getConfiguration() - Method in class org.apache.camel.component.aws2.iam.IAM2Component
 
getConfiguration() - Method in class org.apache.camel.component.aws2.iam.IAM2Endpoint
 
getConfiguration() - Method in class org.apache.camel.component.aws2.iam.IAM2Producer
 
getEndpoint() - Method in class org.apache.camel.component.aws2.iam.IAM2Producer
 
getIamClient(IAM2Configuration) - Static method in class org.apache.camel.component.aws2.iam.client.IAM2ClientFactory
Return the correct AWS IAM client (based on remote vs local).
getIamClient() - Method in interface org.apache.camel.component.aws2.iam.client.IAM2InternalClient
Returns an IAM client after a factory method determines which one to return.
getIamClient() - Method in class org.apache.camel.component.aws2.iam.client.impl.IAM2ClientOptimizedImpl
Getting the IAM aws client that is used.
getIamClient() - Method in class org.apache.camel.component.aws2.iam.client.impl.IAM2ClientStandardImpl
Getting the IAM AWS client that is used.
getIamClient() - Method in class org.apache.camel.component.aws2.iam.IAM2Configuration
 
getIamClient() - Method in class org.apache.camel.component.aws2.iam.IAM2Endpoint
 
getMessageForResponse(Exchange) - Static method in class org.apache.camel.component.aws2.iam.IAM2Producer
 
getOperation() - Method in class org.apache.camel.component.aws2.iam.IAM2Configuration
 
getOptionType(String, boolean) - Method in class org.apache.camel.component.aws2.iam.IAM2ComponentConfigurer
 
getOptionType(String, boolean) - Method in class org.apache.camel.component.aws2.iam.IAM2EndpointConfigurer
 
getOptionValue(Object, String, boolean) - Method in class org.apache.camel.component.aws2.iam.IAM2ComponentConfigurer
 
getOptionValue(Object, String, boolean) - Method in class org.apache.camel.component.aws2.iam.IAM2EndpointConfigurer
 
getProxyHost() - Method in class org.apache.camel.component.aws2.iam.IAM2Configuration
 
getProxyPort() - Method in class org.apache.camel.component.aws2.iam.IAM2Configuration
 
getProxyProtocol() - Method in class org.apache.camel.component.aws2.iam.IAM2Configuration
 
getRegion() - Method in class org.apache.camel.component.aws2.iam.IAM2Configuration
 
getSecretKey() - Method in class org.apache.camel.component.aws2.iam.IAM2Configuration
 
getUriEndpointOverride() - Method in class org.apache.camel.component.aws2.iam.IAM2Configuration
 
GROUP_NAME - Static variable in interface org.apache.camel.component.aws2.iam.IAM2Constants
 
GROUP_PATH - Static variable in interface org.apache.camel.component.aws2.iam.IAM2Constants
 

I

IAM2ClientFactory - Class in org.apache.camel.component.aws2.iam.client
Factory class to return the correct type of AWS IAM client.
IAM2ClientOptimizedImpl - Class in org.apache.camel.component.aws2.iam.client.impl
Manage an AWS IAM client for all users to use (enabling temporary creds).
IAM2ClientOptimizedImpl(IAM2Configuration) - Constructor for class org.apache.camel.component.aws2.iam.client.impl.IAM2ClientOptimizedImpl
Constructor that uses the config file.
IAM2ClientStandardImpl - Class in org.apache.camel.component.aws2.iam.client.impl
Manage an AWS EKS client for all users to use.
IAM2ClientStandardImpl(IAM2Configuration) - Constructor for class org.apache.camel.component.aws2.iam.client.impl.IAM2ClientStandardImpl
Constructor that uses the config file.
IAM2Component - Class in org.apache.camel.component.aws2.iam
For working with Amazon IAM SDK v2.
IAM2Component() - Constructor for class org.apache.camel.component.aws2.iam.IAM2Component
 
IAM2Component(CamelContext) - Constructor for class org.apache.camel.component.aws2.iam.IAM2Component
 
IAM2ComponentConfigurer - Class in org.apache.camel.component.aws2.iam
Generated by camel build tools - do NOT edit this file!
IAM2ComponentConfigurer() - Constructor for class org.apache.camel.component.aws2.iam.IAM2ComponentConfigurer
 
IAM2ComponentVerifierExtension - Class in org.apache.camel.component.aws2.iam
 
IAM2ComponentVerifierExtension() - Constructor for class org.apache.camel.component.aws2.iam.IAM2ComponentVerifierExtension
 
IAM2ComponentVerifierExtension(String) - Constructor for class org.apache.camel.component.aws2.iam.IAM2ComponentVerifierExtension
 
IAM2Configuration - Class in org.apache.camel.component.aws2.iam
 
IAM2Configuration() - Constructor for class org.apache.camel.component.aws2.iam.IAM2Configuration
 
IAM2Constants - Interface in org.apache.camel.component.aws2.iam
Constants used in Camel AWS IAM module
IAM2Endpoint - Class in org.apache.camel.component.aws2.iam
Manage AWS IAM instances using AWS SDK version 2.x.
IAM2Endpoint(String, Component, IAM2Configuration) - Constructor for class org.apache.camel.component.aws2.iam.IAM2Endpoint
 
IAM2EndpointConfigurer - Class in org.apache.camel.component.aws2.iam
Generated by camel build tools - do NOT edit this file!
IAM2EndpointConfigurer() - Constructor for class org.apache.camel.component.aws2.iam.IAM2EndpointConfigurer
 
IAM2EndpointUriFactory - Class in org.apache.camel.component.aws2.iam
Generated by camel build tools - do NOT edit this file!
IAM2EndpointUriFactory() - Constructor for class org.apache.camel.component.aws2.iam.IAM2EndpointUriFactory
 
IAM2InternalClient - Interface in org.apache.camel.component.aws2.iam.client
Manage the required actions of an IAM client for either local or remote.
IAM2Operations - Enum in org.apache.camel.component.aws2.iam
 
IAM2Producer - Class in org.apache.camel.component.aws2.iam
A Producer which sends messages to the Amazon IAM Service AWS IAM
IAM2Producer(Endpoint) - Constructor for class org.apache.camel.component.aws2.iam.IAM2Producer
 
isEnabled(String) - Method in class org.apache.camel.component.aws2.iam.IAM2EndpointUriFactory
 
isLenientProperties() - Method in class org.apache.camel.component.aws2.iam.IAM2EndpointUriFactory
 
isOverrideEndpoint() - Method in class org.apache.camel.component.aws2.iam.IAM2Configuration
 
isPojoRequest() - Method in class org.apache.camel.component.aws2.iam.IAM2Configuration
 
isTrustAllCertificates() - Method in class org.apache.camel.component.aws2.iam.IAM2Configuration
 
isUseDefaultCredentialsProvider() - Method in class org.apache.camel.component.aws2.iam.IAM2Configuration
 

O

OPERATION - Static variable in interface org.apache.camel.component.aws2.iam.IAM2Constants
 
org.apache.camel.component.aws2.iam - package org.apache.camel.component.aws2.iam
 
org.apache.camel.component.aws2.iam.client - package org.apache.camel.component.aws2.iam.client
 
org.apache.camel.component.aws2.iam.client.impl - package org.apache.camel.component.aws2.iam.client.impl
 

P

process(Exchange) - Method in class org.apache.camel.component.aws2.iam.IAM2Producer
 
propertyNames() - Method in class org.apache.camel.component.aws2.iam.IAM2EndpointUriFactory
 

S

secretPropertyNames() - Method in class org.apache.camel.component.aws2.iam.IAM2EndpointUriFactory
 
setAccessKey(String) - Method in class org.apache.camel.component.aws2.iam.IAM2Configuration
Amazon AWS Access Key
setConfiguration(IAM2Configuration) - Method in class org.apache.camel.component.aws2.iam.IAM2Component
Component configuration
setIamClient(IamClient) - Method in class org.apache.camel.component.aws2.iam.IAM2Configuration
To use a existing configured AWS IAM as client
setOperation(IAM2Operations) - Method in class org.apache.camel.component.aws2.iam.IAM2Configuration
The operation to perform.
setOverrideEndpoint(boolean) - Method in class org.apache.camel.component.aws2.iam.IAM2Configuration
Set the need for overidding the endpoint.
setPojoRequest(boolean) - Method in class org.apache.camel.component.aws2.iam.IAM2Configuration
If we want to use a POJO request as body or not
setProxyHost(String) - Method in class org.apache.camel.component.aws2.iam.IAM2Configuration
To define a proxy host when instantiating the IAM client
setProxyPort(Integer) - Method in class org.apache.camel.component.aws2.iam.IAM2Configuration
To define a proxy port when instantiating the IAM client
setProxyProtocol(Protocol) - Method in class org.apache.camel.component.aws2.iam.IAM2Configuration
To define a proxy protocol when instantiating the IAM client
setRegion(String) - Method in class org.apache.camel.component.aws2.iam.IAM2Configuration
The region in which IAM client needs to work.
setSecretKey(String) - Method in class org.apache.camel.component.aws2.iam.IAM2Configuration
Amazon AWS Secret Key
setTrustAllCertificates(boolean) - Method in class org.apache.camel.component.aws2.iam.IAM2Configuration
If we want to trust all certificates in case of overriding the endpoint
setUriEndpointOverride(String) - Method in class org.apache.camel.component.aws2.iam.IAM2Configuration
Set the overriding uri endpoint.
setUseDefaultCredentialsProvider(Boolean) - Method in class org.apache.camel.component.aws2.iam.IAM2Configuration
Set whether the IAM client should expect to load credentials through a default credentials provider or to expect static credentials to be passed in.

T

toString() - Method in class org.apache.camel.component.aws2.iam.IAM2Producer
 

U

USERNAME - Static variable in interface org.apache.camel.component.aws2.iam.IAM2Constants
 

V

valueOf(String) - Static method in enum org.apache.camel.component.aws2.iam.IAM2Operations
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.camel.component.aws2.iam.IAM2Operations
Returns an array containing the constants of this enum type, in the order they are declared.
verifyConnectivity(Map<String, Object>) - Method in class org.apache.camel.component.aws2.iam.IAM2ComponentVerifierExtension
 
verifyParameters(Map<String, Object>) - Method in class org.apache.camel.component.aws2.iam.IAM2ComponentVerifierExtension
 
A B C D G I O P S T U V 
Skip navigation links

Apache Camel