Uses of Class
com.oracle.bmc.distributeddatabase.responses.ListDistributedDatabasesResponse
-
Packages that use ListDistributedDatabasesResponse Package Description com.oracle.bmc.distributeddatabase com.oracle.bmc.distributeddatabase.responses -
-
Uses of ListDistributedDatabasesResponse in com.oracle.bmc.distributeddatabase
Methods in com.oracle.bmc.distributeddatabase that return ListDistributedDatabasesResponse Modifier and Type Method Description ListDistributedDatabasesResponseDistributedDbService. listDistributedDatabases(ListDistributedDatabasesRequest request)List of Globally distributed databases.ListDistributedDatabasesResponseDistributedDbServiceClient. listDistributedDatabases(ListDistributedDatabasesRequest request)Methods in com.oracle.bmc.distributeddatabase that return types with arguments of type ListDistributedDatabasesResponse Modifier and Type Method Description Future<ListDistributedDatabasesResponse>DistributedDbServiceAsync. listDistributedDatabases(ListDistributedDatabasesRequest request, AsyncHandler<ListDistributedDatabasesRequest,ListDistributedDatabasesResponse> handler)List of Globally distributed databases.Future<ListDistributedDatabasesResponse>DistributedDbServiceAsyncClient. listDistributedDatabases(ListDistributedDatabasesRequest request, AsyncHandler<ListDistributedDatabasesRequest,ListDistributedDatabasesResponse> handler)Iterable<ListDistributedDatabasesResponse>DistributedDbServicePaginators. listDistributedDatabasesResponseIterator(ListDistributedDatabasesRequest request)Creates a new iterable which will iterate over the responses received from the listDistributedDatabases operation.Method parameters in com.oracle.bmc.distributeddatabase with type arguments of type ListDistributedDatabasesResponse Modifier and Type Method Description Future<ListDistributedDatabasesResponse>DistributedDbServiceAsync. listDistributedDatabases(ListDistributedDatabasesRequest request, AsyncHandler<ListDistributedDatabasesRequest,ListDistributedDatabasesResponse> handler)List of Globally distributed databases.Future<ListDistributedDatabasesResponse>DistributedDbServiceAsyncClient. listDistributedDatabases(ListDistributedDatabasesRequest request, AsyncHandler<ListDistributedDatabasesRequest,ListDistributedDatabasesResponse> handler) -
Uses of ListDistributedDatabasesResponse in com.oracle.bmc.distributeddatabase.responses
Methods in com.oracle.bmc.distributeddatabase.responses that return ListDistributedDatabasesResponse Modifier and Type Method Description ListDistributedDatabasesResponseListDistributedDatabasesResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.distributeddatabase.responses with parameters of type ListDistributedDatabasesResponse Modifier and Type Method Description ListDistributedDatabasesResponse.BuilderListDistributedDatabasesResponse.Builder. copy(ListDistributedDatabasesResponse o)Copy method to populate the builder with values from the given instance.
-