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 getMultipartUploadSettings: MultipartUploadSettings

    Java API

  21. def getRetrySettings: RetrySettings

    Java API

  22. def getS3RegionProvider: AwsRegionProvider

    Java API

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

    Java API

  26. def isSignAnonymousRequests: Boolean

    Java API

  27. val listBucketApiVersion: ApiVersion
  28. val multipartUploadSettings: MultipartUploadSettings
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  32. def pathStyleAccess: Boolean
  33. val retrySettings: RetrySettings
  34. val s3RegionProvider: AwsRegionProvider
  35. val signAnonymousRequests: Boolean
  36. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  37. def toString(): String
    Definition Classes
    S3Settings → AnyRef → Any
  38. val validateObjectKey: Boolean
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. def withAccessStyle(value: AccessStyle): S3Settings
  43. def withBufferType(value: BufferType): S3Settings
  44. def withCredentialsProvider(value: AwsCredentialsProvider): S3Settings
  45. def withEndpointUrl(value: String): S3Settings
  46. def withForwardProxy(value: ForwardProxy): S3Settings
  47. def withListBucketApiVersion(value: ApiVersion): S3Settings
  48. def withMultipartUploadSettings(value: MultipartUploadSettings): S3Settings
  49. def withRetrySettings(value: RetrySettings): S3Settings
  50. def withS3RegionProvider(value: AwsRegionProvider): S3Settings
  51. def withSignAnonymousRequests(value: Boolean): S3Settings
  52. 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 pathStyleAccessWarning: Boolean
    Annotations
    @deprecated
    Deprecated

    (Since version 2.0.2) This is no longer configurable.

Inherited from AnyRef

Inherited from Any

Ungrouped