Class DefaultS3ExpressHttpSigner
java.lang.Object
software.amazon.awssdk.services.s3.internal.s3express.DefaultS3ExpressHttpSigner
- All Implemented Interfaces:
HttpSigner<S3ExpressSessionCredentials>
@SdkInternalApi
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
Modifier and TypeMethodDescriptionstatic DefaultS3ExpressHttpSignercreate()static DefaultS3ExpressHttpSignercreate(HttpSigner<AwsCredentialsIdentity> signer) sign(SignRequest<? extends S3ExpressSessionCredentials> request) signAsync(AsyncSignRequest<? extends S3ExpressSessionCredentials> request) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.awssdk.http.auth.spi.signer.HttpSigner
doNotSign, sign, signAsync
-
Method Details
-
create
-
create
-
sign
- Specified by:
signin interfaceHttpSigner<S3ExpressSessionCredentials>
-
signAsync
public CompletableFuture<AsyncSignedRequest> signAsync(AsyncSignRequest<? extends S3ExpressSessionCredentials> request) - Specified by:
signAsyncin interfaceHttpSigner<S3ExpressSessionCredentials>
-