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