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 void
AzureBlobClient. 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 AccessTier
AccessTier. fromTier(Tier tier)
static AccessTier
AccessTier. fromValue(String tier)
AccessTier
BlobProperties. getTier()
static AccessTier
AccessTier. 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 void
MutableBlobProperties. 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 AccessTier
BlobPropertiesImpl. getTier()
AccessTier
MutableBlobPropertiesImpl. getTier()
Methods in org.jclouds.azureblob.domain.internal with parameters of type AccessTier Modifier and Type Method Description void
MutableBlobPropertiesImpl. 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)
-