| Package | Description |
|---|---|
| com.datadog.api.client.v1.api | |
| com.datadog.api.client.v1.model |
| Modifier and Type | Method and Description |
|---|---|
WebhooksIntegration |
WebhooksIntegrationApi.updateWebhooksIntegration(String webhookName,
WebhooksIntegrationUpdateRequest body)
Update a webhook.
|
CompletableFuture<WebhooksIntegration> |
WebhooksIntegrationApi.updateWebhooksIntegrationAsync(String webhookName,
WebhooksIntegrationUpdateRequest body)
Update a webhook.
|
ApiResponse<WebhooksIntegration> |
WebhooksIntegrationApi.updateWebhooksIntegrationWithHttpInfo(String webhookName,
WebhooksIntegrationUpdateRequest body)
Updates the endpoint with the name
<WEBHOOK_NAME>. |
CompletableFuture<ApiResponse<WebhooksIntegration>> |
WebhooksIntegrationApi.updateWebhooksIntegrationWithHttpInfoAsync(String webhookName,
WebhooksIntegrationUpdateRequest body)
Update a webhook.
|
| Modifier and Type | Method and Description |
|---|---|
WebhooksIntegrationUpdateRequest |
WebhooksIntegrationUpdateRequest.customHeaders(String customHeaders) |
WebhooksIntegrationUpdateRequest |
WebhooksIntegrationUpdateRequest.encodeAs(WebhooksIntegrationEncoding encodeAs) |
WebhooksIntegrationUpdateRequest |
WebhooksIntegrationUpdateRequest.name(String name) |
WebhooksIntegrationUpdateRequest |
WebhooksIntegrationUpdateRequest.payload(String payload) |
WebhooksIntegrationUpdateRequest |
WebhooksIntegrationUpdateRequest.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
WebhooksIntegrationUpdateRequest |
WebhooksIntegrationUpdateRequest.url(String url) |
Copyright © 2024. All rights reserved.