| Package | Description |
|---|---|
| com.databricks.sdk.service.settings |
| Modifier and Type | Method and Description |
|---|---|
ListType |
ReplaceIpAccessList.getListType() |
ListType |
CreateIpAccessList.getListType() |
ListType |
IpAccessListInfo.getListType() |
ListType |
UpdateIpAccessList.getListType() |
static ListType |
ListType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListType[] |
ListType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CreateIpAccessListResponse |
IpAccessListsAPI.create(String label,
ListType listType) |
CreateIpAccessListResponse |
AccountIpAccessListsAPI.create(String label,
ListType listType) |
void |
IpAccessListsAPI.replace(String ipAccessListId,
String label,
ListType listType,
boolean enabled) |
void |
AccountIpAccessListsAPI.replace(String ipAccessListId,
String label,
ListType listType,
boolean enabled) |
ReplaceIpAccessList |
ReplaceIpAccessList.setListType(ListType listType) |
CreateIpAccessList |
CreateIpAccessList.setListType(ListType listType) |
IpAccessListInfo |
IpAccessListInfo.setListType(ListType listType) |
UpdateIpAccessList |
UpdateIpAccessList.setListType(ListType listType) |
Copyright © 2024. All rights reserved.