public NeptuneNettyHttpSigV4Signer()

in src/main/java/com/amazonaws/neptune/auth/NeptuneNettyHttpSigV4Signer.java [55:58]


    public NeptuneNettyHttpSigV4Signer(final String regionName,
                                       final AWSCredentialsProvider v1AwsCredentialProvider) throws NeptuneSigV4SignerException {
        super(regionName, v1AwsCredentialProvider);
    }