| Package | Description |
|---|---|
| com.datadog.api.client.v1.api | |
| com.datadog.api.client.v1.model |
| Modifier and Type | Method and Description |
|---|---|
SyntheticsGlobalVariable |
SyntheticsApi.createGlobalVariable(SyntheticsGlobalVariable body)
Create a global variable.
|
SyntheticsGlobalVariable |
SyntheticsApi.editGlobalVariable(String variableId,
SyntheticsGlobalVariable body)
Edit a global variable.
|
SyntheticsGlobalVariable |
SyntheticsApi.getGlobalVariable(String variableId)
Get a global variable.
|
| Modifier and Type | Method and Description |
|---|---|
List<SyntheticsGlobalVariable> |
SyntheticsListGlobalVariablesResponse.getVariables()
Array of Synthetic global variables.
|
| Modifier and Type | Method and Description |
|---|---|
SyntheticsListGlobalVariablesResponse |
SyntheticsListGlobalVariablesResponse.addVariablesItem(SyntheticsGlobalVariable variablesItem) |
| Modifier and Type | Method and Description |
|---|---|
void |
SyntheticsListGlobalVariablesResponse.setVariables(List<SyntheticsGlobalVariable> variables) |
SyntheticsListGlobalVariablesResponse |
SyntheticsListGlobalVariablesResponse.variables(List<SyntheticsGlobalVariable> variables) |
Copyright © 2024. All rights reserved.