Uses of Class
com.oracle.bmc.osmanagement.model.SoftwarePackageFile
-
Packages that use SoftwarePackageFile Package Description com.oracle.bmc.osmanagement.model -
-
Uses of SoftwarePackageFile in com.oracle.bmc.osmanagement.model
Methods in com.oracle.bmc.osmanagement.model that return SoftwarePackageFile Modifier and Type Method Description SoftwarePackageFile
SoftwarePackageFile.Builder. build()
Methods in com.oracle.bmc.osmanagement.model that return types with arguments of type SoftwarePackageFile Modifier and Type Method Description List<SoftwarePackageFile>
SoftwarePackage. getFiles()
list of files for the software packageMethods in com.oracle.bmc.osmanagement.model with parameters of type SoftwarePackageFile Modifier and Type Method Description SoftwarePackageFile.Builder
SoftwarePackageFile.Builder. copy(SoftwarePackageFile model)
Method parameters in com.oracle.bmc.osmanagement.model with type arguments of type SoftwarePackageFile Modifier and Type Method Description SoftwarePackage.Builder
SoftwarePackage.Builder. files(List<SoftwarePackageFile> files)
list of files for the software package
-