Uses of Class
com.oracle.bmc.datasafe.responses.ListUsersResponse
-
Packages that use ListUsersResponse Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.responses -
-
Uses of ListUsersResponse in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe that return ListUsersResponse Modifier and Type Method Description ListUsersResponseDataSafe. listUsers(ListUsersRequest request)Gets a list of users of the specified user assessment.ListUsersResponseDataSafeClient. listUsers(ListUsersRequest request)Methods in com.oracle.bmc.datasafe that return types with arguments of type ListUsersResponse Modifier and Type Method Description Future<ListUsersResponse>DataSafeAsync. listUsers(ListUsersRequest request, AsyncHandler<ListUsersRequest,ListUsersResponse> handler)Gets a list of users of the specified user assessment.Future<ListUsersResponse>DataSafeAsyncClient. listUsers(ListUsersRequest request, AsyncHandler<ListUsersRequest,ListUsersResponse> handler)Iterable<ListUsersResponse>DataSafePaginators. listUsersResponseIterator(ListUsersRequest request)Creates a new iterable which will iterate over the responses received from the listUsers operation.Method parameters in com.oracle.bmc.datasafe with type arguments of type ListUsersResponse Modifier and Type Method Description Future<ListUsersResponse>DataSafeAsync. listUsers(ListUsersRequest request, AsyncHandler<ListUsersRequest,ListUsersResponse> handler)Gets a list of users of the specified user assessment.Future<ListUsersResponse>DataSafeAsyncClient. listUsers(ListUsersRequest request, AsyncHandler<ListUsersRequest,ListUsersResponse> handler) -
Uses of ListUsersResponse in com.oracle.bmc.datasafe.responses
Methods in com.oracle.bmc.datasafe.responses that return ListUsersResponse Modifier and Type Method Description ListUsersResponseListUsersResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.datasafe.responses with parameters of type ListUsersResponse Modifier and Type Method Description ListUsersResponse.BuilderListUsersResponse.Builder. copy(ListUsersResponse o)Copy method to populate the builder with values from the given instance.
-