| Package | Description |
|---|---|
| org.apache.camel.component.azure.storage.blob |
| Modifier and Type | Method and 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 producer
|
BlobOperationsDefinition |
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BlobConfiguration.setOperation(BlobOperationsDefinition operation) |
Apache Camel