Uses of Interface
software.amazon.awssdk.http.auth.spi.signer.AsyncSignedRequest
Packages that use AsyncSignedRequest
Package
Description
-
Uses of AsyncSignedRequest in software.amazon.awssdk.http.auth.spi.internal.signer
Classes in software.amazon.awssdk.http.auth.spi.internal.signer that implement AsyncSignedRequestMethods in software.amazon.awssdk.http.auth.spi.internal.signer that return AsyncSignedRequestMethods in software.amazon.awssdk.http.auth.spi.internal.signer that return types with arguments of type AsyncSignedRequestModifier and TypeMethodDescriptionNoOpHttpSigner.signAsync(AsyncSignRequest<? extends T> request) -
Uses of AsyncSignedRequest in software.amazon.awssdk.http.auth.spi.signer
Methods in software.amazon.awssdk.http.auth.spi.signer that return types with arguments of type AsyncSignedRequestModifier 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.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.