| Package | Description |
|---|---|
| com.databricks.sdk.service.iam |
| Modifier and Type | Method and Description |
|---|---|
ListGroupsRequest |
ListGroupsRequest.setAttributes(String attributes) |
ListGroupsRequest |
ListGroupsRequest.setCount(Long count) |
ListGroupsRequest |
ListGroupsRequest.setExcludedAttributes(String excludedAttributes) |
ListGroupsRequest |
ListGroupsRequest.setFilter(String filter) |
ListGroupsRequest |
ListGroupsRequest.setSortBy(String sortBy) |
ListGroupsRequest |
ListGroupsRequest.setSortOrder(ListSortOrder sortOrder) |
ListGroupsRequest |
ListGroupsRequest.setStartIndex(Long startIndex) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<Group> |
GroupsAPI.list(ListGroupsRequest request)
Gets all details of the groups associated with the Databricks workspace.
|
ListGroupsResponse |
GroupsV2Service.list(ListGroupsRequest listGroupsRequest)
Gets all details of the groups associated with the Databricks workspace.
|
ListGroupsResponse |
GroupsService.list(ListGroupsRequest listGroupsRequest)
Gets all details of the groups associated with the Databricks workspace.
|
Iterable<Group> |
GroupsV2API.list(ListGroupsRequest request)
Gets all details of the groups associated with the Databricks workspace.
|
Copyright © 2026. All rights reserved.