| Package | Description |
|---|---|
| com.databricks.sdk.service.iam |
| Modifier and Type | Method and Description |
|---|---|
AccountGroup |
AccountGroupsV2API.create(CreateAccountGroupRequest request)
Creates a group in the Databricks account with a unique name, using the supplied group details.
|
AccountGroup |
AccountGroupsV2Service.create(CreateAccountGroupRequest createAccountGroupRequest)
Creates a group in the Databricks account with a unique name, using the supplied group details.
|
AccountGroup |
AccountGroupsV2API.get(GetAccountGroupRequest request)
Gets the information for a specific group in the Databricks account.
|
AccountGroup |
AccountGroupsV2Service.get(GetAccountGroupRequest getAccountGroupRequest)
Gets the information for a specific group in the Databricks account.
|
AccountGroup |
AccountGroupsV2API.get(String id) |
AccountGroup |
AccountGroup.setAccountId(String accountId) |
AccountGroup |
AccountGroup.setDisplayName(String displayName) |
AccountGroup |
AccountGroup.setExternalId(String externalId) |
AccountGroup |
AccountGroup.setId(String id) |
AccountGroup |
AccountGroup.setMembers(Collection<ComplexValue> members) |
AccountGroup |
AccountGroup.setMeta(ResourceMeta meta) |
AccountGroup |
AccountGroup.setRoles(Collection<ComplexValue> roles) |
| Modifier and Type | Method and Description |
|---|---|
Collection<AccountGroup> |
ListAccountGroupsResponse.getResources() |
Iterable<AccountGroup> |
AccountGroupsV2API.list(ListAccountGroupsRequest request)
Gets all details of the groups associated with the Databricks account.
|
| Modifier and Type | Method and Description |
|---|---|
ListAccountGroupsResponse |
ListAccountGroupsResponse.setResources(Collection<AccountGroup> resources) |
Copyright © 2026. All rights reserved.