Uses of Class
com.oracle.bmc.databasemanagement.responses.ListSystemPrivilegesResponse
-
Packages that use ListSystemPrivilegesResponse Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.responses -
-
Uses of ListSystemPrivilegesResponse in com.oracle.bmc.databasemanagement
Methods in com.oracle.bmc.databasemanagement that return ListSystemPrivilegesResponse Modifier and Type Method Description ListSystemPrivilegesResponseDbManagement. listSystemPrivileges(ListSystemPrivilegesRequest request)Gets the list of system privileges granted to a specific user.ListSystemPrivilegesResponseDbManagementClient. listSystemPrivileges(ListSystemPrivilegesRequest request)Methods in com.oracle.bmc.databasemanagement that return types with arguments of type ListSystemPrivilegesResponse Modifier and Type Method Description Future<ListSystemPrivilegesResponse>DbManagementAsync. listSystemPrivileges(ListSystemPrivilegesRequest request, AsyncHandler<ListSystemPrivilegesRequest,ListSystemPrivilegesResponse> handler)Gets the list of system privileges granted to a specific user.Future<ListSystemPrivilegesResponse>DbManagementAsyncClient. listSystemPrivileges(ListSystemPrivilegesRequest request, AsyncHandler<ListSystemPrivilegesRequest,ListSystemPrivilegesResponse> handler)Iterable<ListSystemPrivilegesResponse>DbManagementPaginators. listSystemPrivilegesResponseIterator(ListSystemPrivilegesRequest request)Creates a new iterable which will iterate over the responses received from the listSystemPrivileges operation.Method parameters in com.oracle.bmc.databasemanagement with type arguments of type ListSystemPrivilegesResponse Modifier and Type Method Description Future<ListSystemPrivilegesResponse>DbManagementAsync. listSystemPrivileges(ListSystemPrivilegesRequest request, AsyncHandler<ListSystemPrivilegesRequest,ListSystemPrivilegesResponse> handler)Gets the list of system privileges granted to a specific user.Future<ListSystemPrivilegesResponse>DbManagementAsyncClient. listSystemPrivileges(ListSystemPrivilegesRequest request, AsyncHandler<ListSystemPrivilegesRequest,ListSystemPrivilegesResponse> handler) -
Uses of ListSystemPrivilegesResponse in com.oracle.bmc.databasemanagement.responses
Methods in com.oracle.bmc.databasemanagement.responses that return ListSystemPrivilegesResponse Modifier and Type Method Description ListSystemPrivilegesResponseListSystemPrivilegesResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.databasemanagement.responses with parameters of type ListSystemPrivilegesResponse Modifier and Type Method Description ListSystemPrivilegesResponse.BuilderListSystemPrivilegesResponse.Builder. copy(ListSystemPrivilegesResponse o)Copy method to populate the builder with values from the given instance.
-