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.globallydistributeddatabaseMethods in com.oracle.bmc.globallydistributeddatabase that return GetShardedDatabaseResponse Modifier and Type Method Description GetShardedDatabaseResponseShardedDatabaseService. getShardedDatabase(GetShardedDatabaseRequest request)Gets the details of the Sharded database identified by given id.GetShardedDatabaseResponseShardedDatabaseServiceClient. 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.responsesMethods in com.oracle.bmc.globallydistributeddatabase.responses that return GetShardedDatabaseResponse Modifier and Type Method Description GetShardedDatabaseResponseGetShardedDatabaseResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.globallydistributeddatabase.responses with parameters of type GetShardedDatabaseResponse Modifier and Type Method Description GetShardedDatabaseResponse.BuilderGetShardedDatabaseResponse.Builder. copy(GetShardedDatabaseResponse o)Copy method to populate the builder with values from the given instance.
 
-