Uses of Class
com.oracle.bmc.psql.model.PatchDbSystemDetails
-
Packages that use PatchDbSystemDetails Package Description com.oracle.bmc.psql.model com.oracle.bmc.psql.requests -
-
Uses of PatchDbSystemDetails in com.oracle.bmc.psql.model
Methods in com.oracle.bmc.psql.model that return PatchDbSystemDetails Modifier and Type Method Description PatchDbSystemDetails
PatchDbSystemDetails.Builder. build()
Methods in com.oracle.bmc.psql.model with parameters of type PatchDbSystemDetails Modifier and Type Method Description PatchDbSystemDetails.Builder
PatchDbSystemDetails.Builder. copy(PatchDbSystemDetails model)
-
Uses of PatchDbSystemDetails in com.oracle.bmc.psql.requests
Methods in com.oracle.bmc.psql.requests that return PatchDbSystemDetails Modifier and Type Method Description PatchDbSystemDetails
PatchDbSystemRequest. getBody$()
Alternative accessor for the body parameter.PatchDbSystemDetails
PatchDbSystemRequest. getPatchDbSystemDetails()
The information to be modified.Methods in com.oracle.bmc.psql.requests with parameters of type PatchDbSystemDetails Modifier and Type Method Description PatchDbSystemRequest.Builder
PatchDbSystemRequest.Builder. body$(PatchDbSystemDetails body)
Alternative setter for the body parameter.PatchDbSystemRequest.Builder
PatchDbSystemRequest.Builder. patchDbSystemDetails(PatchDbSystemDetails patchDbSystemDetails)
The information to be modified.
-