Uses of Class
com.amazonaws.services.s3.model.StorageClass

Packages that use StorageClass
com.amazonaws.services.s3 Synchronous client for accessing Amazon S3. 
com.amazonaws.services.s3.model Classes modeling the various types represented by Amazon S3. 
 

Uses of StorageClass in com.amazonaws.services.s3
 

Methods in com.amazonaws.services.s3 with parameters of type StorageClass
 void AmazonS3Client.changeObjectStorageClass(String bucketName, String key, StorageClass newStorageClass)
           
 void AmazonS3.changeObjectStorageClass(String bucketName, String key, StorageClass newStorageClass)
           Changes the Amazon S3 storage class for a specified object.
 

Uses of StorageClass in com.amazonaws.services.s3.model
 

Methods in com.amazonaws.services.s3.model that return StorageClass
static StorageClass StorageClass.fromValue(String s3StorageClassString)
          Returns the Amazon S3 StorageClass enumeration value representing the specified Amazon S3 StorageClass ID string.
 StorageClass InitiateMultipartUploadRequest.getStorageClass()
          Returns the optional storage class to use when storing this upload's data in S3.
 StorageClass BucketLifecycleConfiguration.Transition.getStorageClass()
          Returns the storage class of this object.
 StorageClass BucketLifecycleConfiguration.NoncurrentVersionTransition.getStorageClass()
          Returns the storage class of this object.
static StorageClass StorageClass.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static StorageClass[] StorageClass.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.amazonaws.services.s3.model with parameters of type StorageClass
 void PutObjectRequest.setStorageClass(StorageClass storageClass)
          Sets the optional Amazon S3 storage class to use when storing the new object.
 void InitiateMultipartUploadRequest.setStorageClass(StorageClass storageClass)
          Sets the optional storage class to use when storing this upload's data in S3.
 void CopyObjectRequest.setStorageClass(StorageClass storageClass)
           Sets the optional Amazon S3 storage class to use when storing the newly copied object.
 void BucketLifecycleConfiguration.Transition.setStorageClass(StorageClass storageClass)
          Sets the storage class of this object.
 void BucketLifecycleConfiguration.NoncurrentVersionTransition.setStorageClass(StorageClass storageClass)
          Sets the storage class of this object.
 PutObjectRequest PutObjectRequest.withStorageClass(StorageClass storageClass)
          Sets the optional Amazon S3 storage class to use when storing the new object.
 InitiateMultipartUploadRequest InitiateMultipartUploadRequest.withStorageClass(StorageClass storageClass)
          Sets the optional storage class to use when storing this upload's data in S3.
 CopyObjectRequest CopyObjectRequest.withStorageClass(StorageClass storageClass)
           Sets the optional Amazon S3 storage class to use when storing the newly copied object and returns this CopyObjectRequest, enabling additional method calls to be chained together.
 BucketLifecycleConfiguration.Transition BucketLifecycleConfiguration.Transition.withStorageClass(StorageClass storageClass)
          Sets the storage class of this object and returns a reference to this object(Transition) for method chaining.
 BucketLifecycleConfiguration.NoncurrentVersionTransition BucketLifecycleConfiguration.NoncurrentVersionTransition.withStorageClass(StorageClass storageClass)
          Sets the storage class of this object and returns a reference to this object for method chaining.
 



Copyright © 2016. All rights reserved.