Uses of Interface
software.amazon.awssdk.http.auth.spi.signer.AsyncSignedRequest
-
Packages that use AsyncSignedRequest Package Description software.amazon.awssdk.http.auth.spi.internal.signer software.amazon.awssdk.http.auth.spi.signer -
-
Uses of AsyncSignedRequest in software.amazon.awssdk.http.auth.spi.internal.signer
Classes in software.amazon.awssdk.http.auth.spi.internal.signer that implement AsyncSignedRequest Modifier and Type Class Description classDefaultAsyncSignedRequestMethods in software.amazon.awssdk.http.auth.spi.internal.signer that return AsyncSignedRequest Modifier and Type Method Description AsyncSignedRequestDefaultAsyncSignedRequest.BuilderImpl. build() -
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 AsyncSignedRequest Modifier and Type Method 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.CompletableFuture<AsyncSignedRequest>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.
-