Uses of Class
com.oracle.bmc.database.responses.GetDatabaseResponse
-
Packages that use GetDatabaseResponse Package Description com.oracle.bmc.database com.oracle.bmc.database.responses -
-
Uses of GetDatabaseResponse in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return GetDatabaseResponse Modifier and Type Method Description GetDatabaseResponse
Database. getDatabase(GetDatabaseRequest request)
Gets information about the specified database.GetDatabaseResponse
DatabaseClient. getDatabase(GetDatabaseRequest request)
Method parameters in com.oracle.bmc.database with type arguments of type GetDatabaseResponse Modifier and Type Method Description Future<GetDatabaseResponse>
DatabaseAsync. getDatabase(GetDatabaseRequest request, AsyncHandler<GetDatabaseRequest,GetDatabaseResponse> handler)
Gets information about the specified database.Future<GetDatabaseResponse>
DatabaseAsyncClient. getDatabase(GetDatabaseRequest request, AsyncHandler<GetDatabaseRequest,GetDatabaseResponse> handler)
-
Uses of GetDatabaseResponse in com.oracle.bmc.database.responses
Methods in com.oracle.bmc.database.responses that return GetDatabaseResponse Modifier and Type Method Description GetDatabaseResponse
GetDatabaseResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.database.responses with parameters of type GetDatabaseResponse Modifier and Type Method Description GetDatabaseResponse.Builder
GetDatabaseResponse.Builder. copy(GetDatabaseResponse o)
Copy method to populate the builder with values from the given instance.
-