Uses of Class
com.oracle.bmc.psql.responses.PatchDbSystemResponse
-
Packages that use PatchDbSystemResponse Package Description com.oracle.bmc.psql com.oracle.bmc.psql.responses -
-
Uses of PatchDbSystemResponse in com.oracle.bmc.psql
Methods in com.oracle.bmc.psql that return PatchDbSystemResponse Modifier and Type Method Description PatchDbSystemResponse
Postgresql. patchDbSystem(PatchDbSystemRequest request)
Modifies the database system by adding or removing database instance nodes.PatchDbSystemResponse
PostgresqlClient. patchDbSystem(PatchDbSystemRequest request)
Methods in com.oracle.bmc.psql that return types with arguments of type PatchDbSystemResponse Modifier and Type Method Description Future<PatchDbSystemResponse>
PostgresqlAsync. patchDbSystem(PatchDbSystemRequest request, AsyncHandler<PatchDbSystemRequest,PatchDbSystemResponse> handler)
Modifies the database system by adding or removing database instance nodes.Future<PatchDbSystemResponse>
PostgresqlAsyncClient. patchDbSystem(PatchDbSystemRequest request, AsyncHandler<PatchDbSystemRequest,PatchDbSystemResponse> handler)
Method parameters in com.oracle.bmc.psql with type arguments of type PatchDbSystemResponse Modifier and Type Method Description Future<PatchDbSystemResponse>
PostgresqlAsync. patchDbSystem(PatchDbSystemRequest request, AsyncHandler<PatchDbSystemRequest,PatchDbSystemResponse> handler)
Modifies the database system by adding or removing database instance nodes.Future<PatchDbSystemResponse>
PostgresqlAsyncClient. patchDbSystem(PatchDbSystemRequest request, AsyncHandler<PatchDbSystemRequest,PatchDbSystemResponse> handler)
-
Uses of PatchDbSystemResponse in com.oracle.bmc.psql.responses
Methods in com.oracle.bmc.psql.responses that return PatchDbSystemResponse Modifier and Type Method Description PatchDbSystemResponse
PatchDbSystemResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.psql.responses with parameters of type PatchDbSystemResponse Modifier and Type Method Description PatchDbSystemResponse.Builder
PatchDbSystemResponse.Builder. copy(PatchDbSystemResponse o)
Copy method to populate the builder with values from the given instance.
-