Uses of Class
com.bazaarvoice.emodb.blob.db.s3.config.S3Configuration
-
Packages that use S3Configuration Package Description com.bazaarvoice.emodb.blob com.bazaarvoice.emodb.blob.db.s3 com.bazaarvoice.emodb.blob.db.s3.config -
-
Uses of S3Configuration in com.bazaarvoice.emodb.blob
Methods in com.bazaarvoice.emodb.blob that return S3Configuration Modifier and Type Method Description S3ConfigurationBlobStoreConfiguration. getS3Configuration()Methods in com.bazaarvoice.emodb.blob with parameters of type S3Configuration Modifier and Type Method Description BlobStoreConfigurationBlobStoreConfiguration. setS3Configuration(S3Configuration s3Configuration) -
Uses of S3Configuration in com.bazaarvoice.emodb.blob.db.s3
Constructors in com.bazaarvoice.emodb.blob.db.s3 with parameters of type S3Configuration Constructor Description AmazonS3Provider(S3Configuration s3Configuration, java.time.Clock clock) -
Uses of S3Configuration in com.bazaarvoice.emodb.blob.db.s3.config
Methods in com.bazaarvoice.emodb.blob.db.s3.config that return S3Configuration Modifier and Type Method Description S3ConfigurationS3Configuration. setS3BucketConfigurations(java.util.List<S3BucketConfiguration> s3BucketConfigurations)
-