Uses of Class
com.oracle.bmc.osmanagementhub.model.UpdatablePackageSummary
-
Packages that use UpdatablePackageSummary Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.model -
-
Uses of UpdatablePackageSummary in com.oracle.bmc.osmanagementhub
Methods in com.oracle.bmc.osmanagementhub that return types with arguments of type UpdatablePackageSummary Modifier and Type Method Description Iterable<UpdatablePackageSummary>
ManagedInstancePaginators. listManagedInstanceUpdatablePackagesRecordIterator(ListManagedInstanceUpdatablePackagesRequest request)
Creates a new iterable which will iterate over theUpdatablePackageSummary
objects contained in responses from the listManagedInstanceUpdatablePackages operation. -
Uses of UpdatablePackageSummary in com.oracle.bmc.osmanagementhub.model
Methods in com.oracle.bmc.osmanagementhub.model that return UpdatablePackageSummary Modifier and Type Method Description UpdatablePackageSummary
UpdatablePackageSummary.Builder. build()
Methods in com.oracle.bmc.osmanagementhub.model that return types with arguments of type UpdatablePackageSummary Modifier and Type Method Description List<UpdatablePackageSummary>
UpdatablePackageCollection. getItems()
List of updatable packages.Methods in com.oracle.bmc.osmanagementhub.model with parameters of type UpdatablePackageSummary Modifier and Type Method Description UpdatablePackageSummary.Builder
UpdatablePackageSummary.Builder. copy(UpdatablePackageSummary model)
Method parameters in com.oracle.bmc.osmanagementhub.model with type arguments of type UpdatablePackageSummary Modifier and Type Method Description UpdatablePackageCollection.Builder
UpdatablePackageCollection.Builder. items(List<UpdatablePackageSummary> items)
List of updatable packages.Constructor parameters in com.oracle.bmc.osmanagementhub.model with type arguments of type UpdatablePackageSummary Constructor Description UpdatablePackageCollection(List<UpdatablePackageSummary> items)
Deprecated.
-