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