| Package | Description |
|---|---|
| com.datadog.api.client.v1.api | |
| com.datadog.api.client.v1.model |
| Modifier and Type | Method and Description |
|---|---|
SyntheticsTestDetails |
SyntheticsApi.patchTest(String publicId,
SyntheticsPatchTestBody body)
Patch a Synthetic test.
|
CompletableFuture<SyntheticsTestDetails> |
SyntheticsApi.patchTestAsync(String publicId,
SyntheticsPatchTestBody body)
Patch a Synthetic test.
|
ApiResponse<SyntheticsTestDetails> |
SyntheticsApi.patchTestWithHttpInfo(String publicId,
SyntheticsPatchTestBody body)
Patch the configuration of a Synthetic test with partial data.
|
CompletableFuture<ApiResponse<SyntheticsTestDetails>> |
SyntheticsApi.patchTestWithHttpInfoAsync(String publicId,
SyntheticsPatchTestBody body)
Patch a Synthetic test.
|
| Modifier and Type | Method and Description |
|---|---|
SyntheticsPatchTestBody |
SyntheticsPatchTestBody.addDataItem(SyntheticsPatchTestOperation dataItem) |
SyntheticsPatchTestBody |
SyntheticsPatchTestBody.data(List<SyntheticsPatchTestOperation> data) |
SyntheticsPatchTestBody |
SyntheticsPatchTestBody.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2024. All rights reserved.