| Package | Description |
|---|---|
| com.databricks.sdk.service.settings |
| Modifier and Type | Method and Description |
|---|---|
NotificationDestination |
NotificationDestinationsAPI.create(CreateNotificationDestinationRequest request)
Create a notification destination.
|
NotificationDestination |
NotificationDestinationsService.create(CreateNotificationDestinationRequest createNotificationDestinationRequest)
Create a notification destination.
|
NotificationDestination |
NotificationDestinationsAPI.get(GetNotificationDestinationRequest request)
Get a notification destination.
|
NotificationDestination |
NotificationDestinationsService.get(GetNotificationDestinationRequest getNotificationDestinationRequest)
Get a notification destination.
|
NotificationDestination |
NotificationDestinationsAPI.get(String id) |
NotificationDestination |
NotificationDestination.setConfig(Config config) |
NotificationDestination |
NotificationDestination.setDestinationType(DestinationType destinationType) |
NotificationDestination |
NotificationDestination.setDisplayName(String displayName) |
NotificationDestination |
NotificationDestination.setId(String id) |
NotificationDestination |
NotificationDestinationsAPI.update(String id) |
NotificationDestination |
NotificationDestinationsAPI.update(UpdateNotificationDestinationRequest request)
Update a notification destination.
|
NotificationDestination |
NotificationDestinationsService.update(UpdateNotificationDestinationRequest updateNotificationDestinationRequest)
Update a notification destination.
|
Copyright © 2025. All rights reserved.