Class

com.github.j5ik2o.reactive.aws.s3.model.ops

GetObjectResponseBuilderOps

Related Doc: package ops

Permalink

final class GetObjectResponseBuilderOps extends AnyVal

Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GetObjectResponseBuilderOps
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new GetObjectResponseBuilderOps(self: Builder)

    Permalink

Value Members

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

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

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

    Permalink
    Definition Classes
    Any
  4. final def acceptRangesAsScala(value: Option[String]): Builder

    Permalink
    Annotations
    @SuppressWarnings()
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. final def cacheControlAsScala(value: Option[String]): Builder

    Permalink
    Annotations
    @SuppressWarnings()
  7. final def contentDispositionAsScala(value: Option[String]): Builder

    Permalink
    Annotations
    @SuppressWarnings()
  8. final def contentEncodingAsScala(value: Option[String]): Builder

    Permalink
    Annotations
    @SuppressWarnings()
  9. final def contentLanguageAsScala(value: Option[String]): Builder

    Permalink
    Annotations
    @SuppressWarnings()
  10. final def contentLengthAsScala(value: Option[Long]): Builder

    Permalink
    Annotations
    @SuppressWarnings()
  11. final def contentRangeAsScala(value: Option[String]): Builder

    Permalink
    Annotations
    @SuppressWarnings()
  12. final def contentTypeAsScala(value: Option[String]): Builder

    Permalink
    Annotations
    @SuppressWarnings()
  13. final def deleteMarkerAsScala(value: Option[Boolean]): Builder

    Permalink
    Annotations
    @SuppressWarnings()
  14. final def eTagAsScala(value: Option[String]): Builder

    Permalink
    Annotations
    @SuppressWarnings()
  15. final def expirationAsScala(value: Option[String]): Builder

    Permalink
    Annotations
    @SuppressWarnings()
  16. final def expiresAsScala(value: Option[Instant]): Builder

    Permalink
    Annotations
    @SuppressWarnings()
  17. def getClass(): Class[_ <: AnyVal]

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

    Permalink
    Definition Classes
    Any
  19. final def lastModifiedAsScala(value: Option[Instant]): Builder

    Permalink
    Annotations
    @SuppressWarnings()
  20. final def metadataAsScala(value: Option[Map[String, String]]): Builder

    Permalink
    Annotations
    @SuppressWarnings()
  21. final def missingMetaAsScala(value: Option[Int]): Builder

    Permalink
    Annotations
    @SuppressWarnings()
  22. final def objectLockLegalHoldStatusAsScala(value: Option[ObjectLockLegalHoldStatus]): Builder

    Permalink
    Annotations
    @SuppressWarnings()
  23. final def objectLockModeAsScala(value: Option[ObjectLockMode]): Builder

    Permalink
    Annotations
    @SuppressWarnings()
  24. final def objectLockRetainUntilDateAsScala(value: Option[Instant]): Builder

    Permalink
    Annotations
    @SuppressWarnings()
  25. final def partsCountAsScala(value: Option[Int]): Builder

    Permalink
    Annotations
    @SuppressWarnings()
  26. final def replicationStatusAsScala(value: Option[ReplicationStatus]): Builder

    Permalink
    Annotations
    @SuppressWarnings()
  27. final def requestChargedAsScala(value: Option[RequestCharged]): Builder

    Permalink
    Annotations
    @SuppressWarnings()
  28. final def restoreAsScala(value: Option[String]): Builder

    Permalink
    Annotations
    @SuppressWarnings()
  29. val self: Builder

    Permalink
  30. final def serverSideEncryptionAsScala(value: Option[ServerSideEncryption]): Builder

    Permalink
    Annotations
    @SuppressWarnings()
  31. final def sseCustomerAlgorithmAsScala(value: Option[String]): Builder

    Permalink
    Annotations
    @SuppressWarnings()
  32. final def sseCustomerKeyMD5AsScala(value: Option[String]): Builder

    Permalink
    Annotations
    @SuppressWarnings()
  33. final def ssekmsKeyIdAsScala(value: Option[String]): Builder

    Permalink
    Annotations
    @SuppressWarnings()
  34. final def storageClassAsScala(value: Option[StorageClass]): Builder

    Permalink
    Annotations
    @SuppressWarnings()
  35. final def tagCountAsScala(value: Option[Int]): Builder

    Permalink
    Annotations
    @SuppressWarnings()
  36. def toString(): String

    Permalink
    Definition Classes
    Any
  37. final def versionIdAsScala(value: Option[String]): Builder

    Permalink
    Annotations
    @SuppressWarnings()
  38. final def websiteRedirectLocationAsScala(value: Option[String]): Builder

    Permalink
    Annotations
    @SuppressWarnings()

Inherited from AnyVal

Inherited from Any

Ungrouped