Uses of Class
com.oracle.bmc.distributeddatabase.model.PatchDistributedDatabaseDetails
-
Packages that use PatchDistributedDatabaseDetails Package Description com.oracle.bmc.distributeddatabase.model com.oracle.bmc.distributeddatabase.requests -
-
Uses of PatchDistributedDatabaseDetails in com.oracle.bmc.distributeddatabase.model
Methods in com.oracle.bmc.distributeddatabase.model that return PatchDistributedDatabaseDetails Modifier and Type Method Description PatchDistributedDatabaseDetails
PatchDistributedDatabaseDetails.Builder. build()
Methods in com.oracle.bmc.distributeddatabase.model with parameters of type PatchDistributedDatabaseDetails Modifier and Type Method Description PatchDistributedDatabaseDetails.Builder
PatchDistributedDatabaseDetails.Builder. copy(PatchDistributedDatabaseDetails model)
-
Uses of PatchDistributedDatabaseDetails in com.oracle.bmc.distributeddatabase.requests
Methods in com.oracle.bmc.distributeddatabase.requests that return PatchDistributedDatabaseDetails Modifier and Type Method Description PatchDistributedDatabaseDetails
PatchDistributedDatabaseRequest. getBody$()
Alternative accessor for the body parameter.PatchDistributedDatabaseDetails
PatchDistributedDatabaseRequest. getPatchDistributedDatabaseDetails()
The payload containing instructions to patch the Globally distributed database.Methods in com.oracle.bmc.distributeddatabase.requests with parameters of type PatchDistributedDatabaseDetails Modifier and Type Method Description PatchDistributedDatabaseRequest.Builder
PatchDistributedDatabaseRequest.Builder. body$(PatchDistributedDatabaseDetails body)
Alternative setter for the body parameter.PatchDistributedDatabaseRequest.Builder
PatchDistributedDatabaseRequest.Builder. patchDistributedDatabaseDetails(PatchDistributedDatabaseDetails patchDistributedDatabaseDetails)
The payload containing instructions to patch the Globally distributed database.
-