Uses of Class
com.oracle.bmc.osmanagement.model.SoftwarePackageSearchSummary
-
Packages that use SoftwarePackageSearchSummary Package Description com.oracle.bmc.osmanagement com.oracle.bmc.osmanagement.model com.oracle.bmc.osmanagement.responses -
-
Uses of SoftwarePackageSearchSummary in com.oracle.bmc.osmanagement
Methods in com.oracle.bmc.osmanagement that return types with arguments of type SoftwarePackageSearchSummary Modifier and Type Method Description Iterable<SoftwarePackageSearchSummary>
OsManagementPaginators. searchSoftwarePackagesRecordIterator(SearchSoftwarePackagesRequest request)
Creates a new iterable which will iterate over theSoftwarePackageSearchSummary
objects contained in responses from the searchSoftwarePackages operation. -
Uses of SoftwarePackageSearchSummary in com.oracle.bmc.osmanagement.model
Methods in com.oracle.bmc.osmanagement.model that return SoftwarePackageSearchSummary Modifier and Type Method Description SoftwarePackageSearchSummary
SoftwarePackageSearchSummary.Builder. build()
Methods in com.oracle.bmc.osmanagement.model with parameters of type SoftwarePackageSearchSummary Modifier and Type Method Description SoftwarePackageSearchSummary.Builder
SoftwarePackageSearchSummary.Builder. copy(SoftwarePackageSearchSummary model)
-
Uses of SoftwarePackageSearchSummary in com.oracle.bmc.osmanagement.responses
Methods in com.oracle.bmc.osmanagement.responses that return types with arguments of type SoftwarePackageSearchSummary Modifier and Type Method Description List<SoftwarePackageSearchSummary>
SearchSoftwarePackagesResponse. getItems()
A list of com.oracle.bmc.osmanagement.model.SoftwarePackageSearchSummary instances.Method parameters in com.oracle.bmc.osmanagement.responses with type arguments of type SoftwarePackageSearchSummary Modifier and Type Method Description SearchSoftwarePackagesResponse.Builder
SearchSoftwarePackagesResponse.Builder. items(List<SoftwarePackageSearchSummary> items)
A list of com.oracle.bmc.osmanagement.model.SoftwarePackageSearchSummary instances.
-