|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ObjectMetadata.StorageClass | |
---|---|
org.jclouds.s3.domain | This package contains the core components of S3. |
org.jclouds.s3.domain.internal |
Uses of ObjectMetadata.StorageClass in org.jclouds.s3.domain |
---|
Methods in org.jclouds.s3.domain that return ObjectMetadata.StorageClass | |
---|---|
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. |
Methods in org.jclouds.s3.domain with parameters of type ObjectMetadata.StorageClass | |
---|---|
void |
MutableObjectMetadata.setStorageClass(ObjectMetadata.StorageClass storageClass)
Currently defaults to 'STANDARD' and not used. |
ObjectMetadataBuilder |
ObjectMetadataBuilder.storageClass(ObjectMetadata.StorageClass storageClass)
|
Uses of ObjectMetadata.StorageClass in org.jclouds.s3.domain.internal |
---|
Methods in org.jclouds.s3.domain.internal that return ObjectMetadata.StorageClass | |
---|---|
ObjectMetadata.StorageClass |
BucketListObjectMetadata.getStorageClass()
Currently defaults to 'STANDARD' and not used. |
ObjectMetadata.StorageClass |
MutableObjectMetadataImpl.getStorageClass()
Currently defaults to 'STANDARD' and not used. |
ObjectMetadata.StorageClass |
CopyObjectResult.getStorageClass()
Currently defaults to 'STANDARD' and not used. |
Methods in org.jclouds.s3.domain.internal with parameters of type ObjectMetadata.StorageClass | |
---|---|
void |
MutableObjectMetadataImpl.setStorageClass(ObjectMetadata.StorageClass storageClass)
Currently defaults to 'STANDARD' and not used. |
Constructors in org.jclouds.s3.domain.internal with parameters of type ObjectMetadata.StorageClass | |
---|---|
BucketListObjectMetadata(String key,
String bucket,
URI uri,
Date lastModified,
String eTag,
byte[] md5,
long contentLength,
CanonicalUser owner,
ObjectMetadata.StorageClass storageClass)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |