| Package | Description |
|---|---|
| software.amazon.awssdk.http.auth.spi.internal.signer | |
| software.amazon.awssdk.http.auth.spi.signer |
| Modifier and Type | Class and Description |
|---|---|
static class |
DefaultAsyncSignRequest.BuilderImpl<IdentityT extends Identity> |
| Modifier and Type | Method and Description |
|---|---|
static <IdentityT extends Identity> |
DefaultAsyncSignRequest.builder() |
static <IdentityT extends Identity> |
DefaultAsyncSignRequest.builder(IdentityT identity) |
AsyncSignRequest.Builder<IdentityT> |
DefaultAsyncSignRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static <IdentityT extends Identity> |
AsyncSignRequest.builder(IdentityT identity)
Get a new builder for creating a
AsyncSignRequest. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<AsyncSignedRequest> |
HttpSigner.signAsync(Consumer<AsyncSignRequest.Builder<IdentityT>> consumer)
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.