Class 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 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 interface Sns2InternalClient
        Returns:
        Amazon SNS Client.