Class Sns2ClientStandardImpl
- java.lang.Object
-
- org.apache.camel.component.aws2.sns.client.impl.Sns2ClientStandardImpl
-
- All Implemented Interfaces:
Sns2InternalClient
public class Sns2ClientStandardImpl extends Object implements Sns2InternalClient
Manage an AWS SNS 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 Sns2ClientStandardImpl(Sns2Configuration configuration)
Constructor that uses the config file.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description software.amazon.awssdk.services.sns.SnsClient
getSNSClient()
Getting the SNS aws client that is used.
-
-
-
Constructor Detail
-
Sns2ClientStandardImpl
public Sns2ClientStandardImpl(Sns2Configuration configuration)
Constructor that uses the config file.
-
-
Method Detail
-
getSNSClient
public software.amazon.awssdk.services.sns.SnsClient getSNSClient()
Getting the SNS aws client that is used.- Specified by:
getSNSClient
in interfaceSns2InternalClient
- Returns:
- Amazon SNS Client.
-
-