c

awscala.s3

S3Client

class S3Client extends AmazonS3Client with S3

Default Implementation

Linear Supertypes
S3, AmazonS3Client, AmazonS3, S3DirectSpi, AmazonWebServiceClient, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. S3Client
  2. S3
  3. AmazonS3Client
  4. AmazonS3
  5. S3DirectSpi
  6. AmazonWebServiceClient
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new S3Client(credentialsProvider: AWSCredentialsProvider = CredentialsLoader.load())

    credentialsProvider

    credentialsProvider

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. def abortMultipartUpload(arg0: AbortMultipartUploadRequest): Unit
    Definition Classes
    AmazonS3Client → AmazonS3 → S3DirectSpi
    Annotations
    @throws(classOf[com.amazonaws.SdkClientException]) @throws(classOf[com.amazonaws.AmazonServiceException])
  5. def acl(bucket: Bucket, key: String, acl: CannedAccessControlList): Unit
    Definition Classes
    S3
  6. def acl(bucket: Bucket, key: String, acl: AccessControlList): Unit
    Definition Classes
    S3
  7. def acl(obj: S3Object, acl: CannedAccessControlList): Unit
    Definition Classes
    S3
  8. def acl(obj: S3Object, acl: AccessControlList): Unit
    Definition Classes
    S3
  9. def acl(bucket: Bucket, key: String): AccessControlList
    Definition Classes
    S3
  10. def acl(obj: S3Object): AccessControlList
    Definition Classes
    S3
  11. def acl(bucket: Bucket): AccessControlList
    Definition Classes
    S3
  12. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  13. def at(region: Region): S3
    Definition Classes
    S3
  14. final def beforeClientExecution[T <: AmazonWebServiceRequest](arg0: T): T
    Attributes
    protected[amazonaws]
    Definition Classes
    AmazonWebServiceClient
  15. final def beforeMarshalling[T <: AmazonWebServiceRequest](arg0: T): T
    Attributes
    protected[amazonaws]
    Definition Classes
    AmazonWebServiceClient
  16. def bucket(name: String): Option[Bucket]
    Definition Classes
    S3
  17. def bucketAcl(bucket: Bucket, acl: AccessControlList): Unit
    Definition Classes
    S3
  18. def bucketAcl(name: String): AccessControlList
    Definition Classes
    S3
  19. def buckets: Seq[Bucket]
    Definition Classes
    S3
  20. def calculateCRC32FromCompressedData(): Boolean
    Attributes
    protected[amazonaws]
    Definition Classes
    AmazonWebServiceClient
  21. def changeObjectStorageClass(arg0: String, arg1: String, arg2: StorageClass): Unit
    Definition Classes
    AmazonS3Client → AmazonS3
    Annotations
    @throws(classOf[com.amazonaws.SdkClientException]) @throws(classOf[com.amazonaws.AmazonServiceException])
  22. final def checkMutability(): Unit
    Attributes
    protected[amazonaws]
    Definition Classes
    AmazonWebServiceClient
  23. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  24. def completeMultipartUpload(arg0: CompleteMultipartUploadRequest): CompleteMultipartUploadResult
    Definition Classes
    AmazonS3Client → AmazonS3 → S3DirectSpi
    Annotations
    @throws(classOf[com.amazonaws.SdkClientException]) @throws(classOf[com.amazonaws.AmazonServiceException])
  25. def copy(from: S3Object, to: S3Object): PutObjectResult
    Definition Classes
    S3
  26. def copyObject(from: S3Object, to: S3Object): PutObjectResult
    Definition Classes
    S3
  27. def copyObject(arg0: CopyObjectRequest): CopyObjectResult
    Definition Classes
    AmazonS3Client → AmazonS3
    Annotations
    @throws(classOf[com.amazonaws.SdkClientException]) @throws(classOf[com.amazonaws.AmazonServiceException])
  28. def copyObject(arg0: String, arg1: String, arg2: String, arg3: String): CopyObjectResult
    Definition Classes
    AmazonS3Client → AmazonS3
    Annotations
    @throws(classOf[com.amazonaws.SdkClientException]) @throws(classOf[com.amazonaws.AmazonServiceException])
  29. def copyPart(arg0: CopyPartRequest): CopyPartResult
    Definition Classes
    AmazonS3Client → AmazonS3 → S3DirectSpi
  30. def createBucket(name: String): Bucket
    Definition Classes
    S3ClientS3 → AmazonS3Client → AmazonS3
  31. def createBucket(arg0: CreateBucketRequest): com.amazonaws.services.s3.model.Bucket
    Definition Classes
    AmazonS3Client → AmazonS3
    Annotations
    @throws(classOf[com.amazonaws.SdkClientException]) @throws(classOf[com.amazonaws.AmazonServiceException])
  32. final def createExecutionContext(arg0: Request[_ <: AnyRef]): ExecutionContext
    Attributes
    protected[amazonaws]
    Definition Classes
    AmazonWebServiceClient
  33. def createExecutionContext(arg0: AmazonWebServiceRequest, arg1: SignerProvider): ExecutionContext
    Attributes
    protected[amazonaws]
    Definition Classes
    AmazonWebServiceClient
  34. def createExecutionContext(arg0: AmazonWebServiceRequest): ExecutionContext
    Attributes
    protected[amazonaws]
    Definition Classes
    AmazonWebServiceClient
  35. def createRequest[X <: AmazonWebServiceRequest](arg0: String, arg1: String, arg2: X, arg3: HttpMethodName, arg4: URI): Request[X]
    Attributes
    protected[com.amazonaws.services.s3]
    Definition Classes
    AmazonS3Client
  36. def createRequest[X <: AmazonWebServiceRequest](arg0: String, arg1: String, arg2: X, arg3: HttpMethodName): Request[X]
    Attributes
    protected[com.amazonaws.services.s3]
    Definition Classes
    AmazonS3Client
  37. def createSigner(arg0: Request[_ <: AnyRef], arg1: String, arg2: String, arg3: Boolean): Signer
    Attributes
    protected[com.amazonaws.services.s3]
    Definition Classes
    AmazonS3Client
  38. def createSigner(arg0: Request[_ <: AnyRef], arg1: String, arg2: String): Signer
    Attributes
    protected[com.amazonaws.services.s3]
    Definition Classes
    AmazonS3Client
  39. final def createSignerProvider(arg0: Signer): SignerProvider
    Attributes
    protected[com.amazonaws.services.s3]
    Definition Classes
    AmazonS3Client → AmazonWebServiceClient
  40. def crossOriginConfig(bucket: Bucket): BucketCrossOriginConfiguration
    Definition Classes
    S3
  41. def delete(obj: S3Object): Unit
    Definition Classes
    S3
  42. def delete(bucket: Bucket): Unit
    Definition Classes
    S3
  43. def deleteBucket(bucket: Bucket): Unit
    Definition Classes
    S3
  44. def deleteBucket(arg0: DeleteBucketRequest): Unit
    Definition Classes
    AmazonS3Client → AmazonS3
    Annotations
    @throws(classOf[com.amazonaws.SdkClientException]) @throws(classOf[com.amazonaws.AmazonServiceException])
  45. def deleteBucket(arg0: String): Unit
    Definition Classes
    AmazonS3Client → AmazonS3
    Annotations
    @throws(classOf[com.amazonaws.SdkClientException]) @throws(classOf[com.amazonaws.AmazonServiceException])
  46. def deleteBucketAnalyticsConfiguration(arg0: DeleteBucketAnalyticsConfigurationRequest): DeleteBucketAnalyticsConfigurationResult
    Definition Classes
    AmazonS3Client → AmazonS3
    Annotations
    @throws(classOf[com.amazonaws.AmazonServiceException]) @throws(classOf[com.amazonaws.SdkClientException])
  47. def deleteBucketAnalyticsConfiguration(arg0: String, arg1: String): DeleteBucketAnalyticsConfigurationResult
    Definition Classes
    AmazonS3Client → AmazonS3
    Annotations
    @throws(classOf[com.amazonaws.AmazonServiceException]) @throws(classOf[com.amazonaws.SdkClientException])
  48. def deleteBucketCrossOriginConfiguration(arg0: DeleteBucketCrossOriginConfigurationRequest): Unit
    Definition Classes
    AmazonS3Client → AmazonS3
  49. def deleteBucketCrossOriginConfiguration(arg0: String): Unit
    Definition Classes
    AmazonS3Client → AmazonS3
  50. def deleteBucketEncryption(arg0: DeleteBucketEncryptionRequest): DeleteBucketEncryptionResult
    Definition Classes
    AmazonS3Client → AmazonS3
    Annotations
    @throws(classOf[com.amazonaws.SdkClientException])
  51. def deleteBucketEncryption(arg0: String): DeleteBucketEncryptionResult
    Definition Classes
    AmazonS3Client → AmazonS3
    Annotations
    @throws(classOf[com.amazonaws.SdkClientException])
  52. def deleteBucketInventoryConfiguration(arg0: DeleteBucketInventoryConfigurationRequest): DeleteBucketInventoryConfigurationResult
    Definition Classes
    AmazonS3Client → AmazonS3
    Annotations
    @throws(classOf[com.amazonaws.AmazonServiceException]) @throws(classOf[com.amazonaws.SdkClientException])
  53. def deleteBucketInventoryConfiguration(arg0: String, arg1: String): DeleteBucketInventoryConfigurationResult
    Definition Classes
    AmazonS3Client → AmazonS3
    Annotations
    @throws(classOf[com.amazonaws.AmazonServiceException]) @throws(classOf[com.amazonaws.SdkClientException])
  54. def deleteBucketLifecycleConfiguration(arg0: DeleteBucketLifecycleConfigurationRequest): Unit
    Definition Classes
    AmazonS3Client → AmazonS3
  55. def deleteBucketLifecycleConfiguration(arg0: String): Unit
    Definition Classes
    AmazonS3Client → AmazonS3
  56. def deleteBucketMetricsConfiguration(arg0: DeleteBucketMetricsConfigurationRequest): DeleteBucketMetricsConfigurationResult
    Definition Classes
    AmazonS3Client → AmazonS3
    Annotations
    @throws(classOf[com.amazonaws.AmazonServiceException]) @throws(classOf[com.amazonaws.SdkClientException])
  57. def deleteBucketMetricsConfiguration(arg0: String, arg1: String): DeleteBucketMetricsConfigurationResult
    Definition Classes
    AmazonS3Client → AmazonS3
    Annotations
    @throws(classOf[com.amazonaws.AmazonServiceException]) @throws(classOf[com.amazonaws.SdkClientException])
  58. def deleteBucketPolicy(arg0: DeleteBucketPolicyRequest): Unit
    Definition Classes
    AmazonS3Client → AmazonS3
    Annotations
    @throws(classOf[com.amazonaws.SdkClientException]) @throws(classOf[com.amazonaws.AmazonServiceException])
  59. def deleteBucketPolicy(arg0: String): Unit
    Definition Classes
    AmazonS3Client → AmazonS3
    Annotations
    @throws(classOf[com.amazonaws.SdkClientException]) @throws(classOf[com.amazonaws.AmazonServiceException])
  60. def deleteBucketReplicationConfiguration(arg0: DeleteBucketReplicationConfigurationRequest): Unit
    Definition Classes
    AmazonS3Client → AmazonS3
    Annotations
    @throws(classOf[com.amazonaws.AmazonServiceException]) @throws(classOf[com.amazonaws.SdkClientException])
  61. def deleteBucketReplicationConfiguration(arg0: String): Unit
    Definition Classes
    AmazonS3Client → AmazonS3
    Annotations
    @throws(classOf[com.amazonaws.AmazonServiceException]) @throws(classOf[com.amazonaws.SdkClientException])
  62. def deleteBucketTaggingConfiguration(arg0: DeleteBucketTaggingConfigurationRequest): Unit
    Definition Classes
    AmazonS3Client → AmazonS3
  63. def deleteBucketTaggingConfiguration(arg0: String): Unit
    Definition Classes
    AmazonS3Client → AmazonS3
  64. def deleteBucketWebsiteConfiguration(arg0: DeleteBucketWebsiteConfigurationRequest): Unit
    Definition Classes
    AmazonS3Client → AmazonS3
    Annotations
    @throws(classOf[com.amazonaws.SdkClientException]) @throws(classOf[com.amazonaws.AmazonServiceException])
  65. def deleteBucketWebsiteConfiguration(arg0: String): Unit
    Definition Classes
    AmazonS3Client → AmazonS3
    Annotations
    @throws(classOf[com.amazonaws.SdkClientException]) @throws(classOf[com.amazonaws.AmazonServiceException])
  66. def deleteCrossOriginConfig(bucket: Bucket): Unit
    Definition Classes
    S3
  67. def deleteLifecycleConfig(bucket: Bucket): Unit
    Definition Classes
    S3
  68. def deleteObject(obj: S3Object): Unit
    Definition Classes
    S3
  69. def deleteObject(arg0: DeleteObjectRequest): Unit
    Definition Classes
    AmazonS3Client → AmazonS3
    Annotations
    @throws(classOf[com.amazonaws.SdkClientException]) @throws(classOf[com.amazonaws.AmazonServiceException])
  70. def deleteObject(arg0: String, arg1: String): Unit
    Definition Classes
    AmazonS3Client → AmazonS3
    Annotations
    @throws(classOf[com.amazonaws.SdkClientException]) @throws(classOf[com.amazonaws.AmazonServiceException])
  71. def deleteObjectTagging(arg0: DeleteObjectTaggingRequest): DeleteObjectTaggingResult
    Definition Classes
    AmazonS3Client → AmazonS3
  72. def deleteObjectVersion(obj: S3Object, versionId: String): Unit
    Definition Classes
    S3
  73. def deleteObjects(objs: Seq[S3Object]): Unit
    Definition Classes
    S3
  74. def deleteObjects(arg0: DeleteObjectsRequest): DeleteObjectsResult
    Definition Classes
    AmazonS3Client → AmazonS3
  75. def deletePolicy(bucket: Bucket): Unit
    Definition Classes
    S3
  76. def deletePublicAccessBlock(arg0: DeletePublicAccessBlockRequest): DeletePublicAccessBlockResult
    Definition Classes
    AmazonS3Client → AmazonS3
  77. def deleteTaggingConfig(bucket: Bucket): Unit
    Definition Classes
    S3
  78. def deleteVersion(obj: S3Object, versionId: String): Unit
    Definition Classes
    S3
  79. def deleteVersion(arg0: DeleteVersionRequest): Unit
    Definition Classes
    AmazonS3Client → AmazonS3
    Annotations
    @throws(classOf[com.amazonaws.SdkClientException]) @throws(classOf[com.amazonaws.AmazonServiceException])
  80. def deleteVersion(arg0: String, arg1: String, arg2: String): Unit
    Definition Classes
    AmazonS3Client → AmazonS3
    Annotations
    @throws(classOf[com.amazonaws.SdkClientException]) @throws(classOf[com.amazonaws.AmazonServiceException])
  81. def deleteWebsiteConfig(bucket: Bucket): Unit
    Definition Classes
    S3
  82. def disableRequesterPays(arg0: String): Unit
    Definition Classes
    AmazonS3Client → AmazonS3
  83. def doesBucketExist(arg0: String): Boolean
    Definition Classes
    AmazonS3Client → AmazonS3
    Annotations
    @throws(classOf[com.amazonaws.SdkClientException]) @throws(classOf[com.amazonaws.AmazonServiceException])
  84. def doesBucketExistV2(arg0: String): Boolean
    Definition Classes
    AmazonS3Client → AmazonS3
    Annotations
    @throws(classOf[com.amazonaws.SdkClientException])
  85. def doesObjectExist(arg0: String, arg1: String): Boolean
    Definition Classes
    AmazonS3Client → AmazonS3
    Annotations
    @throws(classOf[com.amazonaws.AmazonServiceException]) @throws(classOf[com.amazonaws.SdkClientException])
  86. def download(arg0: PresignedUrlDownloadRequest, arg1: java.io.File): Unit
    Definition Classes
    AmazonS3Client → AmazonS3
    Annotations
    @throws(classOf[com.amazonaws.SdkClientException])
  87. def download(arg0: PresignedUrlDownloadRequest): PresignedUrlDownloadResult
    Definition Classes
    AmazonS3Client → AmazonS3
    Annotations
    @throws(classOf[com.amazonaws.SdkClientException])
  88. def enableRequesterPays(arg0: String): Unit
    Definition Classes
    AmazonS3Client → AmazonS3
  89. final def endClientExecution(arg0: AWSRequestMetrics, arg1: Request[_ <: AnyRef], arg2: Response[_ <: AnyRef], arg3: Boolean): Unit
    Attributes
    protected[amazonaws]
    Definition Classes
    AmazonWebServiceClient
  90. final def endClientExecution(arg0: AWSRequestMetrics, arg1: Request[_ <: AnyRef], arg2: Response[_ <: AnyRef]): Unit
    Attributes
    protected[amazonaws]
    Definition Classes
    AmazonWebServiceClient
  91. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  92. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  93. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  94. def generatePresignedUrl(obj: S3Object, expiration: DateTime): URL
    Definition Classes
    S3
  95. def generatePresignedUrl(arg0: GeneratePresignedUrlRequest): URL
    Definition Classes
    AmazonS3Client → AmazonS3
  96. def generatePresignedUrl(arg0: String, arg1: String, arg2: Date, arg3: HttpMethod): URL
    Definition Classes
    AmazonS3Client → AmazonS3
    Annotations
    @throws(classOf[com.amazonaws.SdkClientException])
  97. def generatePresignedUrl(arg0: String, arg1: String, arg2: Date): URL
    Definition Classes
    AmazonS3Client → AmazonS3
    Annotations
    @throws(classOf[com.amazonaws.SdkClientException])
  98. def get(bucket: Bucket, key: String, versionId: String): Option[S3Object]
    Definition Classes
    S3
  99. def get(bucket: Bucket, key: String): Option[S3Object]
    Definition Classes
    S3
  100. def getBucketAccelerateConfiguration(arg0: GetBucketAccelerateConfigurationRequest): BucketAccelerateConfiguration
    Definition Classes
    AmazonS3Client → AmazonS3
    Annotations
    @throws(classOf[com.amazonaws.AmazonServiceException]) @throws(classOf[com.amazonaws.SdkClientException])
  101. def getBucketAccelerateConfiguration(arg0: String): BucketAccelerateConfiguration
    Definition Classes
    AmazonS3Client → AmazonS3
    Annotations
    @throws(classOf[com.amazonaws.AmazonServiceException]) @throws(classOf[com.amazonaws.SdkClientException])
  102. def getBucketAcl(arg0: GetBucketAclRequest): com.amazonaws.services.s3.model.AccessControlList
    Definition Classes
    AmazonS3Client → AmazonS3
    Annotations
    @throws(classOf[com.amazonaws.SdkClientException]) @throws(classOf[com.amazonaws.AmazonServiceException])
  103. def getBucketAcl(arg0: String): com.amazonaws.services.s3.model.AccessControlList
    Definition Classes
    AmazonS3Client → AmazonS3
    Annotations
    @throws(classOf[com.amazonaws.SdkClientException]) @throws(classOf[com.amazonaws.AmazonServiceException])
  104. def getBucketAnalyticsConfiguration(arg0: GetBucketAnalyticsConfigurationRequest): GetBucketAnalyticsConfigurationResult
    Definition Classes
    AmazonS3Client → AmazonS3
    Annotations
    @throws(classOf[com.amazonaws.AmazonServiceException]) @throws(classOf[com.amazonaws.SdkClientException])
  105. def getBucketAnalyticsConfiguration(arg0: String, arg1: String): GetBucketAnalyticsConfigurationResult
    Definition Classes
    AmazonS3Client → AmazonS3
    Annotations
    @throws(classOf[com.amazonaws.AmazonServiceException]) @throws(classOf[com.amazonaws.SdkClientException])
  106. def getBucketCrossOriginConfiguration(arg0: GetBucketCrossOriginConfigurationRequest): com.amazonaws.services.s3.model.BucketCrossOriginConfiguration
    Definition Classes
    AmazonS3Client → AmazonS3
  107. def getBucketCrossOriginConfiguration(arg0: String): com.amazonaws.services.s3.model.BucketCrossOriginConfiguration
    Definition Classes
    AmazonS3Client → AmazonS3
  108. def getBucketEncryption(arg0: GetBucketEncryptionRequest): GetBucketEncryptionResult
    Definition Classes
    AmazonS3Client → AmazonS3
    Annotations
    @throws(classOf[com.amazonaws.SdkClientException])
  109. def getBucketEncryption(arg0: String): GetBucketEncryptionResult
    Definition Classes
    AmazonS3Client → AmazonS3
    Annotations
    @throws(classOf[com.amazonaws.SdkClientException])
  110. def getBucketInventoryConfiguration(arg0: GetBucketInventoryConfigurationRequest): GetBucketInventoryConfigurationResult
    Definition Classes
    AmazonS3Client → AmazonS3
    Annotations
    @throws(classOf[com.amazonaws.AmazonServiceException]) @throws(classOf[com.amazonaws.SdkClientException])
  111. def getBucketInventoryConfiguration(arg0: String, arg1: String): GetBucketInventoryConfigurationResult
    Definition Classes
    AmazonS3Client → AmazonS3
    Annotations
    @throws(classOf[com.amazonaws.AmazonServiceException]) @throws(classOf[com.amazonaws.SdkClientException])
  112. def getBucketLifecycleConfiguration(arg0: GetBucketLifecycleConfigurationRequest): com.amazonaws.services.s3.model.BucketLifecycleConfiguration
    Definition Classes
    AmazonS3Client → AmazonS3
  113. def getBucketLifecycleConfiguration(arg0: String): com.amazonaws.services.s3.model.BucketLifecycleConfiguration
    Definition Classes
    AmazonS3Client → AmazonS3
  114. def getBucketLocation(arg0: String): String
    Definition Classes
    AmazonS3Client → AmazonS3
    Annotations
    @throws(classOf[com.amazonaws.SdkClientException]) @throws(classOf[com.amazonaws.AmazonServiceException])
  115. def getBucketLocation(arg0: GetBucketLocationRequest): String
    Definition Classes
    AmazonS3Client → AmazonS3
    Annotations
    @throws(classOf[com.amazonaws.SdkClientException]) @throws(classOf[com.amazonaws.AmazonServiceException])
  116. def getBucketLoggingConfiguration(arg0: GetBucketLoggingConfigurationRequest): com.amazonaws.services.s3.model.BucketLoggingConfiguration
    Definition Classes
    AmazonS3Client → AmazonS3
    Annotations
    @throws(classOf[com.amazonaws.SdkClientException]) @throws(classOf[com.amazonaws.AmazonServiceException])
  117. def getBucketLoggingConfiguration(arg0: String): com.amazonaws.services.s3.model.BucketLoggingConfiguration
    Definition Classes
    AmazonS3Client → AmazonS3
    Annotations
    @throws(classOf[com.amazonaws.SdkClientException]) @throws(classOf[com.amazonaws.AmazonServiceException])
  118. def getBucketMetricsConfiguration(arg0: GetBucketMetricsConfigurationRequest): GetBucketMetricsConfigurationResult
    Definition Classes
    AmazonS3Client → AmazonS3
    Annotations
    @throws(classOf[com.amazonaws.AmazonServiceException]) @throws(classOf[com.amazonaws.SdkClientException])
  119. def getBucketMetricsConfiguration(arg0: String, arg1: String): GetBucketMetricsConfigurationResult
    Definition Classes
    AmazonS3Client → AmazonS3
    Annotations
    @throws(classOf[com.amazonaws.AmazonServiceException]) @throws(classOf[com.amazonaws.SdkClientException])
  120. def getBucketNotificationConfiguration(arg0: GetBucketNotificationConfigurationRequest): com.amazonaws.services.s3.model.BucketNotificationConfiguration
    Definition Classes
    AmazonS3Client → AmazonS3
    Annotations
    @throws(classOf[com.amazonaws.SdkClientException]) @throws(classOf[com.amazonaws.AmazonServiceException])
  121. def getBucketNotificationConfiguration(arg0: String): com.amazonaws.services.s3.model.BucketNotificationConfiguration
    Definition Classes
    AmazonS3Client → AmazonS3
    Annotations
    @throws(classOf[com.amazonaws.SdkClientException]) @throws(classOf[com.amazonaws.AmazonServiceException])
  122. def getBucketPolicy(arg0: GetBucketPolicyRequest): com.amazonaws.services.s3.model.BucketPolicy
    Definition Classes
    AmazonS3Client → AmazonS3
    Annotations
    @throws(classOf[com.amazonaws.SdkClientException]) @throws(classOf[com.amazonaws.AmazonServiceException])
  123. def getBucketPolicy(arg0: String): com.amazonaws.services.s3.model.BucketPolicy
    Definition Classes
    AmazonS3Client → AmazonS3
    Annotations
    @throws(classOf[com.amazonaws.SdkClientException]) @throws(classOf[com.amazonaws.AmazonServiceException])
  124. def getBucketPolicyStatus(arg0: GetBucketPolicyStatusRequest): GetBucketPolicyStatusResult
    Definition Classes
    AmazonS3Client → AmazonS3
  125. def getBucketReplicationConfiguration(arg0: GetBucketReplicationConfigurationRequest): BucketReplicationConfiguration
    Definition Classes
    AmazonS3Client → AmazonS3
    Annotations
    @throws(classOf[com.amazonaws.AmazonServiceException]) @throws(classOf[com.amazonaws.SdkClientException])
  126. def getBucketReplicationConfiguration(arg0: String): BucketReplicationConfiguration
    Definition Classes
    AmazonS3Client → AmazonS3
    Annotations
    @throws(classOf[com.amazonaws.AmazonServiceException]) @throws(classOf[com.amazonaws.SdkClientException])
  127. def getBucketTaggingConfiguration(arg0: GetBucketTaggingConfigurationRequest): com.amazonaws.services.s3.model.BucketTaggingConfiguration
    Definition Classes
    AmazonS3Client → AmazonS3
  128. def getBucketTaggingConfiguration(arg0: String): com.amazonaws.services.s3.model.BucketTaggingConfiguration
    Definition Classes
    AmazonS3Client → AmazonS3
  129. def getBucketVersioningConfiguration(arg0: GetBucketVersioningConfigurationRequest): com.amazonaws.services.s3.model.BucketVersioningConfiguration
    Definition Classes
    AmazonS3Client → AmazonS3
    Annotations
    @throws(classOf[com.amazonaws.SdkClientException]) @throws(classOf[com.amazonaws.AmazonServiceException])
  130. def getBucketVersioningConfiguration(arg0: String): com.amazonaws.services.s3.model.BucketVersioningConfiguration
    Definition Classes
    AmazonS3Client → AmazonS3
    Annotations
    @throws(classOf[com.amazonaws.SdkClientException]) @throws(classOf[com.amazonaws.AmazonServiceException])
  131. def getBucketWebsiteConfiguration(arg0: GetBucketWebsiteConfigurationRequest): com.amazonaws.services.s3.model.BucketWebsiteConfiguration
    Definition Classes
    AmazonS3Client → AmazonS3
    Annotations
    @throws(classOf[com.amazonaws.SdkClientException]) @throws(classOf[com.amazonaws.AmazonServiceException])
  132. def getBucketWebsiteConfiguration(arg0: String): com.amazonaws.services.s3.model.BucketWebsiteConfiguration
    Definition Classes
    AmazonS3Client → AmazonS3
    Annotations
    @throws(classOf[com.amazonaws.SdkClientException]) @throws(classOf[com.amazonaws.AmazonServiceException])
  133. def getCachedResponseMetadata(arg0: AmazonWebServiceRequest): S3ResponseMetadata
    Definition Classes
    AmazonS3Client → AmazonS3
  134. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  135. def getClientConfiguration(): ClientConfiguration
    Definition Classes
    AmazonWebServiceClient
  136. def getClientId(): String
    Attributes
    protected[amazonaws]
    Definition Classes
    AmazonWebServiceClient
  137. def getEndpointPrefix(): String
    Definition Classes
    AmazonWebServiceClient
  138. def getMonitoringListeners(): Collection[MonitoringListener]
    Definition Classes
    AmazonWebServiceClient
  139. def getObject(bucket: Bucket, key: String, versionId: String): Option[S3Object]
    Definition Classes
    S3
  140. def getObject(bucket: Bucket, key: String): Option[S3Object]
    Definition Classes
    S3
  141. def getObject(arg0: GetObjectRequest, arg1: java.io.File): ObjectMetadata
    Definition Classes
    AmazonS3Client → AmazonS3 → S3DirectSpi
    Annotations
    @throws(classOf[com.amazonaws.SdkClientException]) @throws(classOf[com.amazonaws.AmazonServiceException])
  142. def getObject(arg0: GetObjectRequest): com.amazonaws.services.s3.model.S3Object
    Definition Classes
    AmazonS3Client → AmazonS3 → S3DirectSpi
    Annotations
    @throws(classOf[com.amazonaws.SdkClientException]) @throws(classOf[com.amazonaws.AmazonServiceException])
  143. def getObject(arg0: String, arg1: String): com.amazonaws.services.s3.model.S3Object
    Definition Classes
    AmazonS3Client → AmazonS3
    Annotations
    @throws(classOf[com.amazonaws.SdkClientException]) @throws(classOf[com.amazonaws.AmazonServiceException])
  144. def getObjectAcl(arg0: GetObjectAclRequest): com.amazonaws.services.s3.model.AccessControlList
    Definition Classes
    AmazonS3Client → AmazonS3
  145. def getObjectAcl(arg0: String, arg1: String, arg2: String): com.amazonaws.services.s3.model.AccessControlList
    Definition Classes
    AmazonS3Client → AmazonS3
    Annotations
    @throws(classOf[com.amazonaws.SdkClientException]) @throws(classOf[com.amazonaws.AmazonServiceException])
  146. def getObjectAcl(arg0: String, arg1: String): com.amazonaws.services.s3.model.AccessControlList
    Definition Classes
    AmazonS3Client → AmazonS3
    Annotations
    @throws(classOf[com.amazonaws.SdkClientException]) @throws(classOf[com.amazonaws.AmazonServiceException])
  147. def getObjectAsString(arg0: String, arg1: String): String
    Definition Classes
    AmazonS3Client → AmazonS3
    Annotations
    @throws(classOf[com.amazonaws.AmazonServiceException]) @throws(classOf[com.amazonaws.SdkClientException])
  148. def getObjectLegalHold(arg0: GetObjectLegalHoldRequest): GetObjectLegalHoldResult
    Definition Classes
    AmazonS3Client → AmazonS3
  149. def getObjectLockConfiguration(arg0: GetObjectLockConfigurationRequest): GetObjectLockConfigurationResult
    Definition Classes
    AmazonS3Client → AmazonS3
  150. def getObjectMetadata(arg0: GetObjectMetadataRequest): ObjectMetadata
    Definition Classes
    AmazonS3Client → AmazonS3
    Annotations
    @throws(classOf[com.amazonaws.SdkClientException]) @throws(classOf[com.amazonaws.AmazonServiceException])
  151. def getObjectMetadata(arg0: String, arg1: String): ObjectMetadata
    Definition Classes
    AmazonS3Client → AmazonS3
    Annotations
    @throws(classOf[com.amazonaws.SdkClientException]) @throws(classOf[com.amazonaws.AmazonServiceException])
  152. def getObjectRetention(arg0: GetObjectRetentionRequest): GetObjectRetentionResult
    Definition Classes
    AmazonS3Client → AmazonS3
  153. def getObjectTagging(arg0: GetObjectTaggingRequest): GetObjectTaggingResult
    Definition Classes
    AmazonS3Client → AmazonS3
  154. def getPublicAccessBlock(arg0: GetPublicAccessBlockRequest): GetPublicAccessBlockResult
    Definition Classes
    AmazonS3Client → AmazonS3
  155. def getRegion(): com.amazonaws.services.s3.model.Region
    Definition Classes
    AmazonS3Client → AmazonS3
  156. def getRegionName(): String
    Definition Classes
    AmazonS3Client → AmazonS3
  157. def getRequestMetricsCollector(): RequestMetricCollector
    Definition Classes
    AmazonWebServiceClient
  158. def getResourceUrl(arg0: String, arg1: String): String
    Definition Classes
    AmazonS3Client
  159. def getS3AccountOwner(arg0: GetS3AccountOwnerRequest): com.amazonaws.services.s3.model.Owner
    Definition Classes
    AmazonS3Client → AmazonS3
    Annotations
    @throws(classOf[com.amazonaws.SdkClientException]) @throws(classOf[com.amazonaws.AmazonServiceException])
  160. def getS3AccountOwner(): com.amazonaws.services.s3.model.Owner
    Definition Classes
    AmazonS3Client → AmazonS3
    Annotations
    @throws(classOf[com.amazonaws.SdkClientException]) @throws(classOf[com.amazonaws.AmazonServiceException])
  161. def getServiceName(): String
    Definition Classes
    AmazonWebServiceClient
  162. def getServiceNameIntern(): String
    Attributes
    protected[amazonaws]
    Definition Classes
    AmazonWebServiceClient
  163. def getSignerByURI(arg0: URI): Signer
    Definition Classes
    AmazonWebServiceClient
  164. def getSignerOverride(): String
    Definition Classes
    AmazonWebServiceClient
  165. def getSignerProvider(): SignerProvider
    Attributes
    protected[amazonaws]
    Definition Classes
    AmazonWebServiceClient
  166. final def getSignerRegionOverride(): String
    Definition Classes
    AmazonWebServiceClient
  167. def getSigningRegion(): String
    Attributes
    protected[amazonaws]
    Definition Classes
    AmazonWebServiceClient
  168. def getTimeOffset(): Int
    Definition Classes
    AmazonWebServiceClient
  169. def getUrl(arg0: String, arg1: String): URL
    Definition Classes
    AmazonS3Client → AmazonS3
  170. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  171. def headBucket(arg0: HeadBucketRequest): HeadBucketResult
    Definition Classes
    AmazonS3Client → AmazonS3
    Annotations
    @throws(classOf[com.amazonaws.SdkClientException]) @throws(classOf[com.amazonaws.AmazonServiceException])
  172. def initiateMultipartUpload(arg0: InitiateMultipartUploadRequest): InitiateMultipartUploadResult
    Definition Classes
    AmazonS3Client → AmazonS3 → S3DirectSpi
    Annotations
    @throws(classOf[com.amazonaws.SdkClientException]) @throws(classOf[com.amazonaws.AmazonServiceException])
  173. final def isCsmEnabled(): Boolean
    Attributes
    protected[amazonaws]
    Definition Classes
    AmazonWebServiceClient
  174. def isEndpointOverridden(): Boolean
    Attributes
    protected[amazonaws]
    Definition Classes
    AmazonWebServiceClient
  175. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  176. final def isRequestMetricsEnabled(arg0: AmazonWebServiceRequest): Boolean
    Attributes
    protected[amazonaws]
    Definition Classes
    AmazonWebServiceClient
  177. def isRequesterPaysEnabled(arg0: String): Boolean
    Definition Classes
    AmazonS3Client → AmazonS3
  178. def keys(bucket: Bucket, prefix: String): Seq[String]
    Definition Classes
    S3
  179. def keys(bucket: Bucket): Seq[String]
    Definition Classes
    S3
  180. def lifecycleConfig(bucket: Bucket): BucketLifecycleConfiguration
    Definition Classes
    S3
  181. def listBucketAnalyticsConfigurations(arg0: ListBucketAnalyticsConfigurationsRequest): ListBucketAnalyticsConfigurationsResult
    Definition Classes
    AmazonS3Client → AmazonS3
    Annotations
    @throws(classOf[com.amazonaws.AmazonServiceException]) @throws(classOf[com.amazonaws.SdkClientException])
  182. def listBucketInventoryConfigurations(arg0: ListBucketInventoryConfigurationsRequest): ListBucketInventoryConfigurationsResult
    Definition Classes
    AmazonS3Client → AmazonS3
    Annotations
    @throws(classOf[com.amazonaws.AmazonServiceException]) @throws(classOf[com.amazonaws.SdkClientException])
  183. def listBucketMetricsConfigurations(arg0: ListBucketMetricsConfigurationsRequest): ListBucketMetricsConfigurationsResult
    Definition Classes
    AmazonS3Client → AmazonS3
    Annotations
    @throws(classOf[com.amazonaws.AmazonServiceException]) @throws(classOf[com.amazonaws.SdkClientException])
  184. def listBuckets(): List[com.amazonaws.services.s3.model.Bucket]
    Definition Classes
    AmazonS3Client → AmazonS3
    Annotations
    @throws(classOf[com.amazonaws.SdkClientException]) @throws(classOf[com.amazonaws.AmazonServiceException])
  185. def listBuckets(arg0: ListBucketsRequest): List[com.amazonaws.services.s3.model.Bucket]
    Definition Classes
    AmazonS3Client → AmazonS3
    Annotations
    @throws(classOf[com.amazonaws.SdkClientException]) @throws(classOf[com.amazonaws.AmazonServiceException])
  186. def listMultipartUploads(arg0: ListMultipartUploadsRequest): MultipartUploadListing
    Definition Classes
    AmazonS3Client → AmazonS3
    Annotations
    @throws(classOf[com.amazonaws.SdkClientException]) @throws(classOf[com.amazonaws.AmazonServiceException])
  187. def listNextBatchOfObjects(arg0: ListNextBatchOfObjectsRequest): ObjectListing
    Definition Classes
    AmazonS3Client → AmazonS3
    Annotations
    @throws(classOf[com.amazonaws.SdkClientException]) @throws(classOf[com.amazonaws.AmazonServiceException])
  188. def listNextBatchOfObjects(arg0: ObjectListing): ObjectListing
    Definition Classes
    AmazonS3Client → AmazonS3
    Annotations
    @throws(classOf[com.amazonaws.SdkClientException]) @throws(classOf[com.amazonaws.AmazonServiceException])
  189. def listNextBatchOfVersions(arg0: ListNextBatchOfVersionsRequest): VersionListing
    Definition Classes
    AmazonS3Client → AmazonS3
  190. def listNextBatchOfVersions(arg0: VersionListing): VersionListing
    Definition Classes
    AmazonS3Client → AmazonS3
    Annotations
    @throws(classOf[com.amazonaws.SdkClientException]) @throws(classOf[com.amazonaws.AmazonServiceException])
  191. def listObjects(arg0: ListObjectsRequest): ObjectListing
    Definition Classes
    AmazonS3Client → AmazonS3
    Annotations
    @throws(classOf[com.amazonaws.SdkClientException]) @throws(classOf[com.amazonaws.AmazonServiceException])
  192. def listObjects(arg0: String, arg1: String): ObjectListing
    Definition Classes
    AmazonS3Client → AmazonS3
    Annotations
    @throws(classOf[com.amazonaws.SdkClientException]) @throws(classOf[com.amazonaws.AmazonServiceException])
  193. def listObjects(arg0: String): ObjectListing
    Definition Classes
    AmazonS3Client → AmazonS3
    Annotations
    @throws(classOf[com.amazonaws.SdkClientException]) @throws(classOf[com.amazonaws.AmazonServiceException])
  194. def listObjectsV2(arg0: ListObjectsV2Request): ListObjectsV2Result
    Definition Classes
    AmazonS3Client → AmazonS3
    Annotations
    @throws(classOf[com.amazonaws.SdkClientException]) @throws(classOf[com.amazonaws.AmazonServiceException])
  195. def listObjectsV2(arg0: String, arg1: String): ListObjectsV2Result
    Definition Classes
    AmazonS3Client → AmazonS3
    Annotations
    @throws(classOf[com.amazonaws.SdkClientException]) @throws(classOf[com.amazonaws.AmazonServiceException])
  196. def listObjectsV2(arg0: String): ListObjectsV2Result
    Definition Classes
    AmazonS3Client → AmazonS3
    Annotations
    @throws(classOf[com.amazonaws.SdkClientException]) @throws(classOf[com.amazonaws.AmazonServiceException])
  197. def listParts(arg0: ListPartsRequest): PartListing
    Definition Classes
    AmazonS3Client → AmazonS3
    Annotations
    @throws(classOf[com.amazonaws.SdkClientException]) @throws(classOf[com.amazonaws.AmazonServiceException])
  198. def listVersions(arg0: ListVersionsRequest): VersionListing
    Definition Classes
    AmazonS3Client → AmazonS3
    Annotations
    @throws(classOf[com.amazonaws.SdkClientException]) @throws(classOf[com.amazonaws.AmazonServiceException])
  199. def listVersions(arg0: String, arg1: String, arg2: String, arg3: String, arg4: String, arg5: Integer): VersionListing
    Definition Classes
    AmazonS3Client → AmazonS3
    Annotations
    @throws(classOf[com.amazonaws.SdkClientException]) @throws(classOf[com.amazonaws.AmazonServiceException])
  200. def listVersions(arg0: String, arg1: String): VersionListing
    Definition Classes
    AmazonS3Client → AmazonS3
    Annotations
    @throws(classOf[com.amazonaws.SdkClientException]) @throws(classOf[com.amazonaws.AmazonServiceException])
  201. def location(bucket: Bucket): String
    Definition Classes
    S3
  202. def loggingConfig(bucket: Bucket): BucketLoggingConfiguration
    Definition Classes
    S3
  203. def ls(bucket: Bucket, prefix: String): Stream[Either[String, S3ObjectSummary]]

    List the directories and objects under a prefix, use "/" as delimiter.

    List the directories and objects under a prefix, use "/" as delimiter.

    Here is how to show the directories and objects as Strings:

    ls(bucket, "my-directory/").map {
      case Left(directoryPrefix) => directoryPrefix
      case Right(s3ObjectSummary) => s3ObjectSummary.getKey
    }
    Definition Classes
    S3
  204. def metadata(bucket: Bucket, key: String): ObjectMetadata
    Definition Classes
    S3
  205. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  206. final def newInitiateMultipartUploadRequest(arg0: UploadObjectRequest): InitiateMultipartUploadRequest
    Attributes
    protected[com.amazonaws.services.s3]
    Definition Classes
    AmazonS3Client
  207. def notificationConfig(bucket: Bucket): BucketNotificationConfiguration
    Definition Classes
    S3
  208. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  209. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  210. def objectSummaries(bucket: Bucket, prefix: String): Stream[S3ObjectSummary]
    Definition Classes
    S3
  211. def objectSummaries(bucket: Bucket): Seq[S3ObjectSummary]
    Definition Classes
    S3
  212. def policy(bucket: Bucket): BucketPolicy
    Definition Classes
    S3
  213. def presignRequest[T <: AnyRef](arg0: Request[T], arg1: HttpMethod, arg2: String, arg3: String, arg4: Date, arg5: String): Unit
    Attributes
    protected[com.amazonaws.services.s3]
    Definition Classes
    AmazonS3Client
  214. def put(bucket: Bucket, key: String, bytes: Array[Byte], metadata: ObjectMetadata): PutObjectResult
    Definition Classes
    S3
  215. def put(bucket: Bucket, key: String, file: java.io.File): PutObjectResult
    Definition Classes
    S3
  216. def putAsBucketOwnerFullControl(bucket: Bucket, key: String, bytes: Array[Byte], metadata: ObjectMetadata): PutObjectResult
    Definition Classes
    S3
  217. def putAsBucketOwnerFullControl(bucket: Bucket, key: String, file: java.io.File): PutObjectResult
    Definition Classes
    S3
  218. def putAsPublicRead(bucket: Bucket, key: String, bytes: Array[Byte], metadata: ObjectMetadata): PutObjectResult
    Definition Classes
    S3
  219. def putAsPublicRead(bucket: Bucket, key: String, file: java.io.File): PutObjectResult
    Definition Classes
    S3
  220. def putAsPublicReadWrite(bucket: Bucket, key: String, bytes: Array[Byte], metadata: ObjectMetadata): PutObjectResult
    Definition Classes
    S3
  221. def putAsPublicReadWrite(bucket: Bucket, key: String, file: java.io.File): PutObjectResult
    Definition Classes
    S3
  222. def putObject(bucket: Bucket, key: String, inputStream: InputStream, metadata: ObjectMetadata): PutObjectResult
    Definition Classes
    S3
  223. def putObject(bucket: Bucket, key: String, bytes: Array[Byte], metadata: ObjectMetadata): PutObjectResult
    Definition Classes
    S3
  224. def putObject(bucket: Bucket, key: String, file: java.io.File): PutObjectResult
    Definition Classes
    S3
  225. def putObject(arg0: String, arg1: String, arg2: String): com.amazonaws.services.s3.model.PutObjectResult
    Definition Classes
    AmazonS3Client → AmazonS3
    Annotations
    @throws(classOf[com.amazonaws.AmazonServiceException]) @throws(classOf[com.amazonaws.SdkClientException])
  226. def putObject(arg0: PutObjectRequest): com.amazonaws.services.s3.model.PutObjectResult
    Definition Classes
    AmazonS3Client → AmazonS3 → S3DirectSpi
    Annotations
    @throws(classOf[com.amazonaws.SdkClientException]) @throws(classOf[com.amazonaws.AmazonServiceException])
  227. def putObject(arg0: String, arg1: String, arg2: InputStream, arg3: ObjectMetadata): com.amazonaws.services.s3.model.PutObjectResult
    Definition Classes
    AmazonS3Client → AmazonS3
    Annotations
    @throws(classOf[com.amazonaws.SdkClientException]) @throws(classOf[com.amazonaws.AmazonServiceException])
  228. def putObject(arg0: String, arg1: String, arg2: java.io.File): com.amazonaws.services.s3.model.PutObjectResult
    Definition Classes
    AmazonS3Client → AmazonS3
    Annotations
    @throws(classOf[com.amazonaws.SdkClientException]) @throws(classOf[com.amazonaws.AmazonServiceException])
  229. def putObjectAsBucketOwnerFullControl(bucket: Bucket, key: String, inputStream: InputStream, metadata: ObjectMetadata): PutObjectResult
    Definition Classes
    S3
  230. def putObjectAsBucketOwnerFullControl(bucket: Bucket, key: String, bytes: Array[Byte], metadata: ObjectMetadata): PutObjectResult
    Definition Classes
    S3
  231. def putObjectAsBucketOwnerFullControl(bucket: Bucket, key: String, file: java.io.File): PutObjectResult
    Definition Classes
    S3
  232. def putObjectAsPublicRead(bucket: Bucket, key: String, inputStream: InputStream, metadata: ObjectMetadata): PutObjectResult
    Definition Classes
    S3
  233. def putObjectAsPublicRead(bucket: Bucket, key: String, bytes: Array[Byte], metadata: ObjectMetadata): PutObjectResult
    Definition Classes
    S3
  234. def putObjectAsPublicRead(bucket: Bucket, key: String, file: java.io.File): PutObjectResult
    Definition Classes
    S3
  235. def putObjectAsPublicReadWrite(bucket: Bucket, key: String, inputStream: InputStream, metadata: ObjectMetadata): PutObjectResult
    Definition Classes
    S3
  236. def putObjectAsPublicReadWrite(bucket: Bucket, key: String, bytes: Array[Byte], metadata: ObjectMetadata): PutObjectResult
    Definition Classes
    S3
  237. def putObjectAsPublicReadWrite(bucket: Bucket, key: String, file: java.io.File): PutObjectResult
    Definition Classes
    S3
  238. def requestMetricCollector(): RequestMetricCollector
    Attributes
    protected[amazonaws]
    Definition Classes
    AmazonWebServiceClient
  239. def restoreObject(arg0: String, arg1: String, arg2: Int): Unit
    Definition Classes
    AmazonS3Client → AmazonS3
    Annotations
    @throws(classOf[com.amazonaws.AmazonServiceException])
  240. def restoreObject(arg0: RestoreObjectRequest): Unit
    Definition Classes
    AmazonS3Client → AmazonS3
    Annotations
    @throws(classOf[com.amazonaws.AmazonServiceException])
  241. def restoreObjectV2(arg0: RestoreObjectRequest): RestoreObjectResult
    Definition Classes
    AmazonS3Client → AmazonS3
    Annotations
    @throws(classOf[com.amazonaws.AmazonServiceException])
  242. def s3AccountOwner: Owner
    Definition Classes
    S3
  243. def selectObjectContent(arg0: SelectObjectContentRequest): SelectObjectContentResult
    Definition Classes
    AmazonS3Client → AmazonS3
    Annotations
    @throws(classOf[com.amazonaws.AmazonServiceException]) @throws(classOf[com.amazonaws.SdkClientException])
  244. def setBucketAccelerateConfiguration(arg0: SetBucketAccelerateConfigurationRequest): Unit
    Definition Classes
    AmazonS3Client → AmazonS3
    Annotations
    @throws(classOf[com.amazonaws.AmazonServiceException]) @throws(classOf[com.amazonaws.SdkClientException])
  245. def setBucketAccelerateConfiguration(arg0: String, arg1: BucketAccelerateConfiguration): Unit
    Definition Classes
    AmazonS3Client → AmazonS3
    Annotations
    @throws(classOf[com.amazonaws.AmazonServiceException]) @throws(classOf[com.amazonaws.SdkClientException])
  246. def setBucketAcl(arg0: SetBucketAclRequest): Unit
    Definition Classes
    AmazonS3Client → AmazonS3
    Annotations
    @throws(classOf[com.amazonaws.SdkClientException]) @throws(classOf[com.amazonaws.AmazonServiceException])
  247. def setBucketAcl(arg0: String, arg1: com.amazonaws.services.s3.model.CannedAccessControlList, arg2: RequestMetricCollector): Unit
    Definition Classes
    AmazonS3Client
    Annotations
    @throws(classOf[com.amazonaws.SdkClientException]) @throws(classOf[com.amazonaws.AmazonServiceException])
  248. def setBucketAcl(arg0: String, arg1: com.amazonaws.services.s3.model.CannedAccessControlList): Unit
    Definition Classes
    AmazonS3Client → AmazonS3
    Annotations
    @throws(classOf[com.amazonaws.SdkClientException]) @throws(classOf[com.amazonaws.AmazonServiceException])
  249. def setBucketAcl(arg0: String, arg1: com.amazonaws.services.s3.model.AccessControlList, arg2: RequestMetricCollector): Unit
    Definition Classes
    AmazonS3Client
  250. def setBucketAcl(arg0: String, arg1: com.amazonaws.services.s3.model.AccessControlList): Unit
    Definition Classes
    AmazonS3Client → AmazonS3
    Annotations
    @throws(classOf[com.amazonaws.SdkClientException]) @throws(classOf[com.amazonaws.AmazonServiceException])
  251. def setBucketAnalyticsConfiguration(arg0: SetBucketAnalyticsConfigurationRequest): SetBucketAnalyticsConfigurationResult
    Definition Classes
    AmazonS3Client → AmazonS3
    Annotations
    @throws(classOf[com.amazonaws.AmazonServiceException]) @throws(classOf[com.amazonaws.SdkClientException])
  252. def setBucketAnalyticsConfiguration(arg0: String, arg1: AnalyticsConfiguration): SetBucketAnalyticsConfigurationResult
    Definition Classes
    AmazonS3Client → AmazonS3
    Annotations
    @throws(classOf[com.amazonaws.AmazonServiceException]) @throws(classOf[com.amazonaws.SdkClientException])
  253. def setBucketCrossOriginConfiguration(arg0: SetBucketCrossOriginConfigurationRequest): Unit
    Definition Classes
    AmazonS3Client → AmazonS3
  254. def setBucketCrossOriginConfiguration(arg0: String, arg1: com.amazonaws.services.s3.model.BucketCrossOriginConfiguration): Unit
    Definition Classes
    AmazonS3Client → AmazonS3
  255. def setBucketEncryption(arg0: SetBucketEncryptionRequest): SetBucketEncryptionResult
    Definition Classes
    AmazonS3Client → AmazonS3
    Annotations
    @throws(classOf[com.amazonaws.AmazonServiceException]) @throws(classOf[com.amazonaws.SdkClientException])
  256. def setBucketInventoryConfiguration(arg0: SetBucketInventoryConfigurationRequest): SetBucketInventoryConfigurationResult
    Definition Classes
    AmazonS3Client → AmazonS3
    Annotations
    @throws(classOf[com.amazonaws.AmazonServiceException]) @throws(classOf[com.amazonaws.SdkClientException])
  257. def setBucketInventoryConfiguration(arg0: String, arg1: InventoryConfiguration): SetBucketInventoryConfigurationResult
    Definition Classes
    AmazonS3Client → AmazonS3
    Annotations
    @throws(classOf[com.amazonaws.AmazonServiceException]) @throws(classOf[com.amazonaws.SdkClientException])
  258. def setBucketLifecycleConfiguration(arg0: SetBucketLifecycleConfigurationRequest): Unit
    Definition Classes
    AmazonS3Client → AmazonS3
  259. def setBucketLifecycleConfiguration(arg0: String, arg1: com.amazonaws.services.s3.model.BucketLifecycleConfiguration): Unit
    Definition Classes
    AmazonS3Client → AmazonS3
  260. def setBucketLoggingConfiguration(arg0: SetBucketLoggingConfigurationRequest): Unit
    Definition Classes
    AmazonS3Client → AmazonS3
    Annotations
    @throws(classOf[com.amazonaws.SdkClientException]) @throws(classOf[com.amazonaws.AmazonServiceException])
  261. def setBucketMetricsConfiguration(arg0: SetBucketMetricsConfigurationRequest): SetBucketMetricsConfigurationResult
    Definition Classes
    AmazonS3Client → AmazonS3
    Annotations
    @throws(classOf[com.amazonaws.AmazonServiceException]) @throws(classOf[com.amazonaws.SdkClientException])
  262. def setBucketMetricsConfiguration(arg0: String, arg1: MetricsConfiguration): SetBucketMetricsConfigurationResult
    Definition Classes
    AmazonS3Client → AmazonS3
    Annotations
    @throws(classOf[com.amazonaws.AmazonServiceException]) @throws(classOf[com.amazonaws.SdkClientException])
  263. def setBucketNotificationConfiguration(arg0: SetBucketNotificationConfigurationRequest): Unit
    Definition Classes
    AmazonS3Client → AmazonS3
    Annotations
    @throws(classOf[com.amazonaws.SdkClientException]) @throws(classOf[com.amazonaws.AmazonServiceException])
  264. def setBucketNotificationConfiguration(arg0: String, arg1: com.amazonaws.services.s3.model.BucketNotificationConfiguration): Unit
    Definition Classes
    AmazonS3Client → AmazonS3
    Annotations
    @throws(classOf[com.amazonaws.SdkClientException]) @throws(classOf[com.amazonaws.AmazonServiceException])
  265. def setBucketPolicy(arg0: SetBucketPolicyRequest): Unit
    Definition Classes
    AmazonS3Client → AmazonS3
    Annotations
    @throws(classOf[com.amazonaws.SdkClientException]) @throws(classOf[com.amazonaws.AmazonServiceException])
  266. def setBucketPolicy(arg0: String, arg1: String): Unit
    Definition Classes
    AmazonS3Client → AmazonS3
    Annotations
    @throws(classOf[com.amazonaws.SdkClientException]) @throws(classOf[com.amazonaws.AmazonServiceException])
  267. def setBucketReplicationConfiguration(arg0: SetBucketReplicationConfigurationRequest): Unit
    Definition Classes
    AmazonS3Client → AmazonS3
    Annotations
    @throws(classOf[com.amazonaws.AmazonServiceException]) @throws(classOf[com.amazonaws.SdkClientException])
  268. def setBucketReplicationConfiguration(arg0: String, arg1: BucketReplicationConfiguration): Unit
    Definition Classes
    AmazonS3Client → AmazonS3
    Annotations
    @throws(classOf[com.amazonaws.AmazonServiceException]) @throws(classOf[com.amazonaws.SdkClientException])
  269. def setBucketTaggingConfiguration(arg0: SetBucketTaggingConfigurationRequest): Unit
    Definition Classes
    AmazonS3Client → AmazonS3
  270. def setBucketTaggingConfiguration(arg0: String, arg1: com.amazonaws.services.s3.model.BucketTaggingConfiguration): Unit
    Definition Classes
    AmazonS3Client → AmazonS3
  271. def setBucketVersioningConfiguration(arg0: SetBucketVersioningConfigurationRequest): Unit
    Definition Classes
    AmazonS3Client → AmazonS3
    Annotations
    @throws(classOf[com.amazonaws.SdkClientException]) @throws(classOf[com.amazonaws.AmazonServiceException])
  272. def setBucketWebsiteConfiguration(arg0: SetBucketWebsiteConfigurationRequest): Unit
    Definition Classes
    AmazonS3Client → AmazonS3
    Annotations
    @throws(classOf[com.amazonaws.SdkClientException]) @throws(classOf[com.amazonaws.AmazonServiceException])
  273. def setBucketWebsiteConfiguration(arg0: String, arg1: com.amazonaws.services.s3.model.BucketWebsiteConfiguration): Unit
    Definition Classes
    AmazonS3Client → AmazonS3
    Annotations
    @throws(classOf[com.amazonaws.SdkClientException]) @throws(classOf[com.amazonaws.AmazonServiceException])
  274. def setEndpointPrefix(arg0: String): Unit
    Attributes
    protected[amazonaws]
    Definition Classes
    AmazonWebServiceClient
  275. def setObjectAcl(arg0: SetObjectAclRequest): Unit
    Definition Classes
    AmazonS3Client → AmazonS3
    Annotations
    @throws(classOf[com.amazonaws.SdkClientException]) @throws(classOf[com.amazonaws.AmazonServiceException])
  276. def setObjectAcl(arg0: String, arg1: String, arg2: String, arg3: com.amazonaws.services.s3.model.CannedAccessControlList, arg4: RequestMetricCollector): Unit
    Definition Classes
    AmazonS3Client
  277. def setObjectAcl(arg0: String, arg1: String, arg2: String, arg3: com.amazonaws.services.s3.model.CannedAccessControlList): Unit
    Definition Classes
    AmazonS3Client → AmazonS3
    Annotations
    @throws(classOf[com.amazonaws.SdkClientException]) @throws(classOf[com.amazonaws.AmazonServiceException])
  278. def setObjectAcl(arg0: String, arg1: String, arg2: String, arg3: com.amazonaws.services.s3.model.AccessControlList, arg4: RequestMetricCollector): Unit
    Definition Classes
    AmazonS3Client
    Annotations
    @throws(classOf[com.amazonaws.SdkClientException]) @throws(classOf[com.amazonaws.AmazonServiceException])
  279. def setObjectAcl(arg0: String, arg1: String, arg2: String, arg3: com.amazonaws.services.s3.model.AccessControlList): Unit
    Definition Classes
    AmazonS3Client → AmazonS3
    Annotations
    @throws(classOf[com.amazonaws.SdkClientException]) @throws(classOf[com.amazonaws.AmazonServiceException])
  280. def setObjectAcl(arg0: String, arg1: String, arg2: com.amazonaws.services.s3.model.CannedAccessControlList): Unit
    Definition Classes
    AmazonS3Client → AmazonS3
    Annotations
    @throws(classOf[com.amazonaws.SdkClientException]) @throws(classOf[com.amazonaws.AmazonServiceException])
  281. def setObjectAcl(arg0: String, arg1: String, arg2: com.amazonaws.services.s3.model.AccessControlList): Unit
    Definition Classes
    AmazonS3Client → AmazonS3
    Annotations
    @throws(classOf[com.amazonaws.SdkClientException]) @throws(classOf[com.amazonaws.AmazonServiceException])
  282. def setObjectLegalHold(arg0: SetObjectLegalHoldRequest): SetObjectLegalHoldResult
    Definition Classes
    AmazonS3Client → AmazonS3
  283. def setObjectLockConfiguration(arg0: SetObjectLockConfigurationRequest): SetObjectLockConfigurationResult
    Definition Classes
    AmazonS3Client → AmazonS3
  284. def setObjectRedirectLocation(arg0: String, arg1: String, arg2: String): Unit
    Definition Classes
    AmazonS3Client → AmazonS3
    Annotations
    @throws(classOf[com.amazonaws.SdkClientException]) @throws(classOf[com.amazonaws.AmazonServiceException])
  285. def setObjectRetention(arg0: SetObjectRetentionRequest): SetObjectRetentionResult
    Definition Classes
    AmazonS3Client → AmazonS3
  286. def setObjectTagging(arg0: SetObjectTaggingRequest): SetObjectTaggingResult
    Definition Classes
    AmazonS3Client → AmazonS3
  287. def setPublicAccessBlock(arg0: SetPublicAccessBlockRequest): SetPublicAccessBlockResult
    Definition Classes
    AmazonS3Client → AmazonS3
  288. def setS3ClientOptions(arg0: S3ClientOptions): Unit
    Definition Classes
    AmazonS3Client → AmazonS3
  289. final def setServiceNameIntern(arg0: String): Unit
    Definition Classes
    AmazonWebServiceClient
  290. final def setSignerRegionOverride(arg0: String): Unit
    Definition Classes
    AmazonWebServiceClient
  291. def setTimeOffset(arg0: Int): Unit
    Definition Classes
    AmazonWebServiceClient
  292. def shouldGenerateClientSideMonitoringEvents(): Boolean
    Attributes
    protected[amazonaws]
    Definition Classes
    AmazonWebServiceClient
  293. def shutdown(): Unit
    Definition Classes
    AmazonWebServiceClient
  294. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  295. def taggingConfig(bucket: Bucket): BucketTaggingConfiguration
    Definition Classes
    S3
  296. def toString(): String
    Definition Classes
    AnyRef → Any
  297. def upload(arg0: PresignedUrlUploadRequest): PresignedUrlUploadResult
    Definition Classes
    AmazonS3Client → AmazonS3
  298. def uploadPart(arg0: UploadPartRequest): UploadPartResult
    Definition Classes
    AmazonS3Client → AmazonS3 → S3DirectSpi
    Annotations
    @throws(classOf[com.amazonaws.SdkClientException]) @throws(classOf[com.amazonaws.AmazonServiceException])
  299. def useStrictHostNameVerification(): Boolean
    Attributes
    protected[com.amazonaws.services.s3]
    Definition Classes
    AmazonS3Client → AmazonWebServiceClient
  300. def versioningConfig(bucket: Bucket): BucketVersioningConfiguration
    Definition Classes
    S3
  301. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  302. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  303. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  304. def waiters(): AmazonS3Waiters
    Definition Classes
    AmazonS3Client → AmazonS3
  305. def websiteConfig(bucket: Bucket): BucketWebsiteConfiguration
    Definition Classes
    S3
  306. def withTimeOffset(arg0: Int): AmazonWebServiceClient
    Definition Classes
    AmazonWebServiceClient

Deprecated Value Members

  1. def addRequestHandler(arg0: RequestHandler2): Unit
    Definition Classes
    AmazonWebServiceClient
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  2. def addRequestHandler(arg0: RequestHandler): Unit
    Definition Classes
    AmazonWebServiceClient
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  3. final def configureRegion(arg0: Regions): Unit
    Definition Classes
    AmazonWebServiceClient
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  4. def createBucket(arg0: String, arg1: String): com.amazonaws.services.s3.model.Bucket
    Definition Classes
    AmazonS3Client → AmazonS3
    Annotations
    @throws(classOf[com.amazonaws.SdkClientException]) @throws(classOf[com.amazonaws.AmazonServiceException]) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  5. def createBucket(arg0: String, arg1: com.amazonaws.services.s3.model.Region): com.amazonaws.services.s3.model.Bucket
    Definition Classes
    AmazonS3Client → AmazonS3
    Annotations
    @throws(classOf[com.amazonaws.SdkClientException]) @throws(classOf[com.amazonaws.AmazonServiceException]) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  6. def getServiceAbbreviation(): String
    Attributes
    protected[amazonaws]
    Definition Classes
    AmazonWebServiceClient
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  7. def getSigner(): Signer
    Attributes
    protected[amazonaws]
    Definition Classes
    AmazonWebServiceClient
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  8. final def makeImmutable(): Unit
    Definition Classes
    AmazonWebServiceClient
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  9. def removeRequestHandler(arg0: RequestHandler2): Unit
    Definition Classes
    AmazonWebServiceClient
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  10. def removeRequestHandler(arg0: RequestHandler): Unit
    Definition Classes
    AmazonWebServiceClient
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  11. def setEndpoint(arg0: String): Unit
    Definition Classes
    AmazonS3Client → AmazonS3 → AmazonWebServiceClient
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  12. def setEndpoint(arg0: String, arg1: String, arg2: String): Unit
    Definition Classes
    AmazonWebServiceClient
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  13. def setRegion(arg0: com.amazonaws.regions.Region): Unit
    Definition Classes
    AmazonS3Client → AmazonS3 → AmazonWebServiceClient
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  14. def withEndpoint[T <: AmazonWebServiceClient](arg0: String): T
    Definition Classes
    AmazonWebServiceClient
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  15. def withRegion[T <: AmazonWebServiceClient](arg0: Regions): T
    Definition Classes
    AmazonWebServiceClient
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  16. def withRegion[T <: AmazonWebServiceClient](arg0: com.amazonaws.regions.Region): T
    Definition Classes
    AmazonWebServiceClient
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from S3

Inherited from AmazonS3Client

Inherited from AmazonS3

Inherited from S3DirectSpi

Inherited from AmazonWebServiceClient

Inherited from AnyRef

Inherited from Any

Ungrouped