public AmazonSNSExtendedClientBase()

in src/main/java/software/amazon/sns/AmazonSNSExtendedClientBase.java [18:20]


    public AmazonSNSExtendedClientBase(AmazonSNS amazonSNSToBeExtended) {
        this.amazonSNSToBeExtended = amazonSNSToBeExtended;
    }