Uses of Class
software.amazon.awssdk.http.auth.aws.internal.signer.V4RequestSigningResult
-
Packages that use V4RequestSigningResult Package Description software.amazon.awssdk.http.auth.aws.eventstream.internal.signer software.amazon.awssdk.http.auth.aws.internal.signer -
-
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 V4RequestSigningResult Modifier and Type Method Description ContentStreamProviderEventStreamV4PayloadSigner. 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 V4RequestSigningResult Modifier and Type Method Description V4RequestSigningResultDefaultV4RequestSigner. sign(SdkHttpRequest.Builder requestBuilder)V4RequestSigningResultV4RequestSigner. 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 V4RequestSigningResult Modifier and Type Method Description ContentStreamProviderAwsChunkedV4PayloadSigner. sign(ContentStreamProvider payload, V4RequestSigningResult requestSigningResult)ContentStreamProviderDefaultV4PayloadSigner. sign(ContentStreamProvider payload, V4RequestSigningResult requestSigningResult)ContentStreamProviderV4PayloadSigner. 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.
-