Uses of Class
com.oracle.bmc.psql.responses.UpdateDbSystemDbInstanceResponse
-
Packages that use UpdateDbSystemDbInstanceResponse Package Description com.oracle.bmc.psql com.oracle.bmc.psql.responses -
-
Uses of UpdateDbSystemDbInstanceResponse in com.oracle.bmc.psql
Methods in com.oracle.bmc.psql that return UpdateDbSystemDbInstanceResponse Modifier and Type Method Description UpdateDbSystemDbInstanceResponse
Postgresql. updateDbSystemDbInstance(UpdateDbSystemDbInstanceRequest request)
Updates the database instance node.UpdateDbSystemDbInstanceResponse
PostgresqlClient. updateDbSystemDbInstance(UpdateDbSystemDbInstanceRequest request)
Methods in com.oracle.bmc.psql that return types with arguments of type UpdateDbSystemDbInstanceResponse Modifier and Type Method Description Future<UpdateDbSystemDbInstanceResponse>
PostgresqlAsync. updateDbSystemDbInstance(UpdateDbSystemDbInstanceRequest request, AsyncHandler<UpdateDbSystemDbInstanceRequest,UpdateDbSystemDbInstanceResponse> handler)
Updates the database instance node.Future<UpdateDbSystemDbInstanceResponse>
PostgresqlAsyncClient. updateDbSystemDbInstance(UpdateDbSystemDbInstanceRequest request, AsyncHandler<UpdateDbSystemDbInstanceRequest,UpdateDbSystemDbInstanceResponse> handler)
Method parameters in com.oracle.bmc.psql with type arguments of type UpdateDbSystemDbInstanceResponse Modifier and Type Method Description Future<UpdateDbSystemDbInstanceResponse>
PostgresqlAsync. updateDbSystemDbInstance(UpdateDbSystemDbInstanceRequest request, AsyncHandler<UpdateDbSystemDbInstanceRequest,UpdateDbSystemDbInstanceResponse> handler)
Updates the database instance node.Future<UpdateDbSystemDbInstanceResponse>
PostgresqlAsyncClient. updateDbSystemDbInstance(UpdateDbSystemDbInstanceRequest request, AsyncHandler<UpdateDbSystemDbInstanceRequest,UpdateDbSystemDbInstanceResponse> handler)
-
Uses of UpdateDbSystemDbInstanceResponse in com.oracle.bmc.psql.responses
Methods in com.oracle.bmc.psql.responses that return UpdateDbSystemDbInstanceResponse Modifier and Type Method Description UpdateDbSystemDbInstanceResponse
UpdateDbSystemDbInstanceResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.psql.responses with parameters of type UpdateDbSystemDbInstanceResponse Modifier and Type Method Description UpdateDbSystemDbInstanceResponse.Builder
UpdateDbSystemDbInstanceResponse.Builder. copy(UpdateDbSystemDbInstanceResponse o)
Copy method to populate the builder with values from the given instance.
-