| Package | Description |
|---|---|
| com.databricks.sdk.service.settings |
| Modifier and Type | Method and Description |
|---|---|
ListType |
CreateIpAccessList.getListType() |
ListType |
ReplaceIpAccessList.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,
Collection<String> ipAddresses) |
CreateIpAccessListResponse |
AccountIpAccessListsAPI.create(String label,
ListType listType,
Collection<String> ipAddresses) |
void |
IpAccessListsAPI.replace(String label,
ListType listType,
Collection<String> ipAddresses,
boolean enabled,
String ipAccessListId) |
void |
AccountIpAccessListsAPI.replace(String label,
ListType listType,
Collection<String> ipAddresses,
boolean enabled,
String ipAccessListId) |
CreateIpAccessList |
CreateIpAccessList.setListType(ListType listType) |
ReplaceIpAccessList |
ReplaceIpAccessList.setListType(ListType listType) |
IpAccessListInfo |
IpAccessListInfo.setListType(ListType listType) |
UpdateIpAccessList |
UpdateIpAccessList.setListType(ListType listType) |
void |
IpAccessListsAPI.update(String label,
ListType listType,
Collection<String> ipAddresses,
boolean enabled,
String ipAccessListId) |
void |
AccountIpAccessListsAPI.update(String label,
ListType listType,
Collection<String> ipAddresses,
boolean enabled,
String ipAccessListId) |
Copyright © 2023. All rights reserved.