Uses of Class
com.oracle.bmc.objectstorage.transfer.DownloadConfiguration
-
Packages that use DownloadConfiguration Package Description com.oracle.bmc.objectstorage.transfer -
-
Uses of DownloadConfiguration in com.oracle.bmc.objectstorage.transfer
Methods in com.oracle.bmc.objectstorage.transfer that return DownloadConfiguration Modifier and Type Method Description DownloadConfiguration
DownloadConfiguration.Builder. build()
Build theDownloadConfiguration
.Methods in com.oracle.bmc.objectstorage.transfer with parameters of type DownloadConfiguration Modifier and Type Method Description DownloadConfiguration.Builder
DownloadConfiguration.Builder. copy(DownloadConfiguration that)
Copy the values from aDownloadConfiguration
into this builderConstructors in com.oracle.bmc.objectstorage.transfer with parameters of type DownloadConfiguration Constructor Description DownloadManager(ObjectStorage objectStorage, DownloadConfiguration config)
-