Uses of Class
com.oracle.bmc.globallydistributeddatabase.responses.GetShardedDatabaseResponse
-
Packages that use GetShardedDatabaseResponse Package Description com.oracle.bmc.globallydistributeddatabase com.oracle.bmc.globallydistributeddatabase.responses -
-
Uses of GetShardedDatabaseResponse in com.oracle.bmc.globallydistributeddatabase
Methods in com.oracle.bmc.globallydistributeddatabase that return GetShardedDatabaseResponse Modifier and Type Method Description GetShardedDatabaseResponse
ShardedDatabaseService. getShardedDatabase(GetShardedDatabaseRequest request)
Gets the details of the Sharded database identified by given id.GetShardedDatabaseResponse
ShardedDatabaseServiceClient. getShardedDatabase(GetShardedDatabaseRequest request)
Method parameters in com.oracle.bmc.globallydistributeddatabase with type arguments of type GetShardedDatabaseResponse Modifier and Type Method Description Future<GetShardedDatabaseResponse>
ShardedDatabaseServiceAsync. getShardedDatabase(GetShardedDatabaseRequest request, AsyncHandler<GetShardedDatabaseRequest,GetShardedDatabaseResponse> handler)
Gets the details of the Sharded database identified by given id.Future<GetShardedDatabaseResponse>
ShardedDatabaseServiceAsyncClient. getShardedDatabase(GetShardedDatabaseRequest request, AsyncHandler<GetShardedDatabaseRequest,GetShardedDatabaseResponse> handler)
-
Uses of GetShardedDatabaseResponse in com.oracle.bmc.globallydistributeddatabase.responses
Methods in com.oracle.bmc.globallydistributeddatabase.responses that return GetShardedDatabaseResponse Modifier and Type Method Description GetShardedDatabaseResponse
GetShardedDatabaseResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.globallydistributeddatabase.responses with parameters of type GetShardedDatabaseResponse Modifier and Type Method Description GetShardedDatabaseResponse.Builder
GetShardedDatabaseResponse.Builder. copy(GetShardedDatabaseResponse o)
Copy method to populate the builder with values from the given instance.
-