Index

A B C D G I M O P R S T V 
All Classes and Interfaces|All Packages|Constant Field Values

A

AWSConfigClientFactory - Class in org.apache.camel.component.aws.config.client
Factory class to return the correct type of AWS Config client.
AWSConfigClientIAMOptimizedImpl - Class in org.apache.camel.component.aws.config.client.impl
Manage an AWS Config client for all users to use (enabling temporary creds).
AWSConfigClientIAMOptimizedImpl(AWSConfigConfiguration) - Constructor for class org.apache.camel.component.aws.config.client.impl.AWSConfigClientIAMOptimizedImpl
Constructor that uses the config file.
AWSConfigClientIAMProfileOptimizedImpl - Class in org.apache.camel.component.aws.config.client.impl
Manage an AWS Config client for all users to use (enabling temporary creds).
AWSConfigClientIAMProfileOptimizedImpl(AWSConfigConfiguration) - Constructor for class org.apache.camel.component.aws.config.client.impl.AWSConfigClientIAMProfileOptimizedImpl
Constructor that uses the config file.
AWSConfigClientSessionTokenImpl - Class in org.apache.camel.component.aws.config.client.impl
Manage an AWS Config client for all users to use.
AWSConfigClientSessionTokenImpl(AWSConfigConfiguration) - Constructor for class org.apache.camel.component.aws.config.client.impl.AWSConfigClientSessionTokenImpl
Constructor that uses the config file.
AWSConfigClientStandardImpl - Class in org.apache.camel.component.aws.config.client.impl
Manage an AWS Config client for all users to use.
AWSConfigClientStandardImpl(AWSConfigConfiguration) - Constructor for class org.apache.camel.component.aws.config.client.impl.AWSConfigClientStandardImpl
Constructor that uses the config file.
AWSConfigComponent - Class in org.apache.camel.component.aws.config
For working with Amazon Config SDK v2.
AWSConfigComponent() - Constructor for class org.apache.camel.component.aws.config.AWSConfigComponent
 
AWSConfigComponent(CamelContext) - Constructor for class org.apache.camel.component.aws.config.AWSConfigComponent
 
AWSConfigComponentConfigurer - Class in org.apache.camel.component.aws.config
Generated by camel build tools - do NOT edit this file!
AWSConfigComponentConfigurer() - Constructor for class org.apache.camel.component.aws.config.AWSConfigComponentConfigurer
 
AWSConfigConfiguration - Class in org.apache.camel.component.aws.config
 
AWSConfigConfiguration() - Constructor for class org.apache.camel.component.aws.config.AWSConfigConfiguration
 
AWSConfigConstants - Interface in org.apache.camel.component.aws.config
Constants used in Camel AWS Config module
AWSConfigEndpoint - Class in org.apache.camel.component.aws.config
Manage AWS Config service.
AWSConfigEndpoint(String, Component, AWSConfigConfiguration) - Constructor for class org.apache.camel.component.aws.config.AWSConfigEndpoint
 
AWSConfigEndpointConfigurer - Class in org.apache.camel.component.aws.config
Generated by camel build tools - do NOT edit this file!
AWSConfigEndpointConfigurer() - Constructor for class org.apache.camel.component.aws.config.AWSConfigEndpointConfigurer
 
AWSConfigEndpointUriFactory - Class in org.apache.camel.component.aws.config
Generated by camel build tools - do NOT edit this file!
AWSConfigEndpointUriFactory() - Constructor for class org.apache.camel.component.aws.config.AWSConfigEndpointUriFactory
 
AWSConfigInternalClient - Interface in org.apache.camel.component.aws.config.client
Manage the required actions of a Config client for either local or remote.
AWSConfigOperations - Enum Class in org.apache.camel.component.aws.config
 
AWSConfigProducer - Class in org.apache.camel.component.aws.config
A Producer which sends messages to the Amazon Config Service SDK v2 AWS Config
AWSConfigProducer(Endpoint) - Constructor for class org.apache.camel.component.aws.config.AWSConfigProducer
 
AWSConfigProducerHealthCheck - Class in org.apache.camel.component.aws.config
 
AWSConfigProducerHealthCheck(AWSConfigEndpoint, String) - Constructor for class org.apache.camel.component.aws.config.AWSConfigProducerHealthCheck
 

B

buildUri(String, Map<String, Object>, boolean) - Method in class org.apache.camel.component.aws.config.AWSConfigEndpointUriFactory
 

C

configure(CamelContext, Object, String, Object, boolean) - Method in class org.apache.camel.component.aws.config.AWSConfigComponentConfigurer
 
configure(CamelContext, Object, String, Object, boolean) - Method in class org.apache.camel.component.aws.config.AWSConfigEndpointConfigurer
 
CONFORMACE_PACK_NAME - Static variable in interface org.apache.camel.component.aws.config.AWSConfigConstants
 
CONFORMACE_PACK_S3_TEMPLATE_URI - Static variable in interface org.apache.camel.component.aws.config.AWSConfigConstants
 
CONFORMACE_PACK_TEMPLATE_BODY - Static variable in interface org.apache.camel.component.aws.config.AWSConfigConstants
 
copy() - Method in class org.apache.camel.component.aws.config.AWSConfigConfiguration
 
createConsumer(Processor) - Method in class org.apache.camel.component.aws.config.AWSConfigEndpoint
 
createEndpoint(String, String, Map<String, Object>) - Method in class org.apache.camel.component.aws.config.AWSConfigComponent
 
createProducer() - Method in class org.apache.camel.component.aws.config.AWSConfigEndpoint
 

D

describeRuleCompliance - Enum constant in enum class org.apache.camel.component.aws.config.AWSConfigOperations
 
doCall(HealthCheckResultBuilder, Map<String, Object>) - Method in class org.apache.camel.component.aws.config.AWSConfigProducerHealthCheck
 
doStart() - Method in class org.apache.camel.component.aws.config.AWSConfigEndpoint
 
doStart() - Method in class org.apache.camel.component.aws.config.AWSConfigProducer
 
doStop() - Method in class org.apache.camel.component.aws.config.AWSConfigEndpoint
 
doStop() - Method in class org.apache.camel.component.aws.config.AWSConfigProducer
 

G

getAccessKey() - Method in class org.apache.camel.component.aws.config.AWSConfigConfiguration
 
getAutowiredNames() - Method in class org.apache.camel.component.aws.config.AWSConfigComponentConfigurer
 
getAutowiredNames() - Method in class org.apache.camel.component.aws.config.AWSConfigEndpointConfigurer
 
getComponent() - Method in class org.apache.camel.component.aws.config.AWSConfigEndpoint
 
getConfigClient() - Method in class org.apache.camel.component.aws.config.AWSConfigConfiguration
 
getConfigClient() - Method in class org.apache.camel.component.aws.config.AWSConfigEndpoint
 
getConfigClient() - Method in interface org.apache.camel.component.aws.config.client.AWSConfigInternalClient
Returns a Config client after a factory method determines which one to return.
getConfigClient() - Method in class org.apache.camel.component.aws.config.client.impl.AWSConfigClientIAMOptimizedImpl
Getting the Config aws client that is used.
getConfigClient() - Method in class org.apache.camel.component.aws.config.client.impl.AWSConfigClientIAMProfileOptimizedImpl
Getting the Config aws client that is used.
getConfigClient() - Method in class org.apache.camel.component.aws.config.client.impl.AWSConfigClientSessionTokenImpl
Getting the Config AWS client that is used.
getConfigClient() - Method in class org.apache.camel.component.aws.config.client.impl.AWSConfigClientStandardImpl
Getting the Config AWS client that is used.
getConfigClient(AWSConfigConfiguration) - Static method in class org.apache.camel.component.aws.config.client.AWSConfigClientFactory
Return the correct AWS Config client (based on remote vs local).
getConfiguration() - Method in class org.apache.camel.component.aws.config.AWSConfigComponent
 
getConfiguration() - Method in class org.apache.camel.component.aws.config.AWSConfigEndpoint
 
getConfiguration() - Method in class org.apache.camel.component.aws.config.AWSConfigProducer
 
getEndpoint() - Method in class org.apache.camel.component.aws.config.AWSConfigProducer
 
getMessageForResponse(Exchange) - Static method in class org.apache.camel.component.aws.config.AWSConfigProducer
 
getOperation() - Method in class org.apache.camel.component.aws.config.AWSConfigConfiguration
 
getOptionType(String, boolean) - Method in class org.apache.camel.component.aws.config.AWSConfigComponentConfigurer
 
getOptionType(String, boolean) - Method in class org.apache.camel.component.aws.config.AWSConfigEndpointConfigurer
 
getOptionValue(Object, String, boolean) - Method in class org.apache.camel.component.aws.config.AWSConfigComponentConfigurer
 
getOptionValue(Object, String, boolean) - Method in class org.apache.camel.component.aws.config.AWSConfigEndpointConfigurer
 
getProfileCredentialsName() - Method in class org.apache.camel.component.aws.config.AWSConfigConfiguration
 
getProxyHost() - Method in class org.apache.camel.component.aws.config.AWSConfigConfiguration
 
getProxyPort() - Method in class org.apache.camel.component.aws.config.AWSConfigConfiguration
 
getProxyProtocol() - Method in class org.apache.camel.component.aws.config.AWSConfigConfiguration
 
getRegion() - Method in class org.apache.camel.component.aws.config.AWSConfigConfiguration
 
getSecretKey() - Method in class org.apache.camel.component.aws.config.AWSConfigConfiguration
 
getServiceProtocol() - Method in class org.apache.camel.component.aws.config.AWSConfigEndpoint
 
getServiceUrl() - Method in class org.apache.camel.component.aws.config.AWSConfigEndpoint
 
getSessionToken() - Method in class org.apache.camel.component.aws.config.AWSConfigConfiguration
 
getUriEndpointOverride() - Method in class org.apache.camel.component.aws.config.AWSConfigConfiguration
 

I

isEnabled(String) - Method in class org.apache.camel.component.aws.config.AWSConfigEndpointUriFactory
 
isLenientProperties() - Method in class org.apache.camel.component.aws.config.AWSConfigEndpointUriFactory
 
isOverrideEndpoint() - Method in class org.apache.camel.component.aws.config.AWSConfigConfiguration
 
isPojoRequest() - Method in class org.apache.camel.component.aws.config.AWSConfigConfiguration
 
isTrustAllCertificates() - Method in class org.apache.camel.component.aws.config.AWSConfigConfiguration
 
isUseDefaultCredentialsProvider() - Method in class org.apache.camel.component.aws.config.AWSConfigConfiguration
 
isUseProfileCredentialsProvider() - Method in class org.apache.camel.component.aws.config.AWSConfigConfiguration
 
isUseSessionCredentials() - Method in class org.apache.camel.component.aws.config.AWSConfigConfiguration
 

M

multiValuePrefixes() - Method in class org.apache.camel.component.aws.config.AWSConfigEndpointUriFactory
 

O

OPERATION - Static variable in interface org.apache.camel.component.aws.config.AWSConfigConstants
 
org.apache.camel.component.aws.config - package org.apache.camel.component.aws.config
 
org.apache.camel.component.aws.config.client - package org.apache.camel.component.aws.config.client
 
org.apache.camel.component.aws.config.client.impl - package org.apache.camel.component.aws.config.client.impl
 

P

process(Exchange) - Method in class org.apache.camel.component.aws.config.AWSConfigProducer
 
propertyNames() - Method in class org.apache.camel.component.aws.config.AWSConfigEndpointUriFactory
 
putConfigRule - Enum constant in enum class org.apache.camel.component.aws.config.AWSConfigOperations
 
putConformancePack - Enum constant in enum class org.apache.camel.component.aws.config.AWSConfigOperations
 

R

removeConfigRule - Enum constant in enum class org.apache.camel.component.aws.config.AWSConfigOperations
 
removeConformancePack - Enum constant in enum class org.apache.camel.component.aws.config.AWSConfigOperations
 
RULE_NAME - Static variable in interface org.apache.camel.component.aws.config.AWSConfigConstants
 
RULE_SOURCE_IDENTIFIER - Static variable in interface org.apache.camel.component.aws.config.AWSConfigConstants
 

S

secretPropertyNames() - Method in class org.apache.camel.component.aws.config.AWSConfigEndpointUriFactory
 
setAccessKey(String) - Method in class org.apache.camel.component.aws.config.AWSConfigConfiguration
Amazon AWS Access Key
setConfigClient(ConfigClient) - Method in class org.apache.camel.component.aws.config.AWSConfigConfiguration
Amazon AWS Config Client instance
setConfiguration(AWSConfigConfiguration) - Method in class org.apache.camel.component.aws.config.AWSConfigComponent
Component configuration
setOperation(AWSConfigOperations) - Method in class org.apache.camel.component.aws.config.AWSConfigConfiguration
The operation to perform
setOverrideEndpoint(boolean) - Method in class org.apache.camel.component.aws.config.AWSConfigConfiguration
Set the need for overriding the endpoint.
setPojoRequest(boolean) - Method in class org.apache.camel.component.aws.config.AWSConfigConfiguration
If we want to use a POJO request as body or not
setProfileCredentialsName(String) - Method in class org.apache.camel.component.aws.config.AWSConfigConfiguration
If using a profile credentials provider, this parameter will set the profile name
setProxyHost(String) - Method in class org.apache.camel.component.aws.config.AWSConfigConfiguration
To define a proxy host when instantiating the Config client
setProxyPort(Integer) - Method in class org.apache.camel.component.aws.config.AWSConfigConfiguration
To define a proxy port when instantiating the Config client
setProxyProtocol(Protocol) - Method in class org.apache.camel.component.aws.config.AWSConfigConfiguration
To define a proxy protocol when instantiating the Config client
setRegion(String) - Method in class org.apache.camel.component.aws.config.AWSConfigConfiguration
The region in which the Config client needs to work.
setSecretKey(String) - Method in class org.apache.camel.component.aws.config.AWSConfigConfiguration
Amazon AWS Secret Key
setSessionToken(String) - Method in class org.apache.camel.component.aws.config.AWSConfigConfiguration
Amazon AWS Session Token used when the user needs to assume an IAM role
setTrustAllCertificates(boolean) - Method in class org.apache.camel.component.aws.config.AWSConfigConfiguration
If we want to trust all certificates in case of overriding the endpoint
setUriEndpointOverride(String) - Method in class org.apache.camel.component.aws.config.AWSConfigConfiguration
Set the overriding uri endpoint.
setUseDefaultCredentialsProvider(Boolean) - Method in class org.apache.camel.component.aws.config.AWSConfigConfiguration
Set whether the Config 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.aws.config.AWSConfigConfiguration
Set whether the Config client should expect to load credentials through a profile credentials provider.
setUseSessionCredentials(boolean) - Method in class org.apache.camel.component.aws.config.AWSConfigConfiguration
Set whether the Config client should expect to use Session Credentials.
SOURCE - Static variable in interface org.apache.camel.component.aws.config.AWSConfigConstants
 

T

toString() - Method in class org.apache.camel.component.aws.config.AWSConfigProducer
 

V

valueOf(String) - Static method in enum class org.apache.camel.component.aws.config.AWSConfigOperations
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.apache.camel.component.aws.config.AWSConfigOperations
Returns an array containing the constants of this enum class, in the order they are declared.
A B C D G I M O P R S T V 
All Classes and Interfaces|All Packages|Constant Field Values