Uses of Class
org.apache.camel.component.azure.storage.blob.BlobConfiguration
Packages that use BlobConfiguration
Package
Description
-
Uses of BlobConfiguration in org.apache.camel.component.azure.storage.blob
Methods in org.apache.camel.component.azure.storage.blob that return BlobConfigurationModifier and TypeMethodDescriptionBlobConfiguration.copy()BlobComponent.getConfiguration()The component configurationsBlobConfigurationOptionsProxy.getConfiguration()BlobEndpoint.getConfiguration()The component configurationsMethods in org.apache.camel.component.azure.storage.blob with parameters of type BlobConfigurationModifier and TypeMethodDescriptionstatic StringBlobUtils.getBlobName(BlobConfiguration configuration, org.apache.camel.Exchange exchange) static StringBlobUtils.getContainerName(BlobConfiguration configuration, org.apache.camel.Exchange exchange) voidBlobComponent.setConfiguration(BlobConfiguration configuration) voidBlobEndpoint.setConfiguration(BlobConfiguration configuration) Constructors in org.apache.camel.component.azure.storage.blob with parameters of type BlobConfigurationModifierConstructorDescriptionBlobConfigurationOptionsProxy(BlobConfiguration configuration) BlobEndpoint(String uri, org.apache.camel.Component component, BlobConfiguration configuration) -
Uses of BlobConfiguration in org.apache.camel.component.azure.storage.blob.client
Methods in org.apache.camel.component.azure.storage.blob.client with parameters of type BlobConfigurationModifier and TypeMethodDescriptionstatic com.azure.storage.blob.BlobServiceClientBlobClientFactory.createBlobServiceClient(BlobConfiguration configuration) -
Uses of BlobConfiguration in org.apache.camel.component.azure.storage.blob.operations
Constructors in org.apache.camel.component.azure.storage.blob.operations with parameters of type BlobConfigurationModifierConstructorDescriptionBlobContainerOperations(BlobConfiguration configuration, BlobContainerClientWrapper client) BlobOperations(BlobConfiguration configuration, BlobClientWrapper client) BlobServiceOperations(BlobConfiguration configuration, BlobServiceClientWrapper client)