Uses of Class
org.apache.camel.component.aws2.ecs.ECS2Configuration
-
Packages that use ECS2Configuration Package Description org.apache.camel.component.aws2.ecs org.apache.camel.component.aws2.ecs.client org.apache.camel.component.aws2.ecs.client.impl -
-
Uses of ECS2Configuration in org.apache.camel.component.aws2.ecs
Methods in org.apache.camel.component.aws2.ecs that return ECS2Configuration Modifier and Type Method Description ECS2ConfigurationECS2Configuration. copy()ECS2ConfigurationECS2Component. getConfiguration()ECS2ConfigurationECS2Endpoint. getConfiguration()protected ECS2ConfigurationECS2Producer. getConfiguration()Methods in org.apache.camel.component.aws2.ecs with parameters of type ECS2Configuration Modifier and Type Method Description voidECS2Component. setConfiguration(ECS2Configuration configuration)Component configurationConstructors in org.apache.camel.component.aws2.ecs with parameters of type ECS2Configuration Constructor Description ECS2Endpoint(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 ECS2Configuration Modifier and Type Method Description static 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 ECS2Configuration Constructor Description ECS2ClientIAMOptimizedImpl(ECS2Configuration configuration)Constructor that uses the config file.ECS2ClientStandardImpl(ECS2Configuration configuration)Constructor that uses the config file.
-