Uses of Interface
software.amazon.awssdk.http.auth.spi.signer.HttpSigner
-
Packages that use HttpSigner Package Description software.amazon.awssdk.http.auth.spi.internal.signer software.amazon.awssdk.http.auth.spi.scheme software.amazon.awssdk.http.auth.spi.signer -
-
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 Modifier and Type Class Description classNoOpHttpSigner<T extends Identity> -
Uses of HttpSigner in software.amazon.awssdk.http.auth.spi.scheme
Methods in software.amazon.awssdk.http.auth.spi.scheme that return HttpSigner Modifier and Type Method Description HttpSigner<T>AuthScheme. 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 HttpSigner Modifier and Type Method Description default <T extends Identity>
HttpSigner<T>HttpSigner. doNotSign()Retrieve a signer that returns the input message, without signing.
-