Uses of Interface
software.amazon.awssdk.http.auth.spi.signer.SignRequest.Builder
-
Packages that use SignRequest.Builder Package Description software.amazon.awssdk.http.auth.spi.internal.signer software.amazon.awssdk.http.auth.spi.signer -
-
Uses of SignRequest.Builder in software.amazon.awssdk.http.auth.spi.internal.signer
Classes in software.amazon.awssdk.http.auth.spi.internal.signer that implement SignRequest.Builder Modifier and Type Class Description static classDefaultSignRequest.BuilderImpl<IdentityT extends Identity>Methods in software.amazon.awssdk.http.auth.spi.internal.signer that return SignRequest.Builder Modifier and Type Method Description static <IdentityT extends Identity>
SignRequest.Builder<IdentityT>DefaultSignRequest. builder()static <IdentityT extends Identity>
SignRequest.Builder<IdentityT>DefaultSignRequest. builder(IdentityT identity)SignRequest.Builder<IdentityT>DefaultSignRequest. toBuilder() -
Uses of SignRequest.Builder in software.amazon.awssdk.http.auth.spi.signer
Methods in software.amazon.awssdk.http.auth.spi.signer that return SignRequest.Builder Modifier and Type Method Description static <IdentityT extends Identity>
SignRequest.Builder<IdentityT>SignRequest. builder(IdentityT identity)Get a new builder for creating aSignRequest.Method parameters in software.amazon.awssdk.http.auth.spi.signer with type arguments of type SignRequest.Builder Modifier and Type Method Description default SignedRequestHttpSigner. 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.
-