Uses of Class
org.apache.camel.builder.endpoint.dsl.KMS2EndpointBuilderFactory.KMS2Operations
-
Packages that use KMS2EndpointBuilderFactory.KMS2Operations Package Description org.apache.camel.builder.endpoint.dsl -
-
Uses of KMS2EndpointBuilderFactory.KMS2Operations in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return KMS2EndpointBuilderFactory.KMS2Operations Modifier and Type Method Description static KMS2EndpointBuilderFactory.KMS2OperationsKMS2EndpointBuilderFactory.KMS2Operations. valueOf(String name)Returns the enum constant of this type with the specified name.static KMS2EndpointBuilderFactory.KMS2Operations[]KMS2EndpointBuilderFactory.KMS2Operations. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.builder.endpoint.dsl with parameters of type KMS2EndpointBuilderFactory.KMS2Operations Modifier and Type Method Description default KMS2EndpointBuilderFactory.KMS2EndpointBuilderKMS2EndpointBuilderFactory.KMS2EndpointBuilder. operation(KMS2EndpointBuilderFactory.KMS2Operations operation)The operation to perform.
-