Package | Description |
---|---|
com.microsoft.azure.storage |
This package contains the classes for StorageClient.
|
com.microsoft.azure.storage.blob |
Modifier and Type | Method and Description |
---|---|
io.reactivex.Single<BlobSetTierResponse> |
GeneratedBlobs.setTierWithRestResponseAsync(AccessTier tier,
Integer timeout,
String requestId)
The Set Tier operation sets the tier on a blob.
|
Modifier and Type | Method and Description |
---|---|
io.reactivex.Single<BlobSetTierResponse> |
BlobURL.setTier(AccessTier tier)
Sets the tier on a blob.
|
This documentation was released into the public domain.