Uses of Class
com.oracle.bmc.psql.model.RestartDbInstanceInDbSystemDetails
-
Packages that use RestartDbInstanceInDbSystemDetails Package Description com.oracle.bmc.psql.model com.oracle.bmc.psql.requests -
-
Uses of RestartDbInstanceInDbSystemDetails in com.oracle.bmc.psql.model
Methods in com.oracle.bmc.psql.model that return RestartDbInstanceInDbSystemDetails Modifier and Type Method Description RestartDbInstanceInDbSystemDetails
RestartDbInstanceInDbSystemDetails.Builder. build()
Methods in com.oracle.bmc.psql.model with parameters of type RestartDbInstanceInDbSystemDetails Modifier and Type Method Description RestartDbInstanceInDbSystemDetails.Builder
RestartDbInstanceInDbSystemDetails.Builder. copy(RestartDbInstanceInDbSystemDetails model)
-
Uses of RestartDbInstanceInDbSystemDetails in com.oracle.bmc.psql.requests
Methods in com.oracle.bmc.psql.requests that return RestartDbInstanceInDbSystemDetails Modifier and Type Method Description RestartDbInstanceInDbSystemDetails
RestartDbInstanceInDbSystemRequest. getBody$()
Alternative accessor for the body parameter.RestartDbInstanceInDbSystemDetails
RestartDbInstanceInDbSystemRequest. getRestartDbInstanceInDbSystemDetails()
Database instance node restart parameters.Methods in com.oracle.bmc.psql.requests with parameters of type RestartDbInstanceInDbSystemDetails Modifier and Type Method Description RestartDbInstanceInDbSystemRequest.Builder
RestartDbInstanceInDbSystemRequest.Builder. body$(RestartDbInstanceInDbSystemDetails body)
Alternative setter for the body parameter.RestartDbInstanceInDbSystemRequest.Builder
RestartDbInstanceInDbSystemRequest.Builder. restartDbInstanceInDbSystemDetails(RestartDbInstanceInDbSystemDetails restartDbInstanceInDbSystemDetails)
Database instance node restart parameters.
-