org.sisioh.aws4s.s3.model

RichObjectListing

Related Doc: package model

final class RichObjectListing extends AnyVal with PimpedType[ObjectListing]

Linear Supertypes
PimpedType[ObjectListing], AnyVal, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. RichObjectListing
  2. PimpedType
  3. AnyVal
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RichObjectListing(underlying: ObjectListing)

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  2. final def ##(): Int

    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  4. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. def bucketNameOpt: Option[String]

  6. def bucketNameOpt_=(value: Option[String]): Unit

  7. def commonPrefixes(value: Seq[String]): Unit

  8. def commonPrefixes: Seq[String]

  9. def getClass(): Class[_ <: AnyVal]

    Definition Classes
    AnyVal → Any
  10. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  11. def markerOpt: Option[String]

  12. def markerOpt_=(value: Option[String]): Unit

  13. def nextMarkerOpt: Option[String]

  14. def nextMarkerOpt_=(value: Option[String]): Unit

  15. def objectSummaries: Seq[S3ObjectSummary]

  16. def prefixOpt: Option[String]

  17. def prefixOpt_=(value: Option[String]): Unit

  18. def toString(): String

    Definition Classes
    Any
  19. def truncatedOpt: Option[Boolean]

  20. def truncatedOpt_=(value: Option[Boolean]): Unit

  21. val underlying: ObjectListing

    Definition Classes
    RichObjectListing → PimpedType

Inherited from PimpedType[ObjectListing]

Inherited from AnyVal

Inherited from Any

Ungrouped