Uses of Interface
software.amazon.awssdk.http.auth.spi.signer.AsyncSignRequest
-
Packages that use AsyncSignRequest Package Description software.amazon.awssdk.http.auth.spi.internal.signer software.amazon.awssdk.http.auth.spi.signer -
-
Uses of AsyncSignRequest in software.amazon.awssdk.http.auth.spi.internal.signer
Classes in software.amazon.awssdk.http.auth.spi.internal.signer that implement AsyncSignRequest Modifier and Type Class Description classDefaultAsyncSignRequest<IdentityT extends Identity>Methods in software.amazon.awssdk.http.auth.spi.internal.signer that return AsyncSignRequest Modifier and Type Method Description AsyncSignRequest<IdentityT>DefaultAsyncSignRequest.BuilderImpl. build() -
Uses of AsyncSignRequest in software.amazon.awssdk.http.auth.spi.signer
Methods in software.amazon.awssdk.http.auth.spi.signer with parameters of type AsyncSignRequest Modifier and Type Method Description 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.
-