Uses of Class
com.oracle.bmc.database.responses.GetDbSystemResponse
-
Packages that use GetDbSystemResponse Package Description com.oracle.bmc.database com.oracle.bmc.database.responses -
-
Uses of GetDbSystemResponse in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return GetDbSystemResponse Modifier and Type Method Description GetDbSystemResponse
Database. getDbSystem(GetDbSystemRequest request)
Gets information about the specified DB system.GetDbSystemResponse
DatabaseClient. getDbSystem(GetDbSystemRequest request)
Method parameters in com.oracle.bmc.database with type arguments of type GetDbSystemResponse Modifier and Type Method Description Future<GetDbSystemResponse>
DatabaseAsync. getDbSystem(GetDbSystemRequest request, AsyncHandler<GetDbSystemRequest,GetDbSystemResponse> handler)
Gets information about the specified DB system.Future<GetDbSystemResponse>
DatabaseAsyncClient. getDbSystem(GetDbSystemRequest request, AsyncHandler<GetDbSystemRequest,GetDbSystemResponse> handler)
-
Uses of GetDbSystemResponse in com.oracle.bmc.database.responses
Methods in com.oracle.bmc.database.responses that return GetDbSystemResponse Modifier and Type Method Description GetDbSystemResponse
GetDbSystemResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.database.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.
-