Uses of Class
com.oracle.bmc.databasemanagement.requests.ListManagedDatabaseGroupsRequest
-
Packages that use ListManagedDatabaseGroupsRequest Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.requests -
-
Uses of ListManagedDatabaseGroupsRequest in com.oracle.bmc.databasemanagement
Method parameters in com.oracle.bmc.databasemanagement with type arguments of type ListManagedDatabaseGroupsRequest 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 ListManagedDatabaseGroupsRequest in com.oracle.bmc.databasemanagement.requests
Methods in com.oracle.bmc.databasemanagement.requests that return ListManagedDatabaseGroupsRequest Modifier and Type Method Description ListManagedDatabaseGroupsRequest
ListManagedDatabaseGroupsRequest.Builder. build()
Build the instance of ListManagedDatabaseGroupsRequest as configured by this builderListManagedDatabaseGroupsRequest
ListManagedDatabaseGroupsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListManagedDatabaseGroupsRequest as configured by this builderMethods in com.oracle.bmc.databasemanagement.requests with parameters of type ListManagedDatabaseGroupsRequest Modifier and Type Method Description ListManagedDatabaseGroupsRequest.Builder
ListManagedDatabaseGroupsRequest.Builder. copy(ListManagedDatabaseGroupsRequest o)
Copy method to populate the builder with values from the given instance.
-