Uses of Class
org.apache.camel.component.google.storage.GoogleCloudStorageConfiguration
-
-
Uses of GoogleCloudStorageConfiguration in org.apache.camel.component.google.storage
Methods in org.apache.camel.component.google.storage that return GoogleCloudStorageConfiguration Modifier and Type Method Description GoogleCloudStorageConfigurationGoogleCloudStorageConfiguration. copy()GoogleCloudStorageConfigurationGoogleCloudStorageComponent. getConfiguration()protected GoogleCloudStorageConfigurationGoogleCloudStorageConsumer. getConfiguration()GoogleCloudStorageConfigurationGoogleCloudStorageEndpoint. getConfiguration()Methods in org.apache.camel.component.google.storage with parameters of type GoogleCloudStorageConfiguration Modifier and Type Method Description static com.google.cloud.storage.StorageGoogleCloudStorageConnectionFactory. create(org.apache.camel.CamelContext context, GoogleCloudStorageConfiguration configuration)static com.google.cloud.storage.BucketGoogleCloudStorageEndpoint. createNewBucket(String bucketName, GoogleCloudStorageConfiguration conf, com.google.cloud.storage.Storage storage)voidGoogleCloudStorageComponent. setConfiguration(GoogleCloudStorageConfiguration configuration)The component configurationvoidGoogleCloudStorageEndpoint. setConfiguration(GoogleCloudStorageConfiguration configuration)Setup configurationConstructors in org.apache.camel.component.google.storage with parameters of type GoogleCloudStorageConfiguration Constructor Description GoogleCloudStorageEndpoint(String uri, GoogleCloudStorageComponent component, GoogleCloudStorageConfiguration configuration)
-