| Package | Description |
|---|---|
| com.datadog.api.client.v1.api | |
| com.datadog.api.client.v1.model |
| Modifier and Type | Method and Description |
|---|---|
SyntheticsDeleteTestsResponse |
SyntheticsApi.deleteTests(SyntheticsDeleteTestsPayload body)
Delete tests.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<SyntheticsDeleteTestsResponse> |
SyntheticsApi.deleteTestsAsync(SyntheticsDeleteTestsPayload body)
Delete tests.
|
ApiResponse<SyntheticsDeleteTestsResponse> |
SyntheticsApi.deleteTestsWithHttpInfo(SyntheticsDeleteTestsPayload body)
Delete multiple Synthetic tests by ID.
|
CompletableFuture<ApiResponse<SyntheticsDeleteTestsResponse>> |
SyntheticsApi.deleteTestsWithHttpInfoAsync(SyntheticsDeleteTestsPayload body)
Delete tests.
|
| Modifier and Type | Method and Description |
|---|---|
SyntheticsDeleteTestsResponse |
SyntheticsDeleteTestsResponse.addDeletedTestsItem(SyntheticsDeletedTest deletedTestsItem) |
SyntheticsDeleteTestsResponse |
SyntheticsDeleteTestsResponse.deletedTests(List<SyntheticsDeletedTest> deletedTests) |
SyntheticsDeleteTestsResponse |
SyntheticsDeleteTestsResponse.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2024. All rights reserved.