Packages

package request

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. case class CompleteMultipartUpload(parts: List[CompleteMultipartUploadPart]) extends Product with Serializable
  2. case class CompleteMultipartUploadPart(partNumber: Int, etag: String) extends Product with Serializable

    Created by shutty on 8/10/16.

  3. case class CreateBucketConfiguration(locationConstraint: Option[String]) extends Product with Serializable

    Created by shutty on 8/10/16.

  4. case class DeleteObjectsRequest(objects: Seq[String]) extends Product with Serializable

    Created by shutty on 3/13/17.

Ungrouped