Uses of Class
org.apache.camel.v1alpha1.kameletbindingspec.integration.traits.Deployer.Kind
-
Packages that use Deployer.Kind Package Description org.apache.camel.v1alpha1.kameletbindingspec.integration.traits -
-
Uses of Deployer.Kind in org.apache.camel.v1alpha1.kameletbindingspec.integration.traits
Methods in org.apache.camel.v1alpha1.kameletbindingspec.integration.traits that return Deployer.Kind Modifier and Type Method Description Deployer.KindDeployer. getKind()static Deployer.KindDeployer.Kind. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Deployer.Kind[]Deployer.Kind. 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 Deployer.Kind Modifier and Type Method Description voidDeployer. setKind(Deployer.Kind kind)
-