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 BlobOperationsDefinition
BlobExchangeHeaders. getBlobOperationsDefinitionFromHeaders(org.apache.camel.Exchange exchange)
BlobOperationsDefinition
BlobConfiguration. getOperation()
The blob operation that can be used with this component on the producerBlobOperationsDefinition
BlobConfigurationOptionsProxy. getOperation(org.apache.camel.Exchange exchange)
static BlobOperationsDefinition
BlobOperationsDefinition. 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 void
BlobConfiguration. setOperation(BlobOperationsDefinition operation)
-