Uses of Interface
software.amazon.awssdk.http.auth.spi.signer.AsyncSignRequest.Builder
Packages that use AsyncSignRequest.Builder
Package
Description
-
Uses of AsyncSignRequest.Builder in software.amazon.awssdk.http.auth.spi.internal.signer
Classes in software.amazon.awssdk.http.auth.spi.internal.signer that implement AsyncSignRequest.BuilderModifier and TypeClassDescriptionstatic final classDefaultAsyncSignRequest.BuilderImpl<IdentityT extends Identity>Methods in software.amazon.awssdk.http.auth.spi.internal.signer that return AsyncSignRequest.BuilderModifier and TypeMethodDescriptionstatic <IdentityT extends Identity>
AsyncSignRequest.Builder<IdentityT>DefaultAsyncSignRequest.builder()static <IdentityT extends Identity>
AsyncSignRequest.Builder<IdentityT>DefaultAsyncSignRequest.builder(IdentityT identity) DefaultAsyncSignRequest.toBuilder() -
Uses of AsyncSignRequest.Builder in software.amazon.awssdk.http.auth.spi.signer
Methods in software.amazon.awssdk.http.auth.spi.signer that return AsyncSignRequest.BuilderModifier and TypeMethodDescriptionstatic <IdentityT extends Identity>
AsyncSignRequest.Builder<IdentityT>AsyncSignRequest.builder(IdentityT identity) Get a new builder for creating aAsyncSignRequest.Method parameters in software.amazon.awssdk.http.auth.spi.signer with type arguments of type AsyncSignRequest.BuilderModifier and TypeMethodDescriptiondefault 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.