Uses of Class
org.jclouds.azureblob.domain.AccessTier
-
Packages that use AccessTier Package Description org.jclouds.azureblob org.jclouds.azureblob.domain org.jclouds.azureblob.domain.internal -
-
Uses of AccessTier in org.jclouds.azureblob
Methods in org.jclouds.azureblob with parameters of type AccessTier Modifier and Type Method Description voidAzureBlobClient. setBlobTier(String container, String name, AccessTier tier) -
Uses of AccessTier in org.jclouds.azureblob.domain
Methods in org.jclouds.azureblob.domain that return AccessTier Modifier and Type Method Description static AccessTierAccessTier. fromTier(Tier tier)static AccessTierAccessTier. fromValue(String tier)AccessTierBlobProperties. getTier()static AccessTierAccessTier. valueOf(String name)Returns the enum constant of this type with the specified name.static AccessTier[]AccessTier. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jclouds.azureblob.domain with parameters of type AccessTier Modifier and Type Method Description voidMutableBlobProperties. setTier(AccessTier tier) -
Uses of AccessTier in org.jclouds.azureblob.domain.internal
Methods in org.jclouds.azureblob.domain.internal that return AccessTier Modifier and Type Method Description AccessTierBlobPropertiesImpl. getTier()AccessTierMutableBlobPropertiesImpl. getTier()Methods in org.jclouds.azureblob.domain.internal with parameters of type AccessTier Modifier and Type Method Description voidMutableBlobPropertiesImpl. setTier(AccessTier tier)Constructors in org.jclouds.azureblob.domain.internal with parameters of type AccessTier Constructor Description BlobPropertiesImpl(BlobType type, AccessTier tier, String name, String container, URI url, Date lastModified, String eTag, long size, String contentType, byte[] contentMD5, String contentMetadata, String contentLanguage, Date currentExpires, LeaseStatus leaseStatus, Map<String,String> metadata)
-