Uses of Class
com.oracle.bmc.databasemanagement.responses.ListManagedDatabaseGroupsResponse
-
Packages that use ListManagedDatabaseGroupsResponse Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.responses -
-
Uses of ListManagedDatabaseGroupsResponse in com.oracle.bmc.databasemanagement
Methods in com.oracle.bmc.databasemanagement that return ListManagedDatabaseGroupsResponse Modifier and Type Method Description ListManagedDatabaseGroupsResponseDbManagement. listManagedDatabaseGroups(ListManagedDatabaseGroupsRequest request)Gets the Managed Database Group for a specific ID or the list of Managed Database Groups in a specific compartment.ListManagedDatabaseGroupsResponseDbManagementClient. listManagedDatabaseGroups(ListManagedDatabaseGroupsRequest request)Methods in com.oracle.bmc.databasemanagement that return types with arguments of type ListManagedDatabaseGroupsResponse Modifier and Type Method Description Future<ListManagedDatabaseGroupsResponse>DbManagementAsync. listManagedDatabaseGroups(ListManagedDatabaseGroupsRequest request, AsyncHandler<ListManagedDatabaseGroupsRequest,ListManagedDatabaseGroupsResponse> handler)Gets the Managed Database Group for a specific ID or the list of Managed Database Groups in a specific compartment.Future<ListManagedDatabaseGroupsResponse>DbManagementAsyncClient. listManagedDatabaseGroups(ListManagedDatabaseGroupsRequest request, AsyncHandler<ListManagedDatabaseGroupsRequest,ListManagedDatabaseGroupsResponse> handler)Iterable<ListManagedDatabaseGroupsResponse>DbManagementPaginators. listManagedDatabaseGroupsResponseIterator(ListManagedDatabaseGroupsRequest request)Creates a new iterable which will iterate over the responses received from the listManagedDatabaseGroups operation.Method parameters in com.oracle.bmc.databasemanagement with type arguments of type ListManagedDatabaseGroupsResponse Modifier and Type Method Description Future<ListManagedDatabaseGroupsResponse>DbManagementAsync. listManagedDatabaseGroups(ListManagedDatabaseGroupsRequest request, AsyncHandler<ListManagedDatabaseGroupsRequest,ListManagedDatabaseGroupsResponse> handler)Gets the Managed Database Group for a specific ID or the list of Managed Database Groups in a specific compartment.Future<ListManagedDatabaseGroupsResponse>DbManagementAsyncClient. listManagedDatabaseGroups(ListManagedDatabaseGroupsRequest request, AsyncHandler<ListManagedDatabaseGroupsRequest,ListManagedDatabaseGroupsResponse> handler) -
Uses of ListManagedDatabaseGroupsResponse in com.oracle.bmc.databasemanagement.responses
Methods in com.oracle.bmc.databasemanagement.responses that return ListManagedDatabaseGroupsResponse Modifier and Type Method Description ListManagedDatabaseGroupsResponseListManagedDatabaseGroupsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.databasemanagement.responses with parameters of type ListManagedDatabaseGroupsResponse Modifier and Type Method Description ListManagedDatabaseGroupsResponse.BuilderListManagedDatabaseGroupsResponse.Builder. copy(ListManagedDatabaseGroupsResponse o)Copy method to populate the builder with values from the given instance.
-