Uses of Class
technology.dice.dicewhere.downloader.actions.S3ClientConfig
-
-
Uses of S3ClientConfig in technology.dice.dicewhere.downloader.actions.ipinfo
Constructors in technology.dice.dicewhere.downloader.actions.ipinfo with parameters of type S3ClientConfig Constructor Description DownloadIpInfoS3(S3ClientConfig s3ClientConfig, boolean noCheckMd5, boolean overwrite, boolean verbose, IpInfoDataset dataset, IpInfoFormat format, String s3BucketPrefix, String destination) -
Uses of S3ClientConfig in technology.dice.dicewhere.downloader.actions.maxmind
Constructors in technology.dice.dicewhere.downloader.actions.maxmind with parameters of type S3ClientConfig Constructor Description DownloadMaxmindS3(S3ClientConfig s3ClientConfig, boolean noCheckMd5, boolean overwrite, boolean verbose, MaxmindEdition edition, MaxmindDatabase database, MaxmindFormat format, String s3BucketPrefix, String destination) -
Uses of S3ClientConfig in technology.dice.dicewhere.downloader.destination.s3
Methods in technology.dice.dicewhere.downloader.destination.s3 with parameters of type S3ClientConfig Modifier and Type Method Description static S3DownloadSetupS3DownloadSetup. of(S3ClientConfig config)Method parameters in technology.dice.dicewhere.downloader.destination.s3 with type arguments of type S3ClientConfig Modifier and Type Method Description static S3DownloadSetupS3DownloadSetup. of(Optional<S3ClientConfig> config)
-