| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
GlobalVariableResponse |
SyntheticsApi.patchGlobalVariable(String variableId,
GlobalVariableJsonPatchRequest body)
Patch a global variable.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<GlobalVariableResponse> |
SyntheticsApi.patchGlobalVariableAsync(String variableId,
GlobalVariableJsonPatchRequest body)
Patch a global variable.
|
ApiResponse<GlobalVariableResponse> |
SyntheticsApi.patchGlobalVariableWithHttpInfo(String variableId,
GlobalVariableJsonPatchRequest body)
Patch a global variable using JSON Patch (RFC 6902).
|
CompletableFuture<ApiResponse<GlobalVariableResponse>> |
SyntheticsApi.patchGlobalVariableWithHttpInfoAsync(String variableId,
GlobalVariableJsonPatchRequest body)
Patch a global variable.
|
| Modifier and Type | Method and Description |
|---|---|
GlobalVariableResponse |
GlobalVariableResponse.data(GlobalVariableData data) |
GlobalVariableResponse |
GlobalVariableResponse.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2026. All rights reserved.