Uses of Interface
software.amazon.awssdk.http.auth.spi.signer.HttpSigner
Packages that use HttpSigner
Package
Description
-
Uses of HttpSigner in software.amazon.awssdk.http.auth.spi.internal.signer
Classes in software.amazon.awssdk.http.auth.spi.internal.signer that implement HttpSigner -
Uses of HttpSigner in software.amazon.awssdk.http.auth.spi.scheme
Methods in software.amazon.awssdk.http.auth.spi.scheme that return HttpSignerModifier and TypeMethodDescriptionAuthScheme.signer()Retrieve the signer associated with this authentication scheme. -
Uses of HttpSigner in software.amazon.awssdk.http.auth.spi.signer
Methods in software.amazon.awssdk.http.auth.spi.signer that return HttpSignerModifier and TypeMethodDescriptiondefault <T extends Identity>
HttpSigner<T>HttpSigner.doNotSign()Retrieve a signer that returns the input message, without signing.