Uses of Class
com.oracle.bmc.psql.requests.UpdateDbSystemDbInstanceRequest
-
Packages that use UpdateDbSystemDbInstanceRequest Package Description com.oracle.bmc.psql com.oracle.bmc.psql.requests -
-
Uses of UpdateDbSystemDbInstanceRequest in com.oracle.bmc.psql
Methods in com.oracle.bmc.psql with parameters of type UpdateDbSystemDbInstanceRequest Modifier and Type Method Description UpdateDbSystemDbInstanceResponse
Postgresql. updateDbSystemDbInstance(UpdateDbSystemDbInstanceRequest request)
Updates the database instance node.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)
UpdateDbSystemDbInstanceResponse
PostgresqlClient. updateDbSystemDbInstance(UpdateDbSystemDbInstanceRequest request)
Method parameters in com.oracle.bmc.psql with type arguments of type UpdateDbSystemDbInstanceRequest 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 UpdateDbSystemDbInstanceRequest in com.oracle.bmc.psql.requests
Methods in com.oracle.bmc.psql.requests that return UpdateDbSystemDbInstanceRequest Modifier and Type Method Description UpdateDbSystemDbInstanceRequest
UpdateDbSystemDbInstanceRequest.Builder. build()
Build the instance of UpdateDbSystemDbInstanceRequest as configured by this builderUpdateDbSystemDbInstanceRequest
UpdateDbSystemDbInstanceRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateDbSystemDbInstanceRequest as configured by this builderMethods in com.oracle.bmc.psql.requests with parameters of type UpdateDbSystemDbInstanceRequest Modifier and Type Method Description UpdateDbSystemDbInstanceRequest.Builder
UpdateDbSystemDbInstanceRequest.Builder. copy(UpdateDbSystemDbInstanceRequest o)
Copy method to populate the builder with values from the given instance.
-