Package | Description |
---|---|
org.jclouds.azureblob | |
org.jclouds.azureblob.domain | |
org.jclouds.azureblob.domain.internal |
Modifier and Type | Method and Description |
---|---|
void |
AzureBlobClient.setBlobTier(String container,
String name,
AccessTier tier) |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
void |
MutableBlobProperties.setTier(AccessTier tier) |
Modifier and Type | Method and Description |
---|---|
AccessTier |
MutableBlobPropertiesImpl.getTier() |
AccessTier |
BlobPropertiesImpl.getTier() |
Modifier and Type | Method and Description |
---|---|
void |
MutableBlobPropertiesImpl.setTier(AccessTier tier) |
Constructor and 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) |
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.