Uses of Class
org.apache.camel.component.azure.cosmosdb.CosmosDbOperationsDefinition
-
Packages that use CosmosDbOperationsDefinition Package Description org.apache.camel.component.azure.cosmosdb -
-
Uses of CosmosDbOperationsDefinition in org.apache.camel.component.azure.cosmosdb
Methods in org.apache.camel.component.azure.cosmosdb that return CosmosDbOperationsDefinition Modifier and Type Method Description CosmosDbOperationsDefinitionCosmosDbConfiguration. getOperation()The CosmosDB operation that can be used with this component on the producer.CosmosDbOperationsDefinitionCosmosDbConfigurationOptionsProxy. getOperation(org.apache.camel.Exchange exchange)static CosmosDbOperationsDefinitionCosmosDbOperationsDefinition. valueOf(String name)Returns the enum constant of this type with the specified name.static CosmosDbOperationsDefinition[]CosmosDbOperationsDefinition. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.component.azure.cosmosdb with parameters of type CosmosDbOperationsDefinition Modifier and Type Method Description voidCosmosDbConfiguration. setOperation(CosmosDbOperationsDefinition operation)
-