Package com.amazonaws.auth
Class NoOpSigner
- java.lang.Object
-
- com.amazonaws.auth.NoOpSigner
-
-
Constructor Summary
Constructors Constructor Description NoOpSigner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
sign(SignableRequest<?> request, AWSCredentials credentials)
Sign the given request with the given set of credentials.
-
-
-
Method Detail
-
sign
public void sign(SignableRequest<?> request, AWSCredentials credentials)
Description copied from interface:Signer
Sign the given request with the given set of credentials. Modifies the passed-in request to apply the signature.
-
-