Uses of Class
org.jclouds.azureblob.domain.PublicAccess

Packages that use PublicAccess
org.jclouds.azureblob   
org.jclouds.azureblob.blobstore.config   
org.jclouds.azureblob.blobstore.functions   
org.jclouds.azureblob.domain   
org.jclouds.azureblob.functions   
org.jclouds.azureblob.options   
 

Uses of PublicAccess in org.jclouds.azureblob
 

Methods in org.jclouds.azureblob that return PublicAccess
 PublicAccess AzureBlobClient.getPublicAccessForContainer(String container)
           
 

Methods in org.jclouds.azureblob that return types with arguments of type PublicAccess
 com.google.common.util.concurrent.ListenableFuture<PublicAccess> AzureBlobAsyncClient.getPublicAccessForContainer(String container)
           
 

Uses of PublicAccess in org.jclouds.azureblob.blobstore.config
 

Methods in org.jclouds.azureblob.blobstore.config that return types with arguments of type PublicAccess
protected  Map<String,PublicAccess> AzureBlobStoreContextModule.containerAcls(AzureBlobClient client)
           
 

Uses of PublicAccess in org.jclouds.azureblob.blobstore.functions
 

Constructor parameters in org.jclouds.azureblob.blobstore.functions with type arguments of type PublicAccess
BlobPropertiesToBlobMetadata(IfDirectoryReturnNameStrategy ifDirectoryReturnName, Map<String,PublicAccess> containerAcls)
           
 

Uses of PublicAccess in org.jclouds.azureblob.domain
 

Methods in org.jclouds.azureblob.domain that return PublicAccess
static PublicAccess PublicAccess.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PublicAccess[] PublicAccess.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of PublicAccess in org.jclouds.azureblob.functions
 

Methods in org.jclouds.azureblob.functions that return PublicAccess
 PublicAccess ParsePublicAccessHeader.apply(HttpResponse from)
           
 

Uses of PublicAccess in org.jclouds.azureblob.options
 

Methods in org.jclouds.azureblob.options with parameters of type PublicAccess
 CreateContainerOptions CreateContainerOptions.withPublicAccess(PublicAccess access)
          Indicates whether a container may be accessed publicly
static CreateContainerOptions CreateContainerOptions.Builder.withPublicAccess(PublicAccess access)
           
 



Copyright © 2009-2011 jclouds. All Rights Reserved.