All Downloads are FREE. Search and download functionalities are using the official Maven repository.

awscala.s3.Owner.scala Maven / Gradle / Ivy

The newest version!
package awscala.s3

import com.amazonaws.services.{ s3 => aws }

object Owner {
  def apply(o: aws.model.Owner) = new Owner(o.getId, o.getDisplayName)
}

case class Owner(id: String, displayName: String) extends aws.model.Owner(id, displayName)





© 2015 - 2024 Weber Informatics LLC | Privacy Policy