| Package | Description |
|---|---|
| com.datadog.api.client.v1.api | |
| com.datadog.api.client.v1.model |
| Modifier and Type | Method and Description |
|---|---|
SyntheticsTestDetails |
SyntheticsApi.getTest(String publicId)
Get a test configuration.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<SyntheticsTestDetails> |
SyntheticsApi.getTestAsync(String publicId)
Get a test configuration.
|
ApiResponse<SyntheticsTestDetails> |
SyntheticsApi.getTestWithHttpInfo(String publicId)
Get the detailed configuration associated with a Synthetics test.
|
CompletableFuture<ApiResponse<SyntheticsTestDetails>> |
SyntheticsApi.getTestWithHttpInfoAsync(String publicId)
Get a test configuration.
|
| Modifier and Type | Method and Description |
|---|---|
List<SyntheticsTestDetails> |
SyntheticsListTestsResponse.getTests()
Array of Synthetic tests configuration.
|
| Modifier and Type | Method and Description |
|---|---|
SyntheticsListTestsResponse |
SyntheticsListTestsResponse.addTestsItem(SyntheticsTestDetails testsItem) |
| Modifier and Type | Method and Description |
|---|---|
void |
SyntheticsListTestsResponse.setTests(List<SyntheticsTestDetails> tests) |
SyntheticsListTestsResponse |
SyntheticsListTestsResponse.tests(List<SyntheticsTestDetails> tests) |
Copyright © 2023. All rights reserved.