Uses of Class
com.databricks.sdk.service.iam.ListUsersResponse
-
Packages that use ListUsersResponse Package Description com.databricks.sdk.service.iam -
-
Uses of ListUsersResponse in com.databricks.sdk.service.iam
Methods in com.databricks.sdk.service.iam that return ListUsersResponse Modifier and Type Method Description ListUsersResponseAccountUsersService. list(ListAccountUsersRequest listAccountUsersRequest)List users.ListUsersResponseUsersService. list(ListUsersRequest listUsersRequest)List users.ListUsersResponseListUsersResponse. setItemsPerPage(Long itemsPerPage)ListUsersResponseListUsersResponse. setResources(Collection<User> resources)ListUsersResponseListUsersResponse. setStartIndex(Long startIndex)ListUsersResponseListUsersResponse. setTotalResults(Long totalResults)
-