Uses of Class
software.amazon.awssdk.core.internal.async.EnvelopeWrappedSdkPublisher
Packages that use EnvelopeWrappedSdkPublisher
-
Uses of EnvelopeWrappedSdkPublisher in software.amazon.awssdk.core.internal.async
Methods in software.amazon.awssdk.core.internal.async that return EnvelopeWrappedSdkPublisherModifier and TypeMethodDescriptionstatic <T> EnvelopeWrappedSdkPublisher<T>EnvelopeWrappedSdkPublisher.of(org.reactivestreams.Publisher<T> wrappedPublisher, T contentPrefix, T contentSuffix, BiFunction<T, T, T> mergeContentFunction) Create a new publisher that wraps the content of an existing publisher.