Uses of Class
com.oracle.bmc.osmanagementhub.model.PackageGroupCollection
-
Packages that use PackageGroupCollection Package Description com.oracle.bmc.osmanagementhub.model com.oracle.bmc.osmanagementhub.responses -
-
Uses of PackageGroupCollection in com.oracle.bmc.osmanagementhub.model
Methods in com.oracle.bmc.osmanagementhub.model that return PackageGroupCollection Modifier and Type Method Description PackageGroupCollection
PackageGroupCollection.Builder. build()
Methods in com.oracle.bmc.osmanagementhub.model with parameters of type PackageGroupCollection Modifier and Type Method Description PackageGroupCollection.Builder
PackageGroupCollection.Builder. copy(PackageGroupCollection model)
-
Uses of PackageGroupCollection in com.oracle.bmc.osmanagementhub.responses
Methods in com.oracle.bmc.osmanagementhub.responses that return PackageGroupCollection Modifier and Type Method Description PackageGroupCollection
ListPackageGroupsResponse. getPackageGroupCollection()
The returned PackageGroupCollection instance.PackageGroupCollection
SearchSoftwareSourcePackageGroupsResponse. getPackageGroupCollection()
The returned PackageGroupCollection instance.Methods in com.oracle.bmc.osmanagementhub.responses with parameters of type PackageGroupCollection Modifier and Type Method Description ListPackageGroupsResponse.Builder
ListPackageGroupsResponse.Builder. packageGroupCollection(PackageGroupCollection packageGroupCollection)
The returned PackageGroupCollection instance.SearchSoftwareSourcePackageGroupsResponse.Builder
SearchSoftwareSourcePackageGroupsResponse.Builder. packageGroupCollection(PackageGroupCollection packageGroupCollection)
The returned PackageGroupCollection instance.
-