A B C D G I M O P R S T U V 
All Classes All Packages

A

AWS2EC2ClientFactory - Class in org.apache.camel.component.aws2.ec2.client
Factory class to return the correct type of AWS Athena client.
AWS2EC2ClientIAMOptimizedImpl - Class in org.apache.camel.component.aws2.ec2.client.impl
Manage an AWS EC2 client for all users to use (enabling temporary creds).
AWS2EC2ClientIAMOptimizedImpl(AWS2EC2Configuration) - Constructor for class org.apache.camel.component.aws2.ec2.client.impl.AWS2EC2ClientIAMOptimizedImpl
Constructor that uses the config file.
AWS2EC2ClientStandardImpl - Class in org.apache.camel.component.aws2.ec2.client.impl
Manage an AWS EC2 client for all users to use.
AWS2EC2ClientStandardImpl(AWS2EC2Configuration) - Constructor for class org.apache.camel.component.aws2.ec2.client.impl.AWS2EC2ClientStandardImpl
Constructor that uses the config file.
AWS2EC2Component - Class in org.apache.camel.component.aws2.ec2
For working with Amazon's Elastic Compute Cloud (EC2) SDK v2.
AWS2EC2Component() - Constructor for class org.apache.camel.component.aws2.ec2.AWS2EC2Component
 
AWS2EC2Component(CamelContext) - Constructor for class org.apache.camel.component.aws2.ec2.AWS2EC2Component
 
AWS2EC2ComponentConfigurer - Class in org.apache.camel.component.aws2.ec2
Generated by camel build tools - do NOT edit this file!
AWS2EC2ComponentConfigurer() - Constructor for class org.apache.camel.component.aws2.ec2.AWS2EC2ComponentConfigurer
 
AWS2EC2Configuration - Class in org.apache.camel.component.aws2.ec2
 
AWS2EC2Configuration() - Constructor for class org.apache.camel.component.aws2.ec2.AWS2EC2Configuration
 
AWS2EC2Constants - Interface in org.apache.camel.component.aws2.ec2
Constants used in Camel AWS EC2 module SDK v2
AWS2EC2Endpoint - Class in org.apache.camel.component.aws2.ec2
Manage AWS EC2 instances using AWS SDK version 2.x.
AWS2EC2Endpoint(String, Component, AWS2EC2Configuration) - Constructor for class org.apache.camel.component.aws2.ec2.AWS2EC2Endpoint
 
AWS2EC2EndpointConfigurer - Class in org.apache.camel.component.aws2.ec2
Generated by camel build tools - do NOT edit this file!
AWS2EC2EndpointConfigurer() - Constructor for class org.apache.camel.component.aws2.ec2.AWS2EC2EndpointConfigurer
 
AWS2EC2EndpointUriFactory - Class in org.apache.camel.component.aws2.ec2
Generated by camel build tools - do NOT edit this file!
AWS2EC2EndpointUriFactory() - Constructor for class org.apache.camel.component.aws2.ec2.AWS2EC2EndpointUriFactory
 
AWS2EC2HealthCheck - Class in org.apache.camel.component.aws2.ec2
 
AWS2EC2HealthCheck(AWS2EC2Endpoint, String) - Constructor for class org.apache.camel.component.aws2.ec2.AWS2EC2HealthCheck
 
AWS2EC2InternalClient - Interface in org.apache.camel.component.aws2.ec2.client
Manage the required actions of an EC2 client for either local or remote.
AWS2EC2Operations - Enum in org.apache.camel.component.aws2.ec2
 
AWS2EC2Producer - Class in org.apache.camel.component.aws2.ec2
A Producer which sends messages to the Amazon EC2 Service AWS EC2
AWS2EC2Producer(Endpoint) - Constructor for class org.apache.camel.component.aws2.ec2.AWS2EC2Producer
 

B

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

C

configure(CamelContext, Object, String, Object, boolean) - Method in class org.apache.camel.component.aws2.ec2.AWS2EC2ComponentConfigurer
 
configure(CamelContext, Object, String, Object, boolean) - Method in class org.apache.camel.component.aws2.ec2.AWS2EC2EndpointConfigurer
 
copy() - Method in class org.apache.camel.component.aws2.ec2.AWS2EC2Configuration
 
createAndRunInstances - org.apache.camel.component.aws2.ec2.AWS2EC2Operations
 
createConsumer(Processor) - Method in class org.apache.camel.component.aws2.ec2.AWS2EC2Endpoint
 
createEndpoint(String, String, Map<String, Object>) - Method in class org.apache.camel.component.aws2.ec2.AWS2EC2Component
 
createProducer() - Method in class org.apache.camel.component.aws2.ec2.AWS2EC2Endpoint
 
createTags - org.apache.camel.component.aws2.ec2.AWS2EC2Operations
 

D

deleteTags - org.apache.camel.component.aws2.ec2.AWS2EC2Operations
 
describeInstances - org.apache.camel.component.aws2.ec2.AWS2EC2Operations
 
describeInstancesStatus - org.apache.camel.component.aws2.ec2.AWS2EC2Operations
 
doCall(HealthCheckResultBuilder, Map<String, Object>) - Method in class org.apache.camel.component.aws2.ec2.AWS2EC2HealthCheck
 
doStart() - Method in class org.apache.camel.component.aws2.ec2.AWS2EC2Endpoint
 
doStop() - Method in class org.apache.camel.component.aws2.ec2.AWS2EC2Endpoint
 

G

getAccessKey() - Method in class org.apache.camel.component.aws2.ec2.AWS2EC2Configuration
 
getAmazonEc2Client() - Method in class org.apache.camel.component.aws2.ec2.AWS2EC2Configuration
 
getAutowiredNames() - Method in class org.apache.camel.component.aws2.ec2.AWS2EC2ComponentConfigurer
 
getAutowiredNames() - Method in class org.apache.camel.component.aws2.ec2.AWS2EC2EndpointConfigurer
 
getConfiguration() - Method in class org.apache.camel.component.aws2.ec2.AWS2EC2Component
 
getConfiguration() - Method in class org.apache.camel.component.aws2.ec2.AWS2EC2Endpoint
 
getConfiguration() - Method in class org.apache.camel.component.aws2.ec2.AWS2EC2Producer
 
getEc2Client() - Method in class org.apache.camel.component.aws2.ec2.AWS2EC2Endpoint
 
getEc2Client() - Method in interface org.apache.camel.component.aws2.ec2.client.AWS2EC2InternalClient
Returns an EC2 client after a factory method determines which one to return.
getEc2Client() - Method in class org.apache.camel.component.aws2.ec2.client.impl.AWS2EC2ClientIAMOptimizedImpl
Getting the EC2 aws client that is used.
getEc2Client() - Method in class org.apache.camel.component.aws2.ec2.client.impl.AWS2EC2ClientStandardImpl
Getting the EC2 AWS client that is used.
getEc2Client(AWS2EC2Configuration) - Static method in class org.apache.camel.component.aws2.ec2.client.AWS2EC2ClientFactory
Return the correct AWS EC2 client (based on remote vs local).
getEndpoint() - Method in class org.apache.camel.component.aws2.ec2.AWS2EC2Producer
 
getMessageForResponse(Exchange) - Static method in class org.apache.camel.component.aws2.ec2.AWS2EC2Producer
 
getOperation() - Method in class org.apache.camel.component.aws2.ec2.AWS2EC2Configuration
 
getOptionType(String, boolean) - Method in class org.apache.camel.component.aws2.ec2.AWS2EC2ComponentConfigurer
 
getOptionType(String, boolean) - Method in class org.apache.camel.component.aws2.ec2.AWS2EC2EndpointConfigurer
 
getOptionValue(Object, String, boolean) - Method in class org.apache.camel.component.aws2.ec2.AWS2EC2ComponentConfigurer
 
getOptionValue(Object, String, boolean) - Method in class org.apache.camel.component.aws2.ec2.AWS2EC2EndpointConfigurer
 
getProxyHost() - Method in class org.apache.camel.component.aws2.ec2.AWS2EC2Configuration
 
getProxyPort() - Method in class org.apache.camel.component.aws2.ec2.AWS2EC2Configuration
 
getProxyProtocol() - Method in class org.apache.camel.component.aws2.ec2.AWS2EC2Configuration
 
getRegion() - Method in class org.apache.camel.component.aws2.ec2.AWS2EC2Configuration
 
getSecretKey() - Method in class org.apache.camel.component.aws2.ec2.AWS2EC2Configuration
 
getUriEndpointOverride() - Method in class org.apache.camel.component.aws2.ec2.AWS2EC2Configuration
 

I

IMAGE_ID - Static variable in interface org.apache.camel.component.aws2.ec2.AWS2EC2Constants
 
INSTANCE_EBS_OPTIMIZED - Static variable in interface org.apache.camel.component.aws2.ec2.AWS2EC2Constants
 
INSTANCE_KERNEL_ID - Static variable in interface org.apache.camel.component.aws2.ec2.AWS2EC2Constants
 
INSTANCE_MAX_COUNT - Static variable in interface org.apache.camel.component.aws2.ec2.AWS2EC2Constants
 
INSTANCE_MIN_COUNT - Static variable in interface org.apache.camel.component.aws2.ec2.AWS2EC2Constants
 
INSTANCE_MONITORING - Static variable in interface org.apache.camel.component.aws2.ec2.AWS2EC2Constants
 
INSTANCE_SECURITY_GROUPS - Static variable in interface org.apache.camel.component.aws2.ec2.AWS2EC2Constants
 
INSTANCE_TYPE - Static variable in interface org.apache.camel.component.aws2.ec2.AWS2EC2Constants
 
INSTANCES_CLIENT_TOKEN - Static variable in interface org.apache.camel.component.aws2.ec2.AWS2EC2Constants
 
INSTANCES_IDS - Static variable in interface org.apache.camel.component.aws2.ec2.AWS2EC2Constants
 
INSTANCES_KEY_PAIR - Static variable in interface org.apache.camel.component.aws2.ec2.AWS2EC2Constants
 
INSTANCES_PLACEMENT - Static variable in interface org.apache.camel.component.aws2.ec2.AWS2EC2Constants
 
INSTANCES_TAGS - Static variable in interface org.apache.camel.component.aws2.ec2.AWS2EC2Constants
 
isEnabled(String) - Method in class org.apache.camel.component.aws2.ec2.AWS2EC2EndpointUriFactory
 
isLenientProperties() - Method in class org.apache.camel.component.aws2.ec2.AWS2EC2EndpointUriFactory
 
isOverrideEndpoint() - Method in class org.apache.camel.component.aws2.ec2.AWS2EC2Configuration
 
isPojoRequest() - Method in class org.apache.camel.component.aws2.ec2.AWS2EC2Configuration
 
isTrustAllCertificates() - Method in class org.apache.camel.component.aws2.ec2.AWS2EC2Configuration
 
isUseDefaultCredentialsProvider() - Method in class org.apache.camel.component.aws2.ec2.AWS2EC2Configuration
 

M

monitorInstances - org.apache.camel.component.aws2.ec2.AWS2EC2Operations
 
multiValuePrefixes() - Method in class org.apache.camel.component.aws2.ec2.AWS2EC2EndpointUriFactory
 

O

OPERATION - Static variable in interface org.apache.camel.component.aws2.ec2.AWS2EC2Constants
 
org.apache.camel.component.aws2.ec2 - package org.apache.camel.component.aws2.ec2
 
org.apache.camel.component.aws2.ec2.client - package org.apache.camel.component.aws2.ec2.client
 
org.apache.camel.component.aws2.ec2.client.impl - package org.apache.camel.component.aws2.ec2.client.impl
 

P

process(Exchange) - Method in class org.apache.camel.component.aws2.ec2.AWS2EC2Producer
 
propertyNames() - Method in class org.apache.camel.component.aws2.ec2.AWS2EC2EndpointUriFactory
 

R

rebootInstances - org.apache.camel.component.aws2.ec2.AWS2EC2Operations
 

S

secretPropertyNames() - Method in class org.apache.camel.component.aws2.ec2.AWS2EC2EndpointUriFactory
 
setAccessKey(String) - Method in class org.apache.camel.component.aws2.ec2.AWS2EC2Configuration
Amazon AWS Access Key
setAmazonEc2Client(Ec2Client) - Method in class org.apache.camel.component.aws2.ec2.AWS2EC2Configuration
To use a existing configured AmazonEC2Client as client
setConfiguration(AWS2EC2Configuration) - Method in class org.apache.camel.component.aws2.ec2.AWS2EC2Component
The component configuration
setOperation(AWS2EC2Operations) - Method in class org.apache.camel.component.aws2.ec2.AWS2EC2Configuration
The operation to perform.
setOverrideEndpoint(boolean) - Method in class org.apache.camel.component.aws2.ec2.AWS2EC2Configuration
Set the need for overidding the endpoint.
setPojoRequest(boolean) - Method in class org.apache.camel.component.aws2.ec2.AWS2EC2Configuration
If we want to use a POJO request as body or not
setProxyHost(String) - Method in class org.apache.camel.component.aws2.ec2.AWS2EC2Configuration
To define a proxy host when instantiating the EC2 client
setProxyPort(Integer) - Method in class org.apache.camel.component.aws2.ec2.AWS2EC2Configuration
To define a proxy port when instantiating the EC2 client
setProxyProtocol(Protocol) - Method in class org.apache.camel.component.aws2.ec2.AWS2EC2Configuration
To define a proxy protocol when instantiating the EC2 client
setRegion(String) - Method in class org.apache.camel.component.aws2.ec2.AWS2EC2Configuration
The region in which EC2 client needs to work.
setSecretKey(String) - Method in class org.apache.camel.component.aws2.ec2.AWS2EC2Configuration
Amazon AWS Secret Key
setTrustAllCertificates(boolean) - Method in class org.apache.camel.component.aws2.ec2.AWS2EC2Configuration
If we want to trust all certificates in case of overriding the endpoint
setUriEndpointOverride(String) - Method in class org.apache.camel.component.aws2.ec2.AWS2EC2Configuration
Set the overriding uri endpoint.
setUseDefaultCredentialsProvider(Boolean) - Method in class org.apache.camel.component.aws2.ec2.AWS2EC2Configuration
Set whether the EC2 client should expect to load credentials through a default credentials provider or to expect static credentials to be passed in.
startInstances - org.apache.camel.component.aws2.ec2.AWS2EC2Operations
 
stopInstances - org.apache.camel.component.aws2.ec2.AWS2EC2Operations
 
SUBNET_ID - Static variable in interface org.apache.camel.component.aws2.ec2.AWS2EC2Constants
 

T

terminateInstances - org.apache.camel.component.aws2.ec2.AWS2EC2Operations
 
toString() - Method in class org.apache.camel.component.aws2.ec2.AWS2EC2Producer
 

U

unmonitorInstances - org.apache.camel.component.aws2.ec2.AWS2EC2Operations
 

V

valueOf(String) - Static method in enum org.apache.camel.component.aws2.ec2.AWS2EC2Operations
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.camel.component.aws2.ec2.AWS2EC2Operations
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D G I M O P R S T U V 
All Classes All Packages