Uses of Class
org.apache.camel.component.aws2.ecs.ECS2Configuration
Packages that use ECS2Configuration
Package
Description
-
Uses of ECS2Configuration in org.apache.camel.component.aws2.ecs
Methods in org.apache.camel.component.aws2.ecs that return ECS2ConfigurationModifier and TypeMethodDescriptionECS2Configuration.copy()ECS2Component.getConfiguration()ECS2Endpoint.getConfiguration()protected ECS2ConfigurationECS2Producer.getConfiguration()Methods in org.apache.camel.component.aws2.ecs with parameters of type ECS2ConfigurationModifier and TypeMethodDescriptionvoidECS2Component.setConfiguration(ECS2Configuration configuration) Component configurationConstructors in org.apache.camel.component.aws2.ecs with parameters of type ECS2ConfigurationModifierConstructorDescriptionECS2Endpoint(String uri, org.apache.camel.Component component, ECS2Configuration configuration) -
Uses of ECS2Configuration in org.apache.camel.component.aws2.ecs.client
Methods in org.apache.camel.component.aws2.ecs.client with parameters of type ECS2ConfigurationModifier and TypeMethodDescriptionstatic ECS2InternalClientECS2ClientFactory.getEcsClient(ECS2Configuration configuration) Return the correct AWS ECS client (based on remote vs local). -
Uses of ECS2Configuration in org.apache.camel.component.aws2.ecs.client.impl
Constructors in org.apache.camel.component.aws2.ecs.client.impl with parameters of type ECS2ConfigurationModifierConstructorDescriptionECS2ClientIAMOptimizedImpl(ECS2Configuration configuration) Constructor that uses the config file.ECS2ClientIAMProfileOptimizedImpl(ECS2Configuration configuration) Constructor that uses the config file.ECS2ClientSessionTokenImpl(ECS2Configuration configuration) Constructor that uses the config file.ECS2ClientStandardImpl(ECS2Configuration configuration) Constructor that uses the config file.