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