Uses of Class
com.oracle.bmc.databasemanagement.responses.ListProxiedForUsersResponse
-
Packages that use ListProxiedForUsersResponse Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.responses -
-
Uses of ListProxiedForUsersResponse in com.oracle.bmc.databasemanagement
Methods in com.oracle.bmc.databasemanagement that return ListProxiedForUsersResponse Modifier and Type Method Description ListProxiedForUsersResponse
DbManagement. listProxiedForUsers(ListProxiedForUsersRequest request)
Gets the list of users on whose behalf the current user acts as proxy.ListProxiedForUsersResponse
DbManagementClient. listProxiedForUsers(ListProxiedForUsersRequest request)
Methods in com.oracle.bmc.databasemanagement that return types with arguments of type ListProxiedForUsersResponse Modifier and Type Method Description Future<ListProxiedForUsersResponse>
DbManagementAsync. listProxiedForUsers(ListProxiedForUsersRequest request, AsyncHandler<ListProxiedForUsersRequest,ListProxiedForUsersResponse> handler)
Gets the list of users on whose behalf the current user acts as proxy.Future<ListProxiedForUsersResponse>
DbManagementAsyncClient. listProxiedForUsers(ListProxiedForUsersRequest request, AsyncHandler<ListProxiedForUsersRequest,ListProxiedForUsersResponse> handler)
Iterable<ListProxiedForUsersResponse>
DbManagementPaginators. listProxiedForUsersResponseIterator(ListProxiedForUsersRequest request)
Creates a new iterable which will iterate over the responses received from the listProxiedForUsers operation.Method parameters in com.oracle.bmc.databasemanagement with type arguments of type ListProxiedForUsersResponse Modifier and Type Method Description Future<ListProxiedForUsersResponse>
DbManagementAsync. listProxiedForUsers(ListProxiedForUsersRequest request, AsyncHandler<ListProxiedForUsersRequest,ListProxiedForUsersResponse> handler)
Gets the list of users on whose behalf the current user acts as proxy.Future<ListProxiedForUsersResponse>
DbManagementAsyncClient. listProxiedForUsers(ListProxiedForUsersRequest request, AsyncHandler<ListProxiedForUsersRequest,ListProxiedForUsersResponse> handler)
-
Uses of ListProxiedForUsersResponse in com.oracle.bmc.databasemanagement.responses
Methods in com.oracle.bmc.databasemanagement.responses that return ListProxiedForUsersResponse Modifier and Type Method Description ListProxiedForUsersResponse
ListProxiedForUsersResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.databasemanagement.responses with parameters of type ListProxiedForUsersResponse Modifier and Type Method Description ListProxiedForUsersResponse.Builder
ListProxiedForUsersResponse.Builder. copy(ListProxiedForUsersResponse o)
Copy method to populate the builder with values from the given instance.
-