| Package | Description | 
|---|---|
| org.jclouds.aws.s3.blobstore.options | |
| org.jclouds.s3.domain | 
 This package contains the core components of S3. 
 | 
| org.jclouds.s3.domain.internal | 
| Modifier and Type | Method and Description | 
|---|---|
ObjectMetadata.StorageClass | 
AWSS3PutOptions.getStorageClass()  | 
ObjectMetadata.StorageClass | 
AWSS3PutObjectOptions.getStorageClass()  | 
| Modifier and Type | Method and Description | 
|---|---|
AWSS3PutOptions | 
AWSS3PutOptions.storageClass(ObjectMetadata.StorageClass storageClass)  | 
static AWSS3PutOptions | 
AWSS3PutOptions.Builder.storageClass(ObjectMetadata.StorageClass storageClass)  | 
AWSS3PutObjectOptions | 
AWSS3PutObjectOptions.storageClass(ObjectMetadata.StorageClass storageClass)  | 
static AWSS3PutObjectOptions | 
AWSS3PutObjectOptions.Builder.storageClass(ObjectMetadata.StorageClass storageClass)  | 
| Constructor and Description | 
|---|
AWSS3PutOptions(boolean multipart,
               ObjectMetadata.StorageClass storageClass)  | 
| Modifier and Type | Method and Description | 
|---|---|
ObjectMetadata.StorageClass | 
ObjectMetadata.getStorageClass()
Currently defaults to 'STANDARD' and not used. 
 | 
static ObjectMetadata.StorageClass | 
ObjectMetadata.StorageClass.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static ObjectMetadata.StorageClass[] | 
ObjectMetadata.StorageClass.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
MutableObjectMetadata.setStorageClass(ObjectMetadata.StorageClass storageClass)
Currently defaults to 'STANDARD' and not used. 
 | 
ObjectMetadataBuilder | 
ObjectMetadataBuilder.storageClass(ObjectMetadata.StorageClass storageClass)  | 
| Modifier and Type | Method and Description | 
|---|---|
ObjectMetadata.StorageClass | 
MutableObjectMetadataImpl.getStorageClass()
Currently defaults to 'STANDARD' and not used. 
 | 
ObjectMetadata.StorageClass | 
CopyObjectResult.getStorageClass()
Currently defaults to 'STANDARD' and not used. 
 | 
ObjectMetadata.StorageClass | 
BucketListObjectMetadata.getStorageClass()
Currently defaults to 'STANDARD' and not used. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
MutableObjectMetadataImpl.setStorageClass(ObjectMetadata.StorageClass storageClass)
Currently defaults to 'STANDARD' and not used. 
 | 
| Constructor and Description | 
|---|
BucketListObjectMetadata(String key,
                        String bucket,
                        URI uri,
                        Date lastModified,
                        String eTag,
                        byte[] md5,
                        long contentLength,
                        CanonicalUser owner,
                        ObjectMetadata.StorageClass storageClass)  | 
Copyright © 2009-2013 jclouds. All Rights Reserved.