Uses of Class
com.oracle.bmc.databasemanagement.responses.ListAssociatedDatabasesResponse
-
Packages that use ListAssociatedDatabasesResponse Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.responses -
-
Uses of ListAssociatedDatabasesResponse in com.oracle.bmc.databasemanagement
Methods in com.oracle.bmc.databasemanagement that return ListAssociatedDatabasesResponse Modifier and Type Method Description ListAssociatedDatabasesResponse
DbManagement. listAssociatedDatabases(ListAssociatedDatabasesRequest request)
Gets the list of databases using a specific Database Management private endpoint.ListAssociatedDatabasesResponse
DbManagementClient. listAssociatedDatabases(ListAssociatedDatabasesRequest request)
Methods in com.oracle.bmc.databasemanagement that return types with arguments of type ListAssociatedDatabasesResponse Modifier and Type Method Description Future<ListAssociatedDatabasesResponse>
DbManagementAsync. listAssociatedDatabases(ListAssociatedDatabasesRequest request, AsyncHandler<ListAssociatedDatabasesRequest,ListAssociatedDatabasesResponse> handler)
Gets the list of databases using a specific Database Management private endpoint.Future<ListAssociatedDatabasesResponse>
DbManagementAsyncClient. listAssociatedDatabases(ListAssociatedDatabasesRequest request, AsyncHandler<ListAssociatedDatabasesRequest,ListAssociatedDatabasesResponse> handler)
Iterable<ListAssociatedDatabasesResponse>
DbManagementPaginators. listAssociatedDatabasesResponseIterator(ListAssociatedDatabasesRequest request)
Creates a new iterable which will iterate over the responses received from the listAssociatedDatabases operation.Method parameters in com.oracle.bmc.databasemanagement with type arguments of type ListAssociatedDatabasesResponse Modifier and Type Method Description Future<ListAssociatedDatabasesResponse>
DbManagementAsync. listAssociatedDatabases(ListAssociatedDatabasesRequest request, AsyncHandler<ListAssociatedDatabasesRequest,ListAssociatedDatabasesResponse> handler)
Gets the list of databases using a specific Database Management private endpoint.Future<ListAssociatedDatabasesResponse>
DbManagementAsyncClient. listAssociatedDatabases(ListAssociatedDatabasesRequest request, AsyncHandler<ListAssociatedDatabasesRequest,ListAssociatedDatabasesResponse> handler)
-
Uses of ListAssociatedDatabasesResponse in com.oracle.bmc.databasemanagement.responses
Methods in com.oracle.bmc.databasemanagement.responses that return ListAssociatedDatabasesResponse Modifier and Type Method Description ListAssociatedDatabasesResponse
ListAssociatedDatabasesResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.databasemanagement.responses with parameters of type ListAssociatedDatabasesResponse Modifier and Type Method Description ListAssociatedDatabasesResponse.Builder
ListAssociatedDatabasesResponse.Builder. copy(ListAssociatedDatabasesResponse o)
Copy method to populate the builder with values from the given instance.
-