| Package | Description |
|---|---|
| com.datadog.api.client.v1.api | |
| com.datadog.api.client.v1.model |
| Modifier and Type | Method and Description |
|---|---|
SyntheticsLocations |
SyntheticsApi.listLocations()
Get all locations (public and private).
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<SyntheticsLocations> |
SyntheticsApi.listLocationsAsync()
Get all locations (public and private).
|
ApiResponse<SyntheticsLocations> |
SyntheticsApi.listLocationsWithHttpInfo()
Get the list of public and private locations available for Synthetic tests.
|
CompletableFuture<ApiResponse<SyntheticsLocations>> |
SyntheticsApi.listLocationsWithHttpInfoAsync()
Get all locations (public and private).
|
| Modifier and Type | Method and Description |
|---|---|
SyntheticsLocations |
SyntheticsLocations.addLocationsItem(SyntheticsLocation locationsItem) |
SyntheticsLocations |
SyntheticsLocations.locations(List<SyntheticsLocation> locations) |
SyntheticsLocations |
SyntheticsLocations.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2024. All rights reserved.