Uses of Class
com.oracle.bmc.osmanagementhub.model.SoftwarePackageCollection
-
Packages that use SoftwarePackageCollection Package Description com.oracle.bmc.osmanagementhub.model com.oracle.bmc.osmanagementhub.responses -
-
Uses of SoftwarePackageCollection in com.oracle.bmc.osmanagementhub.model
Methods in com.oracle.bmc.osmanagementhub.model that return SoftwarePackageCollection Modifier and Type Method Description SoftwarePackageCollection
SoftwarePackageCollection.Builder. build()
Methods in com.oracle.bmc.osmanagementhub.model with parameters of type SoftwarePackageCollection Modifier and Type Method Description SoftwarePackageCollection.Builder
SoftwarePackageCollection.Builder. copy(SoftwarePackageCollection model)
-
Uses of SoftwarePackageCollection in com.oracle.bmc.osmanagementhub.responses
Methods in com.oracle.bmc.osmanagementhub.responses that return SoftwarePackageCollection Modifier and Type Method Description SoftwarePackageCollection
ListAllSoftwarePackagesResponse. getSoftwarePackageCollection()
The returned SoftwarePackageCollection instance.SoftwarePackageCollection
ListAvailableSoftwarePackagesResponse. getSoftwarePackageCollection()
The returned SoftwarePackageCollection instance.SoftwarePackageCollection
ListSoftwarePackagesResponse. getSoftwarePackageCollection()
The returned SoftwarePackageCollection instance.Methods in com.oracle.bmc.osmanagementhub.responses with parameters of type SoftwarePackageCollection Modifier and Type Method Description ListAllSoftwarePackagesResponse.Builder
ListAllSoftwarePackagesResponse.Builder. softwarePackageCollection(SoftwarePackageCollection softwarePackageCollection)
The returned SoftwarePackageCollection instance.ListAvailableSoftwarePackagesResponse.Builder
ListAvailableSoftwarePackagesResponse.Builder. softwarePackageCollection(SoftwarePackageCollection softwarePackageCollection)
The returned SoftwarePackageCollection instance.ListSoftwarePackagesResponse.Builder
ListSoftwarePackagesResponse.Builder. softwarePackageCollection(SoftwarePackageCollection softwarePackageCollection)
The returned SoftwarePackageCollection instance.
-