Uses of Class
org.apache.camel.component.azure.storage.blob.operations.BlobOperationResponse
Packages that use BlobOperationResponse
Package
Description
-
Uses of BlobOperationResponse in org.apache.camel.component.azure.storage.blob
Methods in org.apache.camel.component.azure.storage.blob with parameters of type BlobOperationResponseModifier and TypeMethodDescriptionvoidBlobEndpoint.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 BlobOperationResponseModifier and TypeMethodDescriptionBlobOperations.clearPageBlob(org.apache.camel.Exchange exchange) BlobOperations.commitAppendBlob(org.apache.camel.Exchange exchange) BlobOperations.commitBlobBlockList(org.apache.camel.Exchange exchange) BlobOperations.copyBlob(org.apache.camel.Exchange exchange) static BlobOperationResponseBlobOperationResponse.create(com.azure.core.http.rest.Response<?> response) static BlobOperationResponsestatic BlobOperationResponseBlobOperations.createAppendBlob(org.apache.camel.Exchange exchange) BlobContainerOperations.createContainer(org.apache.camel.Exchange exchange) BlobOperations.createPageBlob(org.apache.camel.Exchange exchange) static BlobOperationResponseBlobOperationResponse.createWithEmptyBody()static BlobOperationResponseBlobOperationResponse.createWithEmptyBody(com.azure.core.http.rest.Response<?> response) static BlobOperationResponseBlobOperationResponse.createWithEmptyBody(Map<String, Object> headers) BlobOperations.deleteBlob(org.apache.camel.Exchange exchange) BlobContainerOperations.deleteContainer(org.apache.camel.Exchange exchange) BlobOperations.downloadBlobToFile(org.apache.camel.Exchange exchange) BlobOperations.downloadLink(org.apache.camel.Exchange exchange) BlobOperations.getBlob(org.apache.camel.Exchange exchange) BlobOperations.getBlobBlockList(org.apache.camel.Exchange exchange) BlobChangeFeedOperations.getEvents(org.apache.camel.Exchange exchange) BlobOperations.getPageBlobRanges(org.apache.camel.Exchange exchange) BlobServiceOperations.listBlobContainers(org.apache.camel.Exchange exchange) BlobContainerOperations.listBlobs(org.apache.camel.Exchange exchange) BlobOperations.resizePageBlob(org.apache.camel.Exchange exchange) BlobOperations.stageBlockBlobList(org.apache.camel.Exchange exchange) BlobOperations.uploadBlockBlob(org.apache.camel.Exchange exchange) BlobOperations.uploadPageBlob(org.apache.camel.Exchange exchange)