Class DefaultAwsCrtS3V4aSigner
- java.lang.Object
-
- software.amazon.awssdk.authcrt.signer.internal.DefaultAwsCrtS3V4aSigner
-
- All Implemented Interfaces:
AwsCrtS3V4aSigner,Presigner,Signer
public final class DefaultAwsCrtS3V4aSigner extends Object implements AwsCrtS3V4aSigner
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface software.amazon.awssdk.authcrt.signer.AwsCrtS3V4aSigner
AwsCrtS3V4aSigner.Builder
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AwsCrtS3V4aSigner.Builderbuilder()static AwsCrtS3V4aSignercreate()Create a default AwsS34aSigner.SdkHttpFullRequestpresign(SdkHttpFullRequest request, ExecutionAttributes executionAttributes)SdkHttpFullRequestsign(SdkHttpFullRequest request, ExecutionAttributes executionAttributes)-
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
-
create
public static AwsCrtS3V4aSigner create()
Description copied from interface:AwsCrtS3V4aSignerCreate a default AwsS34aSigner.
-
builder
public static AwsCrtS3V4aSigner.Builder builder()
-
sign
public SdkHttpFullRequest sign(SdkHttpFullRequest request, ExecutionAttributes executionAttributes)
-
presign
public SdkHttpFullRequest presign(SdkHttpFullRequest request, ExecutionAttributes executionAttributes)
-
-