Uses of Enum Class
org.jclouds.azureblob.domain.AccessTier
Packages that use AccessTier
Package
Description
- 
Uses of AccessTier in org.jclouds.azureblob
Methods in org.jclouds.azureblob with parameters of type AccessTierModifier and TypeMethodDescriptionvoidAzureBlobClient.setBlobTier(String container, String name, AccessTier tier)  - 
Uses of AccessTier in org.jclouds.azureblob.domain
Methods in org.jclouds.azureblob.domain that return AccessTierModifier and TypeMethodDescriptionstatic AccessTierstatic AccessTierBlobProperties.getTier()static AccessTierReturns the enum constant of this class with the specified name.static AccessTier[]AccessTier.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jclouds.azureblob.domain with parameters of type AccessTier - 
Uses of AccessTier in org.jclouds.azureblob.domain.internal
Methods in org.jclouds.azureblob.domain.internal that return AccessTierModifier and TypeMethodDescriptionBlobPropertiesImpl.getTier()MutableBlobPropertiesImpl.getTier()Methods in org.jclouds.azureblob.domain.internal with parameters of type AccessTierConstructors in org.jclouds.azureblob.domain.internal with parameters of type AccessTierModifierConstructorDescriptionBlobPropertiesImpl(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)