Uses of Class
com.oracle.bmc.database.responses.ListDatabasesResponse
-
Packages that use ListDatabasesResponse Package Description com.oracle.bmc.database com.oracle.bmc.database.responses -
-
Uses of ListDatabasesResponse in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return ListDatabasesResponse Modifier and Type Method Description ListDatabasesResponse
Database. listDatabases(ListDatabasesRequest request)
Gets a list of the databases in the specified Database Home.ListDatabasesResponse
DatabaseClient. listDatabases(ListDatabasesRequest request)
Methods in com.oracle.bmc.database that return types with arguments of type ListDatabasesResponse Modifier and Type Method Description Future<ListDatabasesResponse>
DatabaseAsync. listDatabases(ListDatabasesRequest request, AsyncHandler<ListDatabasesRequest,ListDatabasesResponse> handler)
Gets a list of the databases in the specified Database Home.Future<ListDatabasesResponse>
DatabaseAsyncClient. listDatabases(ListDatabasesRequest request, AsyncHandler<ListDatabasesRequest,ListDatabasesResponse> handler)
Iterable<ListDatabasesResponse>
DatabasePaginators. listDatabasesResponseIterator(ListDatabasesRequest request)
Creates a new iterable which will iterate over the responses received from the listDatabases operation.Method parameters in com.oracle.bmc.database with type arguments of type ListDatabasesResponse Modifier and Type Method Description Future<ListDatabasesResponse>
DatabaseAsync. listDatabases(ListDatabasesRequest request, AsyncHandler<ListDatabasesRequest,ListDatabasesResponse> handler)
Gets a list of the databases in the specified Database Home.Future<ListDatabasesResponse>
DatabaseAsyncClient. listDatabases(ListDatabasesRequest request, AsyncHandler<ListDatabasesRequest,ListDatabasesResponse> handler)
-
Uses of ListDatabasesResponse in com.oracle.bmc.database.responses
Methods in com.oracle.bmc.database.responses that return ListDatabasesResponse Modifier and Type Method Description ListDatabasesResponse
ListDatabasesResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.database.responses with parameters of type ListDatabasesResponse Modifier and Type Method Description ListDatabasesResponse.Builder
ListDatabasesResponse.Builder. copy(ListDatabasesResponse o)
Copy method to populate the builder with values from the given instance.
-