| Package | Description |
|---|---|
| com.databricks.sdk.service.iam |
| Modifier and Type | Method and Description |
|---|---|
ListAccountGroupsRequest |
ListAccountGroupsRequest.setAttributes(String attributes) |
ListAccountGroupsRequest |
ListAccountGroupsRequest.setCount(Long count) |
ListAccountGroupsRequest |
ListAccountGroupsRequest.setExcludedAttributes(String excludedAttributes) |
ListAccountGroupsRequest |
ListAccountGroupsRequest.setFilter(String filter) |
ListAccountGroupsRequest |
ListAccountGroupsRequest.setSortBy(String sortBy) |
ListAccountGroupsRequest |
ListAccountGroupsRequest.setSortOrder(ListSortOrder sortOrder) |
ListAccountGroupsRequest |
ListAccountGroupsRequest.setStartIndex(Long startIndex) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<Group> |
AccountGroupsAPI.list(ListAccountGroupsRequest request)
Gets all details of the groups associated with the Databricks account.
|
Iterable<AccountGroup> |
AccountGroupsV2API.list(ListAccountGroupsRequest request)
Gets all details of the groups associated with the Databricks account.
|
ListAccountGroupsResponse |
AccountGroupsV2Service.list(ListAccountGroupsRequest listAccountGroupsRequest)
Gets all details of the groups associated with the Databricks account.
|
ListGroupsResponse |
AccountGroupsService.list(ListAccountGroupsRequest listAccountGroupsRequest)
Gets all details of the groups associated with the Databricks account.
|
Copyright © 2026. All rights reserved.