Uses of Class
com.oracle.bmc.psql.requests.PatchDbSystemRequest
-
Packages that use PatchDbSystemRequest Package Description com.oracle.bmc.psql com.oracle.bmc.psql.requests -
-
Uses of PatchDbSystemRequest in com.oracle.bmc.psql
Methods in com.oracle.bmc.psql with parameters of type PatchDbSystemRequest Modifier and Type Method Description PatchDbSystemResponse
Postgresql. patchDbSystem(PatchDbSystemRequest request)
Modifies the database system by adding or removing database instance nodes.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)
PatchDbSystemResponse
PostgresqlClient. patchDbSystem(PatchDbSystemRequest request)
Method parameters in com.oracle.bmc.psql with type arguments of type PatchDbSystemRequest 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 PatchDbSystemRequest in com.oracle.bmc.psql.requests
Methods in com.oracle.bmc.psql.requests that return PatchDbSystemRequest Modifier and Type Method Description PatchDbSystemRequest
PatchDbSystemRequest.Builder. build()
Build the instance of PatchDbSystemRequest as configured by this builderPatchDbSystemRequest
PatchDbSystemRequest.Builder. buildWithoutInvocationCallback()
Build the instance of PatchDbSystemRequest as configured by this builderMethods in com.oracle.bmc.psql.requests with parameters of type PatchDbSystemRequest Modifier and Type Method Description PatchDbSystemRequest.Builder
PatchDbSystemRequest.Builder. copy(PatchDbSystemRequest o)
Copy method to populate the builder with values from the given instance.
-