Uses of Interface
org.jclouds.azureblob.domain.BlobBlockProperties
-
Packages that use BlobBlockProperties Package Description org.jclouds.azureblob.domain org.jclouds.azureblob.domain.internal -
-
Uses of BlobBlockProperties in org.jclouds.azureblob.domain
Methods in org.jclouds.azureblob.domain that return types with arguments of type BlobBlockProperties Modifier and Type Method Description List<BlobBlockProperties>
ListBlobBlocksResponse. getBlocks()
-
Uses of BlobBlockProperties in org.jclouds.azureblob.domain.internal
Classes in org.jclouds.azureblob.domain.internal that implement BlobBlockProperties Modifier and Type Class Description class
BlobBlockPropertiesImpl
Representation of the blocks which compose a BlobMethods in org.jclouds.azureblob.domain.internal that return types with arguments of type BlobBlockProperties Modifier and Type Method Description List<BlobBlockProperties>
ListBlobBlocksResponseImpl. getBlocks()
Constructor parameters in org.jclouds.azureblob.domain.internal with type arguments of type BlobBlockProperties Constructor Description ListBlobBlocksResponseImpl(List<BlobBlockProperties> blocks)
-