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