Uses of Interface
software.amazon.awssdk.http.auth.spi.signer.SignRequest
Packages that use SignRequest
Package
Description
-
Uses of SignRequest in software.amazon.awssdk.http.auth.spi.internal.signer
Classes in software.amazon.awssdk.http.auth.spi.internal.signer that implement SignRequestMethods in software.amazon.awssdk.http.auth.spi.internal.signer that return SignRequestMethods in software.amazon.awssdk.http.auth.spi.internal.signer with parameters of type SignRequest -
Uses of SignRequest in software.amazon.awssdk.http.auth.spi.signer
Methods in software.amazon.awssdk.http.auth.spi.signer with parameters of type SignRequestModifier and TypeMethodDescriptionHttpSigner.sign(SignRequest<? extends IdentityT> request) Method that takes in inputs to sign a request with sync payload and returns a signed version of the request.