Uses of Class
com.oracle.bmc.datasafe.requests.ListUsersRequest
-
Packages that use ListUsersRequest Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.requests -
-
Uses of ListUsersRequest in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe with parameters of type ListUsersRequest Modifier and Type Method Description ListUsersResponseDataSafe. listUsers(ListUsersRequest request)Gets a list of users of the specified user assessment.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)ListUsersResponseDataSafeClient. listUsers(ListUsersRequest request)Iterable<UserSummary>DataSafePaginators. listUsersRecordIterator(ListUsersRequest request)Creates a new iterable which will iterate over theUserSummaryobjects contained in responses from the listUsers operation.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 ListUsersRequest 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 ListUsersRequest in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return ListUsersRequest Modifier and Type Method Description ListUsersRequestListUsersRequest.Builder. build()Build the instance of ListUsersRequest as configured by this builderListUsersRequestListUsersRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListUsersRequest as configured by this builderMethods in com.oracle.bmc.datasafe.requests with parameters of type ListUsersRequest Modifier and Type Method Description ListUsersRequest.BuilderListUsersRequest.Builder. copy(ListUsersRequest o)Copy method to populate the builder with values from the given instance.
-