Uses of Class
com.oracle.bmc.osmanagement.model.SoftwarePackage
-
Packages that use SoftwarePackage Package Description com.oracle.bmc.osmanagement.model com.oracle.bmc.osmanagement.responses -
-
Uses of SoftwarePackage in com.oracle.bmc.osmanagement.model
Methods in com.oracle.bmc.osmanagement.model that return SoftwarePackage Modifier and Type Method Description SoftwarePackage
SoftwarePackage.Builder. build()
Methods in com.oracle.bmc.osmanagement.model with parameters of type SoftwarePackage Modifier and Type Method Description SoftwarePackage.Builder
SoftwarePackage.Builder. copy(SoftwarePackage model)
-
Uses of SoftwarePackage in com.oracle.bmc.osmanagement.responses
Methods in com.oracle.bmc.osmanagement.responses that return SoftwarePackage Modifier and Type Method Description SoftwarePackage
GetSoftwarePackageResponse. getSoftwarePackage()
The returned SoftwarePackage instance.Methods in com.oracle.bmc.osmanagement.responses with parameters of type SoftwarePackage Modifier and Type Method Description GetSoftwarePackageResponse.Builder
GetSoftwarePackageResponse.Builder. softwarePackage(SoftwarePackage softwarePackage)
The returned SoftwarePackage instance.
-