Uses of Class
org.jclouds.blobstore.domain.Tier
-
Packages that use Tier Package Description org.jclouds.azureblob.domain org.jclouds.blobstore.domain org.jclouds.blobstore.domain.internal org.jclouds.googlecloudstorage.domain org.jclouds.s3.domain This package contains the core components of S3. -
-
Uses of Tier in org.jclouds.azureblob.domain
Methods in org.jclouds.azureblob.domain that return Tier Modifier and Type Method Description Tier
AccessTier. toTier()
Methods in org.jclouds.azureblob.domain with parameters of type Tier Modifier and Type Method Description static AccessTier
AccessTier. fromTier(Tier tier)
-
Uses of Tier in org.jclouds.blobstore.domain
Methods in org.jclouds.blobstore.domain that return Tier Modifier and Type Method Description Tier
StorageMetadata. getTier()
static Tier
Tier. valueOf(String name)
Returns the enum constant of this type with the specified name.static Tier[]
Tier. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jclouds.blobstore.domain with parameters of type Tier Modifier and Type Method Description void
MutableBlobMetadata. setTier(Tier tier)
void
MutableStorageMetadata. setTier(Tier tier)
BlobBuilder
BlobBuilder. tier(Tier tier)
-
Uses of Tier in org.jclouds.blobstore.domain.internal
Methods in org.jclouds.blobstore.domain.internal that return Tier Modifier and Type Method Description Tier
MutableBlobMetadataImpl. getTier()
Tier
MutableStorageMetadataImpl. getTier()
Tier
StorageMetadataImpl. getTier()
Methods in org.jclouds.blobstore.domain.internal with parameters of type Tier Modifier and Type Method Description void
MutableBlobMetadataImpl. setTier(Tier tier)
void
MutableStorageMetadataImpl. setTier(Tier tier)
BlobBuilder
BlobBuilderImpl.PayloadBlobBuilderImpl. tier(Tier tier)
BlobBuilder
BlobBuilderImpl. tier(Tier tier)
Constructors in org.jclouds.blobstore.domain.internal with parameters of type Tier Constructor Description BlobMetadataImpl(String id, String name, Location location, URI uri, String eTag, Date creationDate, Date lastModified, Map<String,String> userMetadata, URI publicUri, String container, ContentMetadata contentMetadata, Long size, Tier tier)
StorageMetadataImpl(StorageType type, String id, String name, Location location, URI uri, String eTag, Date creationDate, Date lastModified, Map<String,String> userMetadata, Long size, Tier tier)
-
Uses of Tier in org.jclouds.googlecloudstorage.domain
Methods in org.jclouds.googlecloudstorage.domain that return Tier Modifier and Type Method Description Tier
DomainResourceReferences.StorageClass. toTier()
Methods in org.jclouds.googlecloudstorage.domain with parameters of type Tier Modifier and Type Method Description static DomainResourceReferences.StorageClass
DomainResourceReferences.StorageClass. fromTier(Tier tier)
-
Uses of Tier in org.jclouds.s3.domain
Methods in org.jclouds.s3.domain that return Tier Modifier and Type Method Description Tier
ObjectMetadata.StorageClass. toTier()
Methods in org.jclouds.s3.domain with parameters of type Tier Modifier and Type Method Description static ObjectMetadata.StorageClass
ObjectMetadata.StorageClass. fromTier(Tier tier)
-