Uses of Class
com.oracle.bmc.database.model.Patch
-
Packages that use Patch Package Description com.oracle.bmc.database.model com.oracle.bmc.database.responses -
-
Uses of Patch in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return Patch Modifier and Type Method Description Patch
Patch.Builder. build()
Methods in com.oracle.bmc.database.model with parameters of type Patch Modifier and Type Method Description Patch.Builder
Patch.Builder. copy(Patch model)
-
Uses of Patch in com.oracle.bmc.database.responses
Methods in com.oracle.bmc.database.responses that return Patch Modifier and Type Method Description Patch
GetDbHomePatchResponse. getPatch()
The returned Patch instance.Patch
GetDbSystemPatchResponse. getPatch()
The returned Patch instance.Patch
GetVmClusterPatchResponse. getPatch()
The returned Patch instance.Methods in com.oracle.bmc.database.responses with parameters of type Patch Modifier and Type Method Description GetDbHomePatchResponse.Builder
GetDbHomePatchResponse.Builder. patch(Patch patch)
The returned Patch instance.GetDbSystemPatchResponse.Builder
GetDbSystemPatchResponse.Builder. patch(Patch patch)
The returned Patch instance.GetVmClusterPatchResponse.Builder
GetVmClusterPatchResponse.Builder. patch(Patch patch)
The returned Patch instance.
-