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 AmazonS3.changeObjectStorageClass(String bucketName, String key, StorageClass newStorageClass)
          Changes the Amazon S3 storage class for a specified object.
 void AmazonS3Client.changeObjectStorageClass(String bucketName, String key, StorageClass newStorageClass)
           
 

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 storage class enum value representing the specified Amazon S3 storage class ID string.
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 CopyObjectRequest.setStorageClass(StorageClass storageClass)
          Sets the optional Amazon S3 storage class to use when storing the newly copied object.
 void PutObjectRequest.setStorageClass(StorageClass storageClass)
          Sets the optional Amazon S3 storage class to use when storing the new object.
 CopyObjectRequest CopyObjectRequest.withStorageClass(StorageClass storageClass)
          Sets the optional Amazon S3 storage class to use when storing the newly copied object, and returns this CopyObjectRequest so that additional method calls can be chained together.
 PutObjectRequest PutObjectRequest.withStorageClass(StorageClass storageClass)
          Sets the optional Amazon S3 storage class to use when storing the new object, and returns this PutObjectRequest so that additional method calls can be chained together.
 



Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.