Uses of Class
com.oracle.bmc.dblm.responses.ListDatabasesResponse
-
Packages that use ListDatabasesResponse Package Description com.oracle.bmc.dblm com.oracle.bmc.dblm.responses -
-
Uses of ListDatabasesResponse in com.oracle.bmc.dblm
Methods in com.oracle.bmc.dblm that return ListDatabasesResponse Modifier and Type Method Description ListDatabasesResponseDbLifeCycleManagement. listDatabases(ListDatabasesRequest request)Gets the list of databasesListDatabasesResponseDbLifeCycleManagementClient. listDatabases(ListDatabasesRequest request)Methods in com.oracle.bmc.dblm that return types with arguments of type ListDatabasesResponse Modifier and Type Method Description Future<ListDatabasesResponse>DbLifeCycleManagementAsync. listDatabases(ListDatabasesRequest request, AsyncHandler<ListDatabasesRequest,ListDatabasesResponse> handler)Gets the list of databasesFuture<ListDatabasesResponse>DbLifeCycleManagementAsyncClient. listDatabases(ListDatabasesRequest request, AsyncHandler<ListDatabasesRequest,ListDatabasesResponse> handler)Iterable<ListDatabasesResponse>DbLifeCycleManagementPaginators. listDatabasesResponseIterator(ListDatabasesRequest request)Creates a new iterable which will iterate over the responses received from the listDatabases operation.Method parameters in com.oracle.bmc.dblm with type arguments of type ListDatabasesResponse Modifier and Type Method Description Future<ListDatabasesResponse>DbLifeCycleManagementAsync. listDatabases(ListDatabasesRequest request, AsyncHandler<ListDatabasesRequest,ListDatabasesResponse> handler)Gets the list of databasesFuture<ListDatabasesResponse>DbLifeCycleManagementAsyncClient. listDatabases(ListDatabasesRequest request, AsyncHandler<ListDatabasesRequest,ListDatabasesResponse> handler) -
Uses of ListDatabasesResponse in com.oracle.bmc.dblm.responses
Methods in com.oracle.bmc.dblm.responses that return ListDatabasesResponse Modifier and Type Method Description ListDatabasesResponseListDatabasesResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.dblm.responses with parameters of type ListDatabasesResponse Modifier and Type Method Description ListDatabasesResponse.BuilderListDatabasesResponse.Builder. copy(ListDatabasesResponse o)Copy method to populate the builder with values from the given instance.
-