final class S3Settings extends AnyRef

Source
settings.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. S3Settings
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. val accessStyle: AccessStyle
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val bufferType: BufferType
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  8. val credentialsProvider: AwsCredentialsProvider
  9. val endpointUrl: Option[String]
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(other: Any): Boolean
    Definition Classes
    S3Settings → AnyRef → Any
  12. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  13. val forwardProxy: Option[ForwardProxy]
  14. def getAccessStyle: AccessStyle

    Java API

  15. def getBufferType: BufferType

    Java API

  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def getCredentialsProvider: AwsCredentialsProvider

    Java API

  18. def getEndpointUrl: Optional[String]

    Java API

  19. def getForwardProxy: Optional[ForwardProxy]

    Java API

  20. def getListBucketApiVersion: ApiVersion

    Java API

  21. def getS3RegionProvider: AwsRegionProvider

    Java API

  22. def hashCode(): Int
    Definition Classes
    S3Settings → AnyRef → Any
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. def isPathStyleAccess: Boolean

    Java API

  25. val listBucketApiVersion: ApiVersion
  26. val multipartUploadSettings: MultipartUploadSettings
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. def pathStyleAccess: Boolean
  31. val s3RegionProvider: AwsRegionProvider
  32. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  33. def toString(): String
    Definition Classes
    S3Settings → AnyRef → Any
  34. val validateObjectKey: Boolean
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  38. def withAccessStyle(value: AccessStyle): S3Settings
  39. def withBufferType(value: BufferType): S3Settings
  40. def withCredentialsProvider(value: AwsCredentialsProvider): S3Settings
  41. def withEndpointUrl(value: String): S3Settings
  42. def withForwardProxy(value: ForwardProxy): S3Settings
  43. def withListBucketApiVersion(value: ApiVersion): S3Settings
  44. def withMultipartUploadSettings(value: MultipartUploadSettings): S3Settings
  45. def withS3RegionProvider(value: AwsRegionProvider): S3Settings
  46. def withValidateObjectKey(value: Boolean): S3Settings

Deprecated Value Members

  1. def getProxy: Optional[Proxy]

    Java API

    Java API

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.1) Please use endpointUrl instead

  2. def pathStyleAccessWarning: Boolean
    Annotations
    @deprecated
    Deprecated

    (Since version 2.0.2) This is no longer configurable.

  3. val proxy: Option[Proxy]
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.1) Please use endpointUrl instead

  4. def withPathStyleAccess(value: Boolean): S3Settings
    Annotations
    @deprecated
    Deprecated

    (Since version 2.0.2) Please use accessStyle instead

  5. def withProxy(value: Proxy): S3Settings
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.1) Please use endpointUrl instead

Inherited from AnyRef

Inherited from Any

Ungrouped