Uses of Class
com.oracle.bmc.database.model.CreateOneoffPatchDetails
-
Packages that use CreateOneoffPatchDetails Package Description com.oracle.bmc.database.model com.oracle.bmc.database.requests -
-
Uses of CreateOneoffPatchDetails in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return CreateOneoffPatchDetails Modifier and Type Method Description CreateOneoffPatchDetails
CreateOneoffPatchDetails.Builder. build()
Methods in com.oracle.bmc.database.model with parameters of type CreateOneoffPatchDetails Modifier and Type Method Description CreateOneoffPatchDetails.Builder
CreateOneoffPatchDetails.Builder. copy(CreateOneoffPatchDetails model)
-
Uses of CreateOneoffPatchDetails in com.oracle.bmc.database.requests
Methods in com.oracle.bmc.database.requests that return CreateOneoffPatchDetails Modifier and Type Method Description CreateOneoffPatchDetails
CreateOneoffPatchRequest. getBody$()
Alternative accessor for the body parameter.CreateOneoffPatchDetails
CreateOneoffPatchRequest. getCreateOneoffPatchDetails()
Request to create a one-off patch to download.Methods in com.oracle.bmc.database.requests with parameters of type CreateOneoffPatchDetails Modifier and Type Method Description CreateOneoffPatchRequest.Builder
CreateOneoffPatchRequest.Builder. body$(CreateOneoffPatchDetails body)
Alternative setter for the body parameter.CreateOneoffPatchRequest.Builder
CreateOneoffPatchRequest.Builder. createOneoffPatchDetails(CreateOneoffPatchDetails createOneoffPatchDetails)
Request to create a one-off patch to download.
-