Uses of Class
com.oracle.bmc.psql.requests.UpdateDbSystemRequest
-
Packages that use UpdateDbSystemRequest Package Description com.oracle.bmc.psql com.oracle.bmc.psql.requests -
-
Uses of UpdateDbSystemRequest in com.oracle.bmc.psql
Methods in com.oracle.bmc.psql with parameters of type UpdateDbSystemRequest Modifier and Type Method Description UpdateDbSystemResponse
Postgresql. updateDbSystem(UpdateDbSystemRequest request)
Updates the database system.Future<UpdateDbSystemResponse>
PostgresqlAsync. updateDbSystem(UpdateDbSystemRequest request, AsyncHandler<UpdateDbSystemRequest,UpdateDbSystemResponse> handler)
Updates the database system.Future<UpdateDbSystemResponse>
PostgresqlAsyncClient. updateDbSystem(UpdateDbSystemRequest request, AsyncHandler<UpdateDbSystemRequest,UpdateDbSystemResponse> handler)
UpdateDbSystemResponse
PostgresqlClient. updateDbSystem(UpdateDbSystemRequest request)
Method parameters in com.oracle.bmc.psql with type arguments of type UpdateDbSystemRequest Modifier and Type Method Description Future<UpdateDbSystemResponse>
PostgresqlAsync. updateDbSystem(UpdateDbSystemRequest request, AsyncHandler<UpdateDbSystemRequest,UpdateDbSystemResponse> handler)
Updates the database system.Future<UpdateDbSystemResponse>
PostgresqlAsyncClient. updateDbSystem(UpdateDbSystemRequest request, AsyncHandler<UpdateDbSystemRequest,UpdateDbSystemResponse> handler)
-
Uses of UpdateDbSystemRequest in com.oracle.bmc.psql.requests
Methods in com.oracle.bmc.psql.requests that return UpdateDbSystemRequest Modifier and Type Method Description UpdateDbSystemRequest
UpdateDbSystemRequest.Builder. build()
Build the instance of UpdateDbSystemRequest as configured by this builderUpdateDbSystemRequest
UpdateDbSystemRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateDbSystemRequest as configured by this builderMethods in com.oracle.bmc.psql.requests with parameters of type UpdateDbSystemRequest Modifier and Type Method Description UpdateDbSystemRequest.Builder
UpdateDbSystemRequest.Builder. copy(UpdateDbSystemRequest o)
Copy method to populate the builder with values from the given instance.
-