Class

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

CreateMultipartUploadRequestBuilderOps

Related Doc: package ops

Permalink

final class CreateMultipartUploadRequestBuilderOps extends AnyVal

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

Instance Constructors

  1. new CreateMultipartUploadRequestBuilderOps(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 aclAsScala(value: Option[ObjectCannedACL]): Builder

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyVal → Any
  14. final def grantFullControlAsScala(value: Option[String]): Builder

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

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

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

    Permalink
    Annotations
    @SuppressWarnings()
  18. final def isInstanceOf[T0]: Boolean

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Annotations
    @SuppressWarnings()

Inherited from AnyVal

Inherited from Any

Ungrouped