Class NoOpSigner
- java.lang.Object
-
- software.amazon.awssdk.core.signer.NoOpSigner
-
-
Constructor Summary
Constructors Constructor Description NoOpSigner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SdkHttpFullRequestpresign(SdkHttpFullRequest request, ExecutionAttributes executionAttributes)Method that takes in an request and returns a pre signed version of the request.SdkHttpFullRequestsign(SdkHttpFullRequest request, ExecutionAttributes executionAttributes)Method that takes in an request and returns a signed version of the request.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.core.signer.Signer
credentialType
-
-
-
-
Method Detail
-
presign
public SdkHttpFullRequest presign(SdkHttpFullRequest request, ExecutionAttributes executionAttributes)
Description copied from interface:PresignerMethod that takes in an request and returns a pre signed version of the request.
-
sign
public SdkHttpFullRequest sign(SdkHttpFullRequest request, ExecutionAttributes executionAttributes)
Description copied from interface:SignerMethod that takes in an request and returns a signed version of the request.
-
-