| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
ExecutionPolicyResponse |
ExecutionPolicyApi.updateExecutionPolicy(String policyId,
ExecutionPolicyUpdateRequest body)
Update an execution policy.
|
CompletableFuture<ExecutionPolicyResponse> |
ExecutionPolicyApi.updateExecutionPolicyAsync(String policyId,
ExecutionPolicyUpdateRequest body)
Update an execution policy.
|
ApiResponse<ExecutionPolicyResponse> |
ExecutionPolicyApi.updateExecutionPolicyWithHttpInfo(String policyId,
ExecutionPolicyUpdateRequest body)
Update an existing execution policy.
|
CompletableFuture<ApiResponse<ExecutionPolicyResponse>> |
ExecutionPolicyApi.updateExecutionPolicyWithHttpInfoAsync(String policyId,
ExecutionPolicyUpdateRequest body)
Update an execution policy.
|
| Modifier and Type | Method and Description |
|---|---|
ExecutionPolicyUpdateRequest |
ExecutionPolicyUpdateRequest.data(ExecutionPolicyUpdateRequestData data) |
ExecutionPolicyUpdateRequest |
ExecutionPolicyUpdateRequest.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2026. All rights reserved.