| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
DORAFetchResponse |
DoraMetricsApi.getDORADeployment(String deploymentId)
Get a deployment event.
|
DORAFetchResponse |
DoraMetricsApi.getDORAFailure(String failureId)
Get a failure event.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<DORAFetchResponse> |
DoraMetricsApi.getDORADeploymentAsync(String deploymentId)
Get a deployment event.
|
ApiResponse<DORAFetchResponse> |
DoraMetricsApi.getDORADeploymentWithHttpInfo(String deploymentId)
Use this API endpoint to get a deployment event.
|
CompletableFuture<ApiResponse<DORAFetchResponse>> |
DoraMetricsApi.getDORADeploymentWithHttpInfoAsync(String deploymentId)
Get a deployment event.
|
CompletableFuture<DORAFetchResponse> |
DoraMetricsApi.getDORAFailureAsync(String failureId)
Get a failure event.
|
ApiResponse<DORAFetchResponse> |
DoraMetricsApi.getDORAFailureWithHttpInfo(String failureId)
Use this API endpoint to get a failure event.
|
CompletableFuture<ApiResponse<DORAFetchResponse>> |
DoraMetricsApi.getDORAFailureWithHttpInfoAsync(String failureId)
Get a failure event.
|
| Modifier and Type | Method and Description |
|---|---|
DORAFetchResponse |
DORAFetchResponse.data(DORAEvent data) |
DORAFetchResponse |
DORAFetchResponse.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2025. All rights reserved.