Uses of Class
org.apache.camel.component.azure.storage.blob.operations.BlobOperationResponse
-
Packages that use BlobOperationResponse Package Description org.apache.camel.component.azure.storage.blob org.apache.camel.component.azure.storage.blob.operations -
-
Uses of BlobOperationResponse in org.apache.camel.component.azure.storage.blob
Methods in org.apache.camel.component.azure.storage.blob with parameters of type BlobOperationResponse Modifier and Type Method Description void
BlobEndpoint. setResponseOnExchange(BlobOperationResponse response, org.apache.camel.Exchange exchange)
-
Uses of BlobOperationResponse in org.apache.camel.component.azure.storage.blob.operations
Methods in org.apache.camel.component.azure.storage.blob.operations that return BlobOperationResponse Modifier and Type Method Description BlobOperationResponse
BlobOperations. clearPageBlob(org.apache.camel.Exchange exchange)
BlobOperationResponse
BlobOperations. commitAppendBlob(org.apache.camel.Exchange exchange)
BlobOperationResponse
BlobOperations. commitBlobBlockList(org.apache.camel.Exchange exchange)
BlobOperationResponse
BlobOperations. createAppendBlob(org.apache.camel.Exchange exchange)
BlobOperationResponse
BlobContainerOperations. createContainer(org.apache.camel.Exchange exchange)
BlobOperationResponse
BlobOperations. createPageBlob(org.apache.camel.Exchange exchange)
BlobOperationResponse
BlobOperations. deleteBlob(org.apache.camel.Exchange exchange)
BlobOperationResponse
BlobContainerOperations. deleteContainer(org.apache.camel.Exchange exchange)
BlobOperationResponse
BlobOperations. downloadBlobToFile(org.apache.camel.Exchange exchange)
BlobOperationResponse
BlobOperations. downloadLink(org.apache.camel.Exchange exchange)
BlobOperationResponse
BlobOperations. getBlob(org.apache.camel.Exchange exchange)
BlobOperationResponse
BlobOperations. getBlobBlockList(org.apache.camel.Exchange exchange)
BlobOperationResponse
BlobOperations. getPageBlobRanges(org.apache.camel.Exchange exchange)
BlobOperationResponse
BlobServiceOperations. listBlobContainers(org.apache.camel.Exchange exchange)
BlobOperationResponse
BlobContainerOperations. listBlobs(org.apache.camel.Exchange exchange)
BlobOperationResponse
BlobOperations. resizePageBlob(org.apache.camel.Exchange exchange)
BlobOperationResponse
BlobOperations. stageBlockBlobList(org.apache.camel.Exchange exchange)
BlobOperationResponse
BlobOperations. uploadBlockBlob(org.apache.camel.Exchange exchange)
BlobOperationResponse
BlobOperations. uploadPageBlob(org.apache.camel.Exchange exchange)
-