| Package | Description |
|---|---|
| com.datadog.api.client.v1.api | |
| com.datadog.api.client.v1.model |
| Modifier and Type | Method and Description |
|---|---|
SyntheticsListTestsResponse |
SyntheticsApi.listTests()
Get the list of all Synthetic tests.
|
SyntheticsListTestsResponse |
SyntheticsApi.listTests(SyntheticsApi.ListTestsOptionalParameters parameters)
Get the list of all Synthetic tests.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<SyntheticsListTestsResponse> |
SyntheticsApi.listTestsAsync()
Get the list of all Synthetic tests.
|
CompletableFuture<SyntheticsListTestsResponse> |
SyntheticsApi.listTestsAsync(SyntheticsApi.ListTestsOptionalParameters parameters)
Get the list of all Synthetic tests.
|
ApiResponse<SyntheticsListTestsResponse> |
SyntheticsApi.listTestsWithHttpInfo(SyntheticsApi.ListTestsOptionalParameters parameters)
Get the list of all Synthetic tests.
|
CompletableFuture<ApiResponse<SyntheticsListTestsResponse>> |
SyntheticsApi.listTestsWithHttpInfoAsync(SyntheticsApi.ListTestsOptionalParameters parameters)
Get the list of all Synthetic tests.
|
| Modifier and Type | Method and Description |
|---|---|
SyntheticsListTestsResponse |
SyntheticsListTestsResponse.addTestsItem(SyntheticsTestDetails testsItem) |
SyntheticsListTestsResponse |
SyntheticsListTestsResponse.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
SyntheticsListTestsResponse |
SyntheticsListTestsResponse.tests(List<SyntheticsTestDetails> tests) |
Copyright © 2024. All rights reserved.