Uses of Class
com.oracle.bmc.databasemanagement.responses.ListProxyUsersResponse
-
Packages that use ListProxyUsersResponse Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.responses -
-
Uses of ListProxyUsersResponse in com.oracle.bmc.databasemanagement
Methods in com.oracle.bmc.databasemanagement that return ListProxyUsersResponse Modifier and Type Method Description ListProxyUsersResponseDbManagement. listProxyUsers(ListProxyUsersRequest request)Gets the list of proxy users for the current user.ListProxyUsersResponseDbManagementClient. listProxyUsers(ListProxyUsersRequest request)Methods in com.oracle.bmc.databasemanagement that return types with arguments of type ListProxyUsersResponse Modifier and Type Method Description Future<ListProxyUsersResponse>DbManagementAsync. listProxyUsers(ListProxyUsersRequest request, AsyncHandler<ListProxyUsersRequest,ListProxyUsersResponse> handler)Gets the list of proxy users for the current user.Future<ListProxyUsersResponse>DbManagementAsyncClient. listProxyUsers(ListProxyUsersRequest request, AsyncHandler<ListProxyUsersRequest,ListProxyUsersResponse> handler)Iterable<ListProxyUsersResponse>DbManagementPaginators. listProxyUsersResponseIterator(ListProxyUsersRequest request)Creates a new iterable which will iterate over the responses received from the listProxyUsers operation.Method parameters in com.oracle.bmc.databasemanagement with type arguments of type ListProxyUsersResponse Modifier and Type Method Description Future<ListProxyUsersResponse>DbManagementAsync. listProxyUsers(ListProxyUsersRequest request, AsyncHandler<ListProxyUsersRequest,ListProxyUsersResponse> handler)Gets the list of proxy users for the current user.Future<ListProxyUsersResponse>DbManagementAsyncClient. listProxyUsers(ListProxyUsersRequest request, AsyncHandler<ListProxyUsersRequest,ListProxyUsersResponse> handler) -
Uses of ListProxyUsersResponse in com.oracle.bmc.databasemanagement.responses
Methods in com.oracle.bmc.databasemanagement.responses that return ListProxyUsersResponse Modifier and Type Method Description ListProxyUsersResponseListProxyUsersResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.databasemanagement.responses with parameters of type ListProxyUsersResponse Modifier and Type Method Description ListProxyUsersResponse.BuilderListProxyUsersResponse.Builder. copy(ListProxyUsersResponse o)Copy method to populate the builder with values from the given instance.
-