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. All

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( ... ) @native() @HotSpotIntrinsicCandidate()
  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. val forwardProxy: Option[ForwardProxy]
  13. def getAccessStyle: AccessStyle

    Java API

  14. def getBufferType: BufferType

    Java API

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

    Java API

  17. def getEndpointUrl: Optional[String]

    Java API

  18. def getForwardProxy: Optional[ForwardProxy]

    Java API

  19. def getListBucketApiVersion: ApiVersion

    Java API

  20. def getS3RegionProvider: AwsRegionProvider

    Java API

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

    Java API

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

Deprecated Value Members

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

    (Since version ) see corresponding Javadoc for more information.

  2. def getProxy: Optional[Proxy]

    Java API

    Java API

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.1) Please use endpointUrl instead

  3. def pathStyleAccessWarning: Boolean
    Annotations
    @deprecated
    Deprecated

    (Since version 2.0.2) This is no longer configurable.

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

    (Since version 1.0.1) Please use endpointUrl instead

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

    (Since version 2.0.2) Please use accessStyle instead

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

    (Since version 1.0.1) Please use endpointUrl instead

Inherited from AnyRef

Inherited from Any

Ungrouped