Uses of Interface
org.apache.camel.component.aws2.ecs.client.ECS2InternalClient
-
Packages that use ECS2InternalClient Package Description org.apache.camel.component.aws2.ecs.client org.apache.camel.component.aws2.ecs.client.impl -
-
Uses of ECS2InternalClient in org.apache.camel.component.aws2.ecs.client
Methods in org.apache.camel.component.aws2.ecs.client that return ECS2InternalClient Modifier and Type Method Description static ECS2InternalClientECS2ClientFactory. getEcsClient(ECS2Configuration configuration)Return the correct AWS ECS client (based on remote vs local). -
Uses of ECS2InternalClient in org.apache.camel.component.aws2.ecs.client.impl
Classes in org.apache.camel.component.aws2.ecs.client.impl that implement ECS2InternalClient Modifier and Type Class Description classECS2ClientIAMOptimizedImplManage an AWS ECS client for all users to use (enabling temporary creds).classECS2ClientStandardImplManage an AWS ECS client for all users to use.
-