Uses of Class
org.apache.camel.v1alpha1.kameletbindingspec.integration.traits.Deployment.Strategy
-
Packages that use Deployment.Strategy Package Description org.apache.camel.v1alpha1.kameletbindingspec.integration.traits -
-
Uses of Deployment.Strategy in org.apache.camel.v1alpha1.kameletbindingspec.integration.traits
Methods in org.apache.camel.v1alpha1.kameletbindingspec.integration.traits that return Deployment.Strategy Modifier and Type Method Description Deployment.StrategyDeployment. getStrategy()static Deployment.StrategyDeployment.Strategy. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Deployment.Strategy[]Deployment.Strategy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.v1alpha1.kameletbindingspec.integration.traits with parameters of type Deployment.Strategy Modifier and Type Method Description voidDeployment. setStrategy(Deployment.Strategy strategy)
-