Uses of Class
com.oracle.bmc.psql.model.StartDbSystemDetails
-
Packages that use StartDbSystemDetails Package Description com.oracle.bmc.psql.model com.oracle.bmc.psql.requests -
-
Uses of StartDbSystemDetails in com.oracle.bmc.psql.model
Methods in com.oracle.bmc.psql.model that return StartDbSystemDetails Modifier and Type Method Description StartDbSystemDetailsStartDbSystemDetails.Builder. build()Methods in com.oracle.bmc.psql.model with parameters of type StartDbSystemDetails Modifier and Type Method Description StartDbSystemDetails.BuilderStartDbSystemDetails.Builder. copy(StartDbSystemDetails model) -
Uses of StartDbSystemDetails in com.oracle.bmc.psql.requests
Methods in com.oracle.bmc.psql.requests that return StartDbSystemDetails Modifier and Type Method Description StartDbSystemDetailsStartDbSystemRequest. getBody$()Alternative accessor for the body parameter.StartDbSystemDetailsStartDbSystemRequest. getStartDbSystemDetails()The information to be updated the DB System while starting DB System after stop.Methods in com.oracle.bmc.psql.requests with parameters of type StartDbSystemDetails Modifier and Type Method Description StartDbSystemRequest.BuilderStartDbSystemRequest.Builder. body$(StartDbSystemDetails body)Alternative setter for the body parameter.StartDbSystemRequest.BuilderStartDbSystemRequest.Builder. startDbSystemDetails(StartDbSystemDetails startDbSystemDetails)The information to be updated the DB System while starting DB System after stop.
-