Uses of Class
com.amazonaws.neptune.auth.NeptuneSigV4SignerBase.NeptuneSigV4Signature
-
Packages that use NeptuneSigV4SignerBase.NeptuneSigV4Signature Package Description com.amazonaws.neptune.auth Authorization related code for Amazon Neptune, e.g. -
-
Uses of NeptuneSigV4SignerBase.NeptuneSigV4Signature in com.amazonaws.neptune.auth
Methods in com.amazonaws.neptune.auth with parameters of type NeptuneSigV4SignerBase.NeptuneSigV4Signature Modifier and Type Method Description protected voidNeptuneApacheHttpSigV4Signer. attachSignature(org.apache.http.client.methods.HttpUriRequest request, NeptuneSigV4SignerBase.NeptuneSigV4Signature signature)protected voidNeptuneNettyHttpSigV4Signer. attachSignature(io.netty.handler.codec.http.FullHttpRequest request, NeptuneSigV4SignerBase.NeptuneSigV4Signature signature)protected voidNeptuneRequestMetadataSigV4Signer. attachSignature(RequestMetadata request, NeptuneSigV4SignerBase.NeptuneSigV4Signature signature)Takes aRequestMetadataand updates the headers required for SigV4 auth.protected abstract voidNeptuneSigV4SignerBase. attachSignature(T nativeRequest, NeptuneSigV4SignerBase.NeptuneSigV4Signature signature)Attach the signature provided in the signature object to the nativeRequest.
-