| Package | Description |
|---|---|
| software.amazon.awssdk.http.auth.spi.internal.signer | |
| software.amazon.awssdk.http.auth.spi.signer |
| 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> |
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.
|
Copyright © 2023. All rights reserved.