Uses of Class
org.apache.camel.component.docker.DockerOperation
-
Packages that use DockerOperation Package Description org.apache.camel.component.docker -
-
Uses of DockerOperation in org.apache.camel.component.docker
Methods in org.apache.camel.component.docker that return DockerOperation Modifier and Type Method Description static DockerOperationDockerOperation. getDockerOperation(String name)DockerOperationDockerConfiguration. getOperation()static DockerOperationDockerOperation. valueOf(String name)Returns the enum constant of this type with the specified name.static DockerOperation[]DockerOperation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.component.docker with parameters of type DockerOperation Modifier and Type Method Description voidDockerConfiguration. setOperation(DockerOperation operation)Which operation to use
-