Uses of Class
org.apache.camel.builder.endpoint.dsl.SecretsManagerEndpointBuilderFactory.SecretsManagerOperations
-
Packages that use SecretsManagerEndpointBuilderFactory.SecretsManagerOperations Package Description org.apache.camel.builder.endpoint.dsl -
-
Uses of SecretsManagerEndpointBuilderFactory.SecretsManagerOperations in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return SecretsManagerEndpointBuilderFactory.SecretsManagerOperations Modifier and Type Method Description static SecretsManagerEndpointBuilderFactory.SecretsManagerOperations
SecretsManagerEndpointBuilderFactory.SecretsManagerOperations. valueOf(String name)
Returns the enum constant of this type with the specified name.static SecretsManagerEndpointBuilderFactory.SecretsManagerOperations[]
SecretsManagerEndpointBuilderFactory.SecretsManagerOperations. 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 SecretsManagerEndpointBuilderFactory.SecretsManagerOperations Modifier and Type Method Description default SecretsManagerEndpointBuilderFactory.SecretsManagerEndpointBuilder
SecretsManagerEndpointBuilderFactory.SecretsManagerEndpointBuilder. operation(SecretsManagerEndpointBuilderFactory.SecretsManagerOperations operation)
The operation to perform.
-