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 TierAccessTier. toTier()Methods in org.jclouds.azureblob.domain with parameters of type Tier Modifier and Type Method Description static AccessTierAccessTier. 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 TierStorageMetadata. getTier()static TierTier. 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 voidMutableBlobMetadata. setTier(Tier tier)voidMutableStorageMetadata. setTier(Tier tier)BlobBuilderBlobBuilder. 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 TierMutableBlobMetadataImpl. getTier()TierMutableStorageMetadataImpl. getTier()TierStorageMetadataImpl. getTier()Methods in org.jclouds.blobstore.domain.internal with parameters of type Tier Modifier and Type Method Description voidMutableBlobMetadataImpl. setTier(Tier tier)voidMutableStorageMetadataImpl. setTier(Tier tier)BlobBuilderBlobBuilderImpl.PayloadBlobBuilderImpl. tier(Tier tier)BlobBuilderBlobBuilderImpl. 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 TierDomainResourceReferences.StorageClass. toTier()Methods in org.jclouds.googlecloudstorage.domain with parameters of type Tier Modifier and Type Method Description static DomainResourceReferences.StorageClassDomainResourceReferences.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 TierObjectMetadata.StorageClass. toTier()Methods in org.jclouds.s3.domain with parameters of type Tier Modifier and Type Method Description static ObjectMetadata.StorageClassObjectMetadata.StorageClass. fromTier(Tier tier)
-