Uses of Class
com.databricks.sdk.service.settings.ListType
-
Packages that use ListType Package Description com.databricks.sdk.service.settings -
-
Uses of ListType in com.databricks.sdk.service.settings
Methods in com.databricks.sdk.service.settings that return ListType Modifier and Type Method Description ListTypeCreateIpAccessList. getListType()ListTypeIpAccessListInfo. getListType()ListTypeReplaceIpAccessList. getListType()ListTypeUpdateIpAccessList. getListType()static ListTypeListType. 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.Methods in com.databricks.sdk.service.settings with parameters of type ListType Modifier and Type Method Description CreateIpAccessListResponseAccountIpAccessListsAPI. create(String label, ListType listType, Collection<String> ipAddresses)CreateIpAccessListResponseIpAccessListsAPI. create(String label, ListType listType, Collection<String> ipAddresses)voidAccountIpAccessListsAPI. replace(String label, ListType listType, Collection<String> ipAddresses, boolean enabled, String ipAccessListId)voidIpAccessListsAPI. replace(String label, ListType listType, Collection<String> ipAddresses, boolean enabled, String ipAccessListId)CreateIpAccessListCreateIpAccessList. setListType(ListType listType)IpAccessListInfoIpAccessListInfo. setListType(ListType listType)ReplaceIpAccessListReplaceIpAccessList. setListType(ListType listType)UpdateIpAccessListUpdateIpAccessList. setListType(ListType listType)voidAccountIpAccessListsAPI. update(String label, ListType listType, Collection<String> ipAddresses, boolean enabled, String ipAccessListId)voidIpAccessListsAPI. update(String label, ListType listType, Collection<String> ipAddresses, boolean enabled, String ipAccessListId)
-