- ParseAzureBlobErrorFromXmlContent - Class in org.jclouds.azureblob.handlers
-
- parseAzureStorageErrorFromContent(HttpCommand, HttpResponse, InputStream) - Method in class org.jclouds.azure.storage.util.AzureStorageUtils
-
- ParseAzureStorageErrorFromXmlContent - Class in org.jclouds.azure.storage.handlers
-
This will parse and set an appropriate exception on the command object.
- ParseAzureStorageErrorFromXmlContent(AzureStorageUtils) - Constructor for class org.jclouds.azure.storage.handlers.ParseAzureStorageErrorFromXmlContent
-
- ParseBlobFromHeadersAndHttpContent - Class in org.jclouds.azureblob.functions
-
Parses response headers and creates a new AzureBlob from them and the HTTP content.
- ParseBlobFromHeadersAndHttpContent(ParseBlobPropertiesFromHeaders, AzureBlob.Factory) - Constructor for class org.jclouds.azureblob.functions.ParseBlobFromHeadersAndHttpContent
-
- ParseBlobPropertiesFromHeaders - Class in org.jclouds.azureblob.functions
-
- ParseBlobPropertiesFromHeaders(ParseSystemAndUserMetadataFromHeaders, BlobMetadataToBlobProperties) - Constructor for class org.jclouds.azureblob.functions.ParseBlobPropertiesFromHeaders
-
- ParseContainerPropertiesFromHeaders - Class in org.jclouds.azureblob.functions
-
This parses @{link org.jclouds.azureblob.domain.ListableContainerProperties from
HTTP headers.
- ParseContainerPropertiesFromHeaders(DateService, String) - Constructor for class org.jclouds.azureblob.functions.ParseContainerPropertiesFromHeaders
-
- ParsePublicAccessHeader - Class in org.jclouds.azureblob.functions
-
- ParsePublicAccessHeader() - Constructor for class org.jclouds.azureblob.functions.ParsePublicAccessHeader
-
- prefix - Variable in class org.jclouds.azure.storage.domain.internal.BoundedHashSet
-
- prefix(String) - Static method in class org.jclouds.azure.storage.options.ListOptions.Builder
-
- prefix(String) - Method in class org.jclouds.azure.storage.options.ListOptions
-
Filters the results to return only objects whose name begins with the specified prefix.
- prefix(String) - Static method in class org.jclouds.azureblob.options.ListBlobsOptions.Builder
-
- prefix(String) - Method in class org.jclouds.azureblob.options.ListBlobsOptions
-
Filters the results to return only objects whose name begins with the specified prefix.
- provideTimeStamp(Supplier<String>) - Method in class org.jclouds.azureblob.config.AzureBlobHttpApiModule
-
- provideTimeStampCache(long, DateService) - Method in class org.jclouds.azureblob.config.AzureBlobHttpApiModule
-
borrowing concurrency code to ensure that caching takes place properly
- PublicAccess - Enum in org.jclouds.azureblob.domain
-
Indicates whether data in the container may be accessed publicly and the level of access.
- putBlob(String, AzureBlob) - Method in interface org.jclouds.azureblob.AzureBlobClient
-
The Put Blob operation creates a new blob or updates the content of an existing blob.
- putBlob(String, Blob) - Method in class org.jclouds.azureblob.blobstore.AzureBlobStore
-
This implementation invokes AzureBlobClient#putObject
- putBlob(String, Blob, PutOptions) - Method in class org.jclouds.azureblob.blobstore.AzureBlobStore
-
This implementation invokes AzureBlobClient#putObject
- putBlock(String, String, String, Payload) - Method in interface org.jclouds.azureblob.AzureBlobClient
-
The Put Block operation creates a block blob on Azure which can be later assembled into
a single, large blob object with the Put Block List operation.
- putBlock(String, String, String, Payload) - Method in class org.jclouds.azureblob.blobstore.AzureBlobStore
-
The Put Block operation creates a block blob on Azure which can be later assembled into
a single, large blob object with the Put Block List operation.
- putBlockList(String, String, List<String>) - Method in interface org.jclouds.azureblob.AzureBlobClient
-
Deprecated.
call putBlockList(String, AzureBlob, List<String>) instead
- putBlockList(String, AzureBlob, List<String>) - Method in interface org.jclouds.azureblob.AzureBlobClient
-
The Put Block List assembles a list of blocks previously uploaded with Put Block into a single
blob.
- putBlockList(String, String, List<String>) - Method in class org.jclouds.azureblob.blobstore.AzureBlobStore
-
The Put Block operation creates a block blob on Azure which can be later assembled into
a single, large blob object with the Put Block List operation.