Uses of Class
com.oracle.bmc.databasemanagement.requests.ListUsersRequest
-
Packages that use ListUsersRequest Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.requests -
-
Uses of ListUsersRequest in com.oracle.bmc.databasemanagement
Methods in com.oracle.bmc.databasemanagement with parameters of type ListUsersRequest Modifier and Type Method Description ListUsersResponse
DbManagement. listUsers(ListUsersRequest request)
Gets the list of users for the specified managedDatabaseId.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)
ListUsersResponse
DbManagementClient. listUsers(ListUsersRequest request)
Iterable<UserSummary>
DbManagementPaginators. listUsersRecordIterator(ListUsersRequest request)
Creates a new iterable which will iterate over theUserSummary
objects contained in responses from the listUsers operation.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 ListUsersRequest 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 ListUsersRequest in com.oracle.bmc.databasemanagement.requests
Methods in com.oracle.bmc.databasemanagement.requests that return ListUsersRequest Modifier and Type Method Description ListUsersRequest
ListUsersRequest.Builder. build()
Build the instance of ListUsersRequest as configured by this builderListUsersRequest
ListUsersRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListUsersRequest as configured by this builderMethods in com.oracle.bmc.databasemanagement.requests with parameters of type ListUsersRequest Modifier and Type Method Description ListUsersRequest.Builder
ListUsersRequest.Builder. copy(ListUsersRequest o)
Copy method to populate the builder with values from the given instance.
-