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