| Package | Description |
|---|---|
| com.databricks.sdk.service.iam |
| Modifier and Type | Method and Description |
|---|---|
Group |
GroupsV2Service.create(CreateGroupRequest createGroupRequest)
Creates a group in the Databricks workspace with a unique name, using the supplied group
details.
|
Group |
GroupsV2API.create(CreateGroupRequest request)
Creates a group in the Databricks workspace with a unique name, using the supplied group
details.
|
Group |
GroupsAPI.create(Group request)
Creates a group in the Databricks workspace with a unique name, using the supplied group
details.
|
Group |
GroupsService.create(Group group)
Creates a group in the Databricks workspace with a unique name, using the supplied group
details.
|
Group |
AccountGroupsAPI.create(Group request)
Creates a group in the Databricks account with a unique name, using the supplied group details.
|
Group |
AccountGroupsService.create(Group group)
Creates a group in the Databricks account with a unique name, using the supplied group details.
|
Group |
AccountGroupsAPI.get(GetAccountGroupRequest request)
Gets the information for a specific group in the Databricks account.
|
Group |
AccountGroupsService.get(GetAccountGroupRequest getAccountGroupRequest)
Gets the information for a specific group in the Databricks account.
|
Group |
GroupsAPI.get(GetGroupRequest request)
Gets the information for a specific group in the Databricks workspace.
|
Group |
GroupsV2Service.get(GetGroupRequest getGroupRequest)
Gets the information for a specific group in the Databricks workspace.
|
Group |
GroupsService.get(GetGroupRequest getGroupRequest)
Gets the information for a specific group in the Databricks workspace.
|
Group |
GroupsV2API.get(GetGroupRequest request)
Gets the information for a specific group in the Databricks workspace.
|
Group |
GroupsAPI.get(String id) |
Group |
AccountGroupsAPI.get(String id) |
Group |
GroupsV2API.get(String id) |
Group |
Group.setDisplayName(String displayName) |
Group |
Group.setEntitlements(Collection<ComplexValue> entitlements) |
Group |
Group.setExternalId(String externalId) |
Group |
Group.setGroups(Collection<ComplexValue> groups) |
Group |
Group.setId(String id) |
Group |
Group.setMembers(Collection<ComplexValue> members) |
Group |
Group.setMeta(ResourceMeta meta) |
Group |
Group.setRoles(Collection<ComplexValue> roles) |
Group |
Group.setSchemas(Collection<GroupSchema> schemas) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Group> |
ListGroupsResponse.getResources() |
Iterable<Group> |
AccountGroupsAPI.list(ListAccountGroupsRequest request)
Gets all details of the groups associated with the Databricks account.
|
Iterable<Group> |
GroupsAPI.list(ListGroupsRequest request)
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.
|
| Modifier and Type | Method and Description |
|---|---|
Group |
GroupsAPI.create(Group request)
Creates a group in the Databricks workspace with a unique name, using the supplied group
details.
|
Group |
GroupsService.create(Group group)
Creates a group in the Databricks workspace with a unique name, using the supplied group
details.
|
Group |
AccountGroupsAPI.create(Group request)
Creates a group in the Databricks account with a unique name, using the supplied group details.
|
Group |
AccountGroupsService.create(Group group)
Creates a group in the Databricks account with a unique name, using the supplied group details.
|
void |
GroupsAPI.update(Group request)
Updates the details of a group by replacing the entire group entity.
|
void |
GroupsService.update(Group group)
Updates the details of a group by replacing the entire group entity.
|
void |
AccountGroupsAPI.update(Group request)
Updates the details of a group by replacing the entire group entity.
|
void |
AccountGroupsService.update(Group group)
Updates the details of a group by replacing the entire group entity.
|
| Modifier and Type | Method and Description |
|---|---|
ListGroupsResponse |
ListGroupsResponse.setResources(Collection<Group> resources) |
Copyright © 2026. All rights reserved.