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