| 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 |
DefaultSignRequest.BuilderImpl<IdentityT extends Identity> |
| Modifier and Type | Method and Description |
|---|---|
static <IdentityT extends Identity> |
DefaultSignRequest.builder() |
static <IdentityT extends Identity> |
DefaultSignRequest.builder(IdentityT identity) |
SignRequest.Builder<IdentityT> |
DefaultSignRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static <IdentityT extends Identity> |
SignRequest.builder(IdentityT identity)
Get a new builder for creating a
SignRequest. |
| Modifier and Type | Method and Description |
|---|---|
default SignedRequest |
HttpSigner.sign(Consumer<SignRequest.Builder<IdentityT>> consumer)
Method that takes in inputs to sign a request with sync payload and returns a signed version of the request.
|
Copyright © 2023. All rights reserved.