Uses of Class
com.oracle.bmc.psql.responses.GetDbSystemResponse
-
Packages that use GetDbSystemResponse Package Description com.oracle.bmc.psql com.oracle.bmc.psql.responses -
-
Uses of GetDbSystemResponse in com.oracle.bmc.psql
Methods in com.oracle.bmc.psql that return GetDbSystemResponse Modifier and Type Method Description GetDbSystemResponse
Postgresql. getDbSystem(GetDbSystemRequest request)
Gets a database system by identifier.GetDbSystemResponse
PostgresqlClient. getDbSystem(GetDbSystemRequest request)
Method parameters in com.oracle.bmc.psql with type arguments of type GetDbSystemResponse Modifier and Type Method Description Future<GetDbSystemResponse>
PostgresqlAsync. getDbSystem(GetDbSystemRequest request, AsyncHandler<GetDbSystemRequest,GetDbSystemResponse> handler)
Gets a database system by identifier.Future<GetDbSystemResponse>
PostgresqlAsyncClient. getDbSystem(GetDbSystemRequest request, AsyncHandler<GetDbSystemRequest,GetDbSystemResponse> handler)
-
Uses of GetDbSystemResponse in com.oracle.bmc.psql.responses
Methods in com.oracle.bmc.psql.responses that return GetDbSystemResponse Modifier and Type Method Description GetDbSystemResponse
GetDbSystemResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.psql.responses with parameters of type GetDbSystemResponse Modifier and Type Method Description GetDbSystemResponse.Builder
GetDbSystemResponse.Builder. copy(GetDbSystemResponse o)
Copy method to populate the builder with values from the given instance.
-