Uses of Class
com.oracle.bmc.databasemanagement.responses.ListUsersResponse
-
Packages that use ListUsersResponse Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.responses -
-
Uses of ListUsersResponse in com.oracle.bmc.databasemanagement
Methods in com.oracle.bmc.databasemanagement that return ListUsersResponse Modifier and Type Method Description ListUsersResponseDbManagement. listUsers(ListUsersRequest request)Gets the list of users for the specified managedDatabaseId.ListUsersResponseDbManagementClient. listUsers(ListUsersRequest request)Methods in com.oracle.bmc.databasemanagement that return types with arguments of type ListUsersResponse Modifier and Type Method Description Future<ListUsersResponse>DbManagementAsync. listUsers(ListUsersRequest request, AsyncHandler<ListUsersRequest,ListUsersResponse> handler)Gets the list of users for the specified managedDatabaseId.Future<ListUsersResponse>DbManagementAsyncClient. listUsers(ListUsersRequest request, AsyncHandler<ListUsersRequest,ListUsersResponse> handler)Iterable<ListUsersResponse>DbManagementPaginators. listUsersResponseIterator(ListUsersRequest request)Creates a new iterable which will iterate over the responses received from the listUsers operation.Method parameters in com.oracle.bmc.databasemanagement with type arguments of type ListUsersResponse Modifier and Type Method Description Future<ListUsersResponse>DbManagementAsync. listUsers(ListUsersRequest request, AsyncHandler<ListUsersRequest,ListUsersResponse> handler)Gets the list of users for the specified managedDatabaseId.Future<ListUsersResponse>DbManagementAsyncClient. listUsers(ListUsersRequest request, AsyncHandler<ListUsersRequest,ListUsersResponse> handler) -
Uses of ListUsersResponse in com.oracle.bmc.databasemanagement.responses
Methods in com.oracle.bmc.databasemanagement.responses that return ListUsersResponse Modifier and Type Method Description ListUsersResponseListUsersResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.databasemanagement.responses with parameters of type ListUsersResponse Modifier and Type Method Description ListUsersResponse.BuilderListUsersResponse.Builder. copy(ListUsersResponse o)Copy method to populate the builder with values from the given instance.
-