| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<AsyncSignedRequest> |
DefaultAwsCrtV4aHttpSigner.signAsync(AsyncSignRequest<? extends AwsCredentialsIdentity> request) |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<AsyncSignedRequest> |
DefaultAwsV4HttpSigner.signAsync(AsyncSignRequest<? extends AwsCredentialsIdentity> request) |
CompletableFuture<AsyncSignedRequest> |
DefaultIBMOAuthIAMHttpSigner.signAsync(AsyncSignRequest<? extends IBMOAuthIdentity> request) |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<AsyncSignedRequest> |
DefaultBearerHttpSigner.signAsync(AsyncSignRequest<? extends TokenIdentity> request) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultAsyncSignRequest<IdentityT extends Identity> |
| Modifier and Type | Method and Description |
|---|---|
AsyncSignRequest<IdentityT> |
DefaultAsyncSignRequest.BuilderImpl.build() |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<AsyncSignedRequest> |
NoOpHttpSigner.signAsync(AsyncSignRequest<? extends T> request) |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<AsyncSignedRequest> |
HttpSigner.signAsync(AsyncSignRequest<? extends IdentityT> request)
Method that takes in inputs to sign a request with async payload and returns a future containing the signed version of the
request.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<AsyncSignedRequest> |
DefaultS3ExpressHttpSigner.signAsync(AsyncSignRequest<? extends S3ExpressSessionCredentials> request) |
Copyright © 2026. All rights reserved.