Uses of Class
org.apache.camel.component.azure.storage.blob.BlobOperationsDefinition
-
Packages that use BlobOperationsDefinition Package Description org.apache.camel.component.azure.storage.blob -
-
Uses of BlobOperationsDefinition in org.apache.camel.component.azure.storage.blob
Methods in org.apache.camel.component.azure.storage.blob that return BlobOperationsDefinition Modifier and Type Method Description static BlobOperationsDefinitionBlobExchangeHeaders. getBlobOperationsDefinitionFromHeaders(org.apache.camel.Exchange exchange)BlobOperationsDefinitionBlobConfiguration. getOperation()The blob operation that can be used with this component on the producerBlobOperationsDefinitionBlobConfigurationOptionsProxy. getOperation(org.apache.camel.Exchange exchange)static BlobOperationsDefinitionBlobOperationsDefinition. valueOf(String name)Returns the enum constant of this type with the specified name.static BlobOperationsDefinition[]BlobOperationsDefinition. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.component.azure.storage.blob with parameters of type BlobOperationsDefinition Modifier and Type Method Description voidBlobConfiguration. setOperation(BlobOperationsDefinition operation)
-