| Package | Description |
|---|---|
| com.datadog.api.client.v1.api | |
| com.datadog.api.client.v1.model |
| Modifier and Type | Method and Description |
|---|---|
WebhooksIntegration |
WebhooksIntegrationApi.createWebhooksIntegration(WebhooksIntegration body)
Create a webhooks integration.
|
WebhooksIntegration |
WebhooksIntegrationApi.getWebhooksIntegration(String webhookName)
Get a webhook integration.
|
WebhooksIntegration |
WebhooksIntegrationApi.updateWebhooksIntegration(String webhookName,
WebhooksIntegrationUpdateRequest body)
Update a webhook.
|
| Modifier and Type | Method and Description |
|---|---|
WebhooksIntegration |
WebhooksIntegrationApi.createWebhooksIntegration(WebhooksIntegration body)
Create a webhooks integration.
|
CompletableFuture<WebhooksIntegration> |
WebhooksIntegrationApi.createWebhooksIntegrationAsync(WebhooksIntegration body)
Create a webhooks integration.
|
ApiResponse<WebhooksIntegration> |
WebhooksIntegrationApi.createWebhooksIntegrationWithHttpInfo(WebhooksIntegration body)
Creates an endpoint with the name
<WEBHOOK_NAME>. |
CompletableFuture<ApiResponse<WebhooksIntegration>> |
WebhooksIntegrationApi.createWebhooksIntegrationWithHttpInfoAsync(WebhooksIntegration body)
Create a webhooks integration.
|
| Modifier and Type | Method and Description |
|---|---|
WebhooksIntegration |
WebhooksIntegration.customHeaders(String customHeaders) |
WebhooksIntegration |
WebhooksIntegration.encodeAs(WebhooksIntegrationEncoding encodeAs) |
WebhooksIntegration |
WebhooksIntegration.name(String name) |
WebhooksIntegration |
WebhooksIntegration.payload(String payload) |
WebhooksIntegration |
WebhooksIntegration.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
WebhooksIntegration |
WebhooksIntegration.url(String url) |
Copyright © 2024. All rights reserved.