Uses of Class
com.oracle.bmc.servicecatalog.model.PrivateApplicationPackageSummary
-
Packages that use PrivateApplicationPackageSummary Package Description com.oracle.bmc.servicecatalog com.oracle.bmc.servicecatalog.model -
-
Uses of PrivateApplicationPackageSummary in com.oracle.bmc.servicecatalog
Methods in com.oracle.bmc.servicecatalog that return types with arguments of type PrivateApplicationPackageSummary Modifier and Type Method Description Iterable<PrivateApplicationPackageSummary>ServiceCatalogPaginators. listPrivateApplicationPackagesRecordIterator(ListPrivateApplicationPackagesRequest request)Creates a new iterable which will iterate over thePrivateApplicationPackageSummaryobjects contained in responses from the listPrivateApplicationPackages operation. -
Uses of PrivateApplicationPackageSummary in com.oracle.bmc.servicecatalog.model
Methods in com.oracle.bmc.servicecatalog.model that return PrivateApplicationPackageSummary Modifier and Type Method Description PrivateApplicationPackageSummaryPrivateApplicationPackageSummary.Builder. build()Methods in com.oracle.bmc.servicecatalog.model that return types with arguments of type PrivateApplicationPackageSummary Modifier and Type Method Description List<PrivateApplicationPackageSummary>PrivateApplicationPackageCollection. getItems()Collection of items.Methods in com.oracle.bmc.servicecatalog.model with parameters of type PrivateApplicationPackageSummary Modifier and Type Method Description PrivateApplicationPackageSummary.BuilderPrivateApplicationPackageSummary.Builder. copy(PrivateApplicationPackageSummary model)Method parameters in com.oracle.bmc.servicecatalog.model with type arguments of type PrivateApplicationPackageSummary Modifier and Type Method Description PrivateApplicationPackageCollection.BuilderPrivateApplicationPackageCollection.Builder. items(List<PrivateApplicationPackageSummary> items)Collection of items.Constructor parameters in com.oracle.bmc.servicecatalog.model with type arguments of type PrivateApplicationPackageSummary Constructor Description PrivateApplicationPackageCollection(List<PrivateApplicationPackageSummary> items)Deprecated.
-