Uses of Interface
software.amazon.awssdk.http.auth.spi.signer.HttpSigner
-
Packages that use HttpSigner Package Description software.amazon.awssdk.http.auth.spi.scheme -
-
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.
-