Uses of Class
com.oracle.bmc.osmanagementhub.model.SoftwarePackage
-
Packages that use SoftwarePackage Package Description com.oracle.bmc.osmanagementhub.model com.oracle.bmc.osmanagementhub.responses -
-
Uses of SoftwarePackage in com.oracle.bmc.osmanagementhub.model
Methods in com.oracle.bmc.osmanagementhub.model that return SoftwarePackage Modifier and Type Method Description SoftwarePackage
SoftwarePackage.Builder. build()
Methods in com.oracle.bmc.osmanagementhub.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.osmanagementhub.responses
Methods in com.oracle.bmc.osmanagementhub.responses that return SoftwarePackage Modifier and Type Method Description SoftwarePackage
GetSoftwarePackageByNameResponse. getSoftwarePackage()
The returned SoftwarePackage instance.SoftwarePackage
GetSoftwarePackageResponse. getSoftwarePackage()
The returned SoftwarePackage instance.Methods in com.oracle.bmc.osmanagementhub.responses with parameters of type SoftwarePackage Modifier and Type Method Description GetSoftwarePackageByNameResponse.Builder
GetSoftwarePackageByNameResponse.Builder. softwarePackage(SoftwarePackage softwarePackage)
The returned SoftwarePackage instance.GetSoftwarePackageResponse.Builder
GetSoftwarePackageResponse.Builder. softwarePackage(SoftwarePackage softwarePackage)
The returned SoftwarePackage instance.
-