Class DefaultS3ExpressHttpSigner
- java.lang.Object
-
- software.amazon.awssdk.services.s3.internal.s3express.DefaultS3ExpressHttpSigner
-
- All Implemented Interfaces:
HttpSigner<S3ExpressSessionCredentials>
public final class DefaultS3ExpressHttpSigner extends Object implements HttpSigner<S3ExpressSessionCredentials>
-
-
Field Summary
-
Fields inherited from interface software.amazon.awssdk.http.auth.spi.signer.HttpSigner
SIGNING_CLOCK
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DefaultS3ExpressHttpSigner
create()
static DefaultS3ExpressHttpSigner
create(HttpSigner<AwsCredentialsIdentity> signer)
SignedRequest
sign(SignRequest<? extends S3ExpressSessionCredentials> request)
CompletableFuture<AsyncSignedRequest>
signAsync(AsyncSignRequest<? extends S3ExpressSessionCredentials> 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.http.auth.spi.signer.HttpSigner
doNotSign, sign, signAsync
-
-
-
-
Method Detail
-
create
public static DefaultS3ExpressHttpSigner create(HttpSigner<AwsCredentialsIdentity> signer)
-
create
public static DefaultS3ExpressHttpSigner create()
-
sign
public SignedRequest sign(SignRequest<? extends S3ExpressSessionCredentials> request)
- Specified by:
sign
in interfaceHttpSigner<S3ExpressSessionCredentials>
-
signAsync
public CompletableFuture<AsyncSignedRequest> signAsync(AsyncSignRequest<? extends S3ExpressSessionCredentials> request)
- Specified by:
signAsync
in interfaceHttpSigner<S3ExpressSessionCredentials>
-
-