public NeptuneApacheHttpSigV4Signer()

in src/main/java/com/amazonaws/neptune/auth/NeptuneApacheHttpSigV4Signer.java [109:114]


    public NeptuneApacheHttpSigV4Signer(final String regionName,
                                        final AwsCredentialsProvider awsCredentialsProvider,
                                        final String serviceName) throws NeptuneSigV4SignerException {

        super(regionName, awsCredentialsProvider, serviceName);
    }