| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
WebhooksAuthMethodsResponse |
WebhooksIntegrationApi.getAllAuthMethods()
Get all auth methods.
|
WebhooksAuthMethodsResponse |
WebhooksIntegrationApi.getAllAuthMethods(WebhooksIntegrationApi.GetAllAuthMethodsOptionalParameters parameters)
Get all auth methods.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<WebhooksAuthMethodsResponse> |
WebhooksIntegrationApi.getAllAuthMethodsAsync()
Get all auth methods.
|
CompletableFuture<WebhooksAuthMethodsResponse> |
WebhooksIntegrationApi.getAllAuthMethodsAsync(WebhooksIntegrationApi.GetAllAuthMethodsOptionalParameters parameters)
Get all auth methods.
|
ApiResponse<WebhooksAuthMethodsResponse> |
WebhooksIntegrationApi.getAllAuthMethodsWithHttpInfo(WebhooksIntegrationApi.GetAllAuthMethodsOptionalParameters parameters)
Get a list of all auth methods configured for the Webhooks integration in your organization.
|
CompletableFuture<ApiResponse<WebhooksAuthMethodsResponse>> |
WebhooksIntegrationApi.getAllAuthMethodsWithHttpInfoAsync(WebhooksIntegrationApi.GetAllAuthMethodsOptionalParameters parameters)
Get all auth methods.
|
| Modifier and Type | Method and Description |
|---|---|
WebhooksAuthMethodsResponse |
WebhooksAuthMethodsResponse.addDataItem(WebhooksAuthMethodResponseData dataItem) |
WebhooksAuthMethodsResponse |
WebhooksAuthMethodsResponse.addIncludedItem(WebhooksOAuth2ClientCredentialsResponseData includedItem) |
WebhooksAuthMethodsResponse |
WebhooksAuthMethodsResponse.data(List<WebhooksAuthMethodResponseData> data) |
WebhooksAuthMethodsResponse |
WebhooksAuthMethodsResponse.included(List<WebhooksOAuth2ClientCredentialsResponseData> included) |
WebhooksAuthMethodsResponse |
WebhooksAuthMethodsResponse.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2026. All rights reserved.