Packages

c

zio.aws.core

ZStreamAsyncRequestBody

class ZStreamAsyncRequestBody[R] extends AsyncRequestBody

Linear Supertypes
AsyncRequestBody, SdkPublisher[ByteBuffer], Publisher[ByteBuffer], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ZStreamAsyncRequestBody
  2. AsyncRequestBody
  3. SdkPublisher
  4. Publisher
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ZStreamAsyncRequestBody(stream: ZStream[R, AwsError, Byte])(implicit runtime: Runtime[R])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def buffer(arg0: Int): SdkPublisher[List[ByteBuffer]]
    Definition Classes
    SdkPublisher
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  7. def contentLength(): Optional[Long]
    Definition Classes
    ZStreamAsyncRequestBody → AsyncRequestBody
  8. def contentType(): String
    Definition Classes
    AsyncRequestBody
  9. def doAfterOnCancel(arg0: Runnable): SdkPublisher[ByteBuffer]
    Definition Classes
    SdkPublisher
  10. def doAfterOnComplete(arg0: Runnable): SdkPublisher[ByteBuffer]
    Definition Classes
    SdkPublisher
  11. def doAfterOnError(arg0: Consumer[Throwable]): SdkPublisher[ByteBuffer]
    Definition Classes
    SdkPublisher
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  14. def filter(arg0: Predicate[ByteBuffer]): SdkPublisher[ByteBuffer]
    Definition Classes
    SdkPublisher
  15. def filter[U <: ByteBuffer](arg0: Class[U]): SdkPublisher[U]
    Definition Classes
    SdkPublisher
  16. def flatMapIterable[U <: AnyRef](arg0: Function[ByteBuffer, Iterable[U]]): SdkPublisher[U]
    Definition Classes
    SdkPublisher
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. def limit(arg0: Int): SdkPublisher[ByteBuffer]
    Definition Classes
    SdkPublisher
  21. def map[U <: AnyRef](arg0: Function[ByteBuffer, U]): SdkPublisher[U]
    Definition Classes
    SdkPublisher
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  25. def subscribe(s: Subscriber[_ >: ByteBuffer]): Unit
    Definition Classes
    ZStreamAsyncRequestBody → Publisher
  26. def subscribe(arg0: Consumer[ByteBuffer]): CompletableFuture[Void]
    Definition Classes
    SdkPublisher
  27. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  28. def toString(): String
    Definition Classes
    AnyRef → Any
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from AsyncRequestBody

Inherited from SdkPublisher[ByteBuffer]

Inherited from Publisher[ByteBuffer]

Inherited from AnyRef

Inherited from Any

Ungrouped