| Package | Description |
|---|---|
| com.datadog.api.client.v1.api | |
| com.datadog.api.client.v1.model |
| Modifier and Type | Method and Description |
|---|---|
SyntheticsListGlobalVariablesResponse |
SyntheticsApi.listGlobalVariables()
Get all global variables.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<SyntheticsListGlobalVariablesResponse> |
SyntheticsApi.listGlobalVariablesAsync()
Get all global variables.
|
ApiResponse<SyntheticsListGlobalVariablesResponse> |
SyntheticsApi.listGlobalVariablesWithHttpInfo()
Get the list of all Synthetic global variables.
|
CompletableFuture<ApiResponse<SyntheticsListGlobalVariablesResponse>> |
SyntheticsApi.listGlobalVariablesWithHttpInfoAsync()
Get all global variables.
|
| Modifier and Type | Method and Description |
|---|---|
SyntheticsListGlobalVariablesResponse |
SyntheticsListGlobalVariablesResponse.addVariablesItem(SyntheticsGlobalVariable variablesItem) |
SyntheticsListGlobalVariablesResponse |
SyntheticsListGlobalVariablesResponse.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
SyntheticsListGlobalVariablesResponse |
SyntheticsListGlobalVariablesResponse.variables(List<SyntheticsGlobalVariable> variables) |
Copyright © 2024. All rights reserved.