Uses of Class
com.oracle.bmc.bds.model.SoftwareUpdateCollection
-
Packages that use SoftwareUpdateCollection Package Description com.oracle.bmc.bds.model com.oracle.bmc.bds.responses -
-
Uses of SoftwareUpdateCollection in com.oracle.bmc.bds.model
Methods in com.oracle.bmc.bds.model that return SoftwareUpdateCollection Modifier and Type Method Description SoftwareUpdateCollection
SoftwareUpdateCollection.Builder. build()
Methods in com.oracle.bmc.bds.model with parameters of type SoftwareUpdateCollection Modifier and Type Method Description SoftwareUpdateCollection.Builder
SoftwareUpdateCollection.Builder. copy(SoftwareUpdateCollection model)
-
Uses of SoftwareUpdateCollection in com.oracle.bmc.bds.responses
Methods in com.oracle.bmc.bds.responses that return SoftwareUpdateCollection Modifier and Type Method Description SoftwareUpdateCollection
ListSoftwareUpdatesResponse. getSoftwareUpdateCollection()
The returned SoftwareUpdateCollection instance.Methods in com.oracle.bmc.bds.responses with parameters of type SoftwareUpdateCollection Modifier and Type Method Description ListSoftwareUpdatesResponse.Builder
ListSoftwareUpdatesResponse.Builder. softwareUpdateCollection(SoftwareUpdateCollection softwareUpdateCollection)
The returned SoftwareUpdateCollection instance.
-