Class ECS2ClientStandardImpl
- java.lang.Object
-
- org.apache.camel.component.aws2.ecs.client.impl.ECS2ClientStandardImpl
-
- All Implemented Interfaces:
ECS2InternalClient
public class ECS2ClientStandardImpl extends Object implements ECS2InternalClient
Manage an AWS ECS client for all users to use. This implementation is for local instances to use a static and solid credential set.
-
-
Constructor Summary
Constructors Constructor Description ECS2ClientStandardImpl(ECS2Configuration configuration)Constructor that uses the config file.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description software.amazon.awssdk.services.ecs.EcsClientgetEcsClient()Getting the ECS AWS client that is used.
-
-
-
Constructor Detail
-
ECS2ClientStandardImpl
public ECS2ClientStandardImpl(ECS2Configuration configuration)
Constructor that uses the config file.
-
-
Method Detail
-
getEcsClient
public software.amazon.awssdk.services.ecs.EcsClient getEcsClient()
Getting the ECS AWS client that is used.- Specified by:
getEcsClientin interfaceECS2InternalClient- Returns:
- Amazon ECS Client.
-
-