Uses of Class
com.oracle.bmc.bds.model.SoftwareUpdateSummary
-
Packages that use SoftwareUpdateSummary Package Description com.oracle.bmc.bds com.oracle.bmc.bds.model -
-
Uses of SoftwareUpdateSummary in com.oracle.bmc.bds
Methods in com.oracle.bmc.bds that return types with arguments of type SoftwareUpdateSummary Modifier and Type Method Description Iterable<SoftwareUpdateSummary>
BdsPaginators. listSoftwareUpdatesRecordIterator(ListSoftwareUpdatesRequest request)
Creates a new iterable which will iterate over theSoftwareUpdateSummary
objects contained in responses from the listSoftwareUpdates operation. -
Uses of SoftwareUpdateSummary in com.oracle.bmc.bds.model
Methods in com.oracle.bmc.bds.model that return SoftwareUpdateSummary Modifier and Type Method Description SoftwareUpdateSummary
SoftwareUpdateSummary.Builder. build()
Methods in com.oracle.bmc.bds.model that return types with arguments of type SoftwareUpdateSummary Modifier and Type Method Description List<SoftwareUpdateSummary>
SoftwareUpdateCollection. getItems()
List of all the available software updates.Methods in com.oracle.bmc.bds.model with parameters of type SoftwareUpdateSummary Modifier and Type Method Description SoftwareUpdateSummary.Builder
SoftwareUpdateSummary.Builder. copy(SoftwareUpdateSummary model)
Method parameters in com.oracle.bmc.bds.model with type arguments of type SoftwareUpdateSummary Modifier and Type Method Description SoftwareUpdateCollection.Builder
SoftwareUpdateCollection.Builder. items(List<SoftwareUpdateSummary> items)
List of all the available software updates.Constructor parameters in com.oracle.bmc.bds.model with type arguments of type SoftwareUpdateSummary Constructor Description SoftwareUpdateCollection(List<SoftwareUpdateSummary> items)
Deprecated.
-