Uses of Class
org.apache.camel.component.google.storage.GoogleCloudStorageConfiguration
Packages that use GoogleCloudStorageConfiguration
-
Uses of GoogleCloudStorageConfiguration in org.apache.camel.component.google.storage
Methods in org.apache.camel.component.google.storage that return GoogleCloudStorageConfigurationModifier and TypeMethodDescriptionGoogleCloudStorageConfiguration.copy()GoogleCloudStorageComponent.getConfiguration()protected GoogleCloudStorageConfigurationGoogleCloudStorageConsumer.getConfiguration()GoogleCloudStorageEndpoint.getConfiguration()Methods in org.apache.camel.component.google.storage with parameters of type GoogleCloudStorageConfigurationModifier and TypeMethodDescriptionstatic 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 GoogleCloudStorageConfigurationModifierConstructorDescriptionGoogleCloudStorageEndpoint(String uri, GoogleCloudStorageComponent component, GoogleCloudStorageConfiguration configuration)