Interface EventDestinationsService
public interface EventDestinationsService
Event Destinations Service
-
Method Summary
Modifier and TypeMethodDescriptionget()Get callbacks configurationupdate(EventDestinationUpdateRequest eventDestinationUpdateRequest) Update callback configuration
-
Method Details
-
get
Get callbacks configurationReturns the callbacks configuration for the specified project
- Returns:
- EventDestinationResponse
- Throws:
ApiException- if fails to make API call
-
update
EventDestinationResponse update(EventDestinationUpdateRequest eventDestinationUpdateRequest) throws ApiException Update callback configurationUpdates the callbacks configuration for the specified project
- Parameters:
eventDestinationUpdateRequest- The callback configuration details to be updated. (optional)- Returns:
- EventDestinationResponse
- Throws:
ApiException- if fails to make API call
-