Uses of Class
org.apache.camel.component.google.secret.manager.GoogleSecretManagerOperations
-
Packages that use GoogleSecretManagerOperations Package Description org.apache.camel.component.google.secret.manager -
-
Uses of GoogleSecretManagerOperations in org.apache.camel.component.google.secret.manager
Methods in org.apache.camel.component.google.secret.manager that return GoogleSecretManagerOperations Modifier and Type Method Description GoogleSecretManagerOperationsGoogleSecretManagerConfiguration. getOperation()static GoogleSecretManagerOperationsGoogleSecretManagerOperations. valueOf(String name)Returns the enum constant of this type with the specified name.static GoogleSecretManagerOperations[]GoogleSecretManagerOperations. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.component.google.secret.manager with parameters of type GoogleSecretManagerOperations Modifier and Type Method Description voidGoogleSecretManagerConfiguration. setOperation(GoogleSecretManagerOperations operation)The operation to perform on the producer.
-