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