Uses of Class
software.amazon.awssdk.http.auth.aws.internal.signer.V4RequestSigningResult
Packages that use V4RequestSigningResult
Package
Description
-
Uses of V4RequestSigningResult in software.amazon.awssdk.http.auth.aws.eventstream.internal.signer
Methods in software.amazon.awssdk.http.auth.aws.eventstream.internal.signer with parameters of type V4RequestSigningResultModifier and TypeMethodDescriptionEventStreamV4PayloadSigner.sign(ContentStreamProvider payload, V4RequestSigningResult requestSigningResult) org.reactivestreams.Publisher<ByteBuffer>EventStreamV4PayloadSigner.signAsync(org.reactivestreams.Publisher<ByteBuffer> payload, V4RequestSigningResult requestSigningResult) -
Uses of V4RequestSigningResult in software.amazon.awssdk.http.auth.aws.internal.signer
Methods in software.amazon.awssdk.http.auth.aws.internal.signer that return V4RequestSigningResultModifier and TypeMethodDescriptionDefaultV4RequestSigner.sign(SdkHttpRequest.Builder requestBuilder) V4RequestSigner.sign(SdkHttpRequest.Builder requestBuilder) Given a request builder, sign the request and return a result containing the signed request and its properties.Methods in software.amazon.awssdk.http.auth.aws.internal.signer with parameters of type V4RequestSigningResultModifier and TypeMethodDescriptionAwsChunkedV4PayloadSigner.sign(ContentStreamProvider payload, V4RequestSigningResult requestSigningResult) DefaultV4PayloadSigner.sign(ContentStreamProvider payload, V4RequestSigningResult requestSigningResult) V4PayloadSigner.sign(ContentStreamProvider payload, V4RequestSigningResult requestSigningResult) Given a payload and result of request signing, sign the payload via the SigV4 process.org.reactivestreams.Publisher<ByteBuffer>AwsChunkedV4PayloadSigner.signAsync(org.reactivestreams.Publisher<ByteBuffer> payload, V4RequestSigningResult requestSigningResult) org.reactivestreams.Publisher<ByteBuffer>DefaultV4PayloadSigner.signAsync(org.reactivestreams.Publisher<ByteBuffer> payload, V4RequestSigningResult requestSigningResult) org.reactivestreams.Publisher<ByteBuffer>V4PayloadSigner.signAsync(org.reactivestreams.Publisher<ByteBuffer> payload, V4RequestSigningResult requestSigningResult) Given a payload and result of request signing, sign the payload via the SigV4 process.