Uses of Class
com.oracle.bmc.osmanagementhub.model.PackageGroupSummary
-
Packages that use PackageGroupSummary Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.model -
-
Uses of PackageGroupSummary in com.oracle.bmc.osmanagementhub
Methods in com.oracle.bmc.osmanagementhub that return types with arguments of type PackageGroupSummary Modifier and Type Method Description Iterable<PackageGroupSummary>
SoftwareSourcePaginators. listPackageGroupsRecordIterator(ListPackageGroupsRequest request)
Creates a new iterable which will iterate over thePackageGroupSummary
objects contained in responses from the listPackageGroups operation. -
Uses of PackageGroupSummary in com.oracle.bmc.osmanagementhub.model
Methods in com.oracle.bmc.osmanagementhub.model that return PackageGroupSummary Modifier and Type Method Description PackageGroupSummary
PackageGroupSummary.Builder. build()
Methods in com.oracle.bmc.osmanagementhub.model that return types with arguments of type PackageGroupSummary Modifier and Type Method Description List<PackageGroupSummary>
PackageGroupCollection. getItems()
List of package groups.Methods in com.oracle.bmc.osmanagementhub.model with parameters of type PackageGroupSummary Modifier and Type Method Description PackageGroupSummary.Builder
PackageGroupSummary.Builder. copy(PackageGroupSummary model)
Method parameters in com.oracle.bmc.osmanagementhub.model with type arguments of type PackageGroupSummary Modifier and Type Method Description PackageGroupCollection.Builder
PackageGroupCollection.Builder. items(List<PackageGroupSummary> items)
List of package groups.Constructor parameters in com.oracle.bmc.osmanagementhub.model with type arguments of type PackageGroupSummary Constructor Description PackageGroupCollection(List<PackageGroupSummary> items)
Deprecated.
-