Uses of Class
com.oracle.bmc.globallydistributeddatabase.responses.FetchConnectionStringResponse
-
Packages that use FetchConnectionStringResponse Package Description com.oracle.bmc.globallydistributeddatabase com.oracle.bmc.globallydistributeddatabase.responses -
-
Uses of FetchConnectionStringResponse in com.oracle.bmc.globallydistributeddatabase
Methods in com.oracle.bmc.globallydistributeddatabase that return FetchConnectionStringResponse Modifier and Type Method Description FetchConnectionStringResponse
ShardedDatabaseService. fetchConnectionString(FetchConnectionStringRequest request)
Gets the Sharded Database Connection Strings.FetchConnectionStringResponse
ShardedDatabaseServiceClient. fetchConnectionString(FetchConnectionStringRequest request)
Methods in com.oracle.bmc.globallydistributeddatabase that return types with arguments of type FetchConnectionStringResponse Modifier and Type Method Description Future<FetchConnectionStringResponse>
ShardedDatabaseServiceAsync. fetchConnectionString(FetchConnectionStringRequest request, AsyncHandler<FetchConnectionStringRequest,FetchConnectionStringResponse> handler)
Gets the Sharded Database Connection Strings.Future<FetchConnectionStringResponse>
ShardedDatabaseServiceAsyncClient. fetchConnectionString(FetchConnectionStringRequest request, AsyncHandler<FetchConnectionStringRequest,FetchConnectionStringResponse> handler)
Method parameters in com.oracle.bmc.globallydistributeddatabase with type arguments of type FetchConnectionStringResponse Modifier and Type Method Description Future<FetchConnectionStringResponse>
ShardedDatabaseServiceAsync. fetchConnectionString(FetchConnectionStringRequest request, AsyncHandler<FetchConnectionStringRequest,FetchConnectionStringResponse> handler)
Gets the Sharded Database Connection Strings.Future<FetchConnectionStringResponse>
ShardedDatabaseServiceAsyncClient. fetchConnectionString(FetchConnectionStringRequest request, AsyncHandler<FetchConnectionStringRequest,FetchConnectionStringResponse> handler)
-
Uses of FetchConnectionStringResponse in com.oracle.bmc.globallydistributeddatabase.responses
Methods in com.oracle.bmc.globallydistributeddatabase.responses that return FetchConnectionStringResponse Modifier and Type Method Description FetchConnectionStringResponse
FetchConnectionStringResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.globallydistributeddatabase.responses with parameters of type FetchConnectionStringResponse Modifier and Type Method Description FetchConnectionStringResponse.Builder
FetchConnectionStringResponse.Builder. copy(FetchConnectionStringResponse o)
Copy method to populate the builder with values from the given instance.
-