Uses of Class
com.oracle.bmc.distributeddatabase.responses.GetDistributedDatabaseResponse
-
Packages that use GetDistributedDatabaseResponse Package Description com.oracle.bmc.distributeddatabase com.oracle.bmc.distributeddatabase.responses -
-
Uses of GetDistributedDatabaseResponse in com.oracle.bmc.distributeddatabase
Methods in com.oracle.bmc.distributeddatabase that return GetDistributedDatabaseResponse Modifier and Type Method Description GetDistributedDatabaseResponse
DistributedDbService. getDistributedDatabase(GetDistributedDatabaseRequest request)
Gets the details of the Globally distributed database identified by given id.GetDistributedDatabaseResponse
DistributedDbServiceClient. getDistributedDatabase(GetDistributedDatabaseRequest request)
Method parameters in com.oracle.bmc.distributeddatabase with type arguments of type GetDistributedDatabaseResponse Modifier and Type Method Description Future<GetDistributedDatabaseResponse>
DistributedDbServiceAsync. getDistributedDatabase(GetDistributedDatabaseRequest request, AsyncHandler<GetDistributedDatabaseRequest,GetDistributedDatabaseResponse> handler)
Gets the details of the Globally distributed database identified by given id.Future<GetDistributedDatabaseResponse>
DistributedDbServiceAsyncClient. getDistributedDatabase(GetDistributedDatabaseRequest request, AsyncHandler<GetDistributedDatabaseRequest,GetDistributedDatabaseResponse> handler)
-
Uses of GetDistributedDatabaseResponse in com.oracle.bmc.distributeddatabase.responses
Methods in com.oracle.bmc.distributeddatabase.responses that return GetDistributedDatabaseResponse Modifier and Type Method Description GetDistributedDatabaseResponse
GetDistributedDatabaseResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.distributeddatabase.responses with parameters of type GetDistributedDatabaseResponse Modifier and Type Method Description GetDistributedDatabaseResponse.Builder
GetDistributedDatabaseResponse.Builder. copy(GetDistributedDatabaseResponse o)
Copy method to populate the builder with values from the given instance.
-