| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
SyntheticsPollTestResultsResponse |
SyntheticsApi.pollSyntheticsTestResults(String resultIds)
Poll for test results.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<SyntheticsPollTestResultsResponse> |
SyntheticsApi.pollSyntheticsTestResultsAsync(String resultIds)
Poll for test results.
|
ApiResponse<SyntheticsPollTestResultsResponse> |
SyntheticsApi.pollSyntheticsTestResultsWithHttpInfo(String resultIds)
Poll for test results given a list of result IDs.
|
CompletableFuture<ApiResponse<SyntheticsPollTestResultsResponse>> |
SyntheticsApi.pollSyntheticsTestResultsWithHttpInfoAsync(String resultIds)
Poll for test results.
|
| Modifier and Type | Method and Description |
|---|---|
SyntheticsPollTestResultsResponse |
SyntheticsPollTestResultsResponse.addDataItem(SyntheticsTestResultData dataItem) |
SyntheticsPollTestResultsResponse |
SyntheticsPollTestResultsResponse.addIncludedItem(SyntheticsTestResultIncludedItem includedItem) |
SyntheticsPollTestResultsResponse |
SyntheticsPollTestResultsResponse.data(List<SyntheticsTestResultData> data) |
SyntheticsPollTestResultsResponse |
SyntheticsPollTestResultsResponse.included(List<SyntheticsTestResultIncludedItem> included) |
SyntheticsPollTestResultsResponse |
SyntheticsPollTestResultsResponse.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2026. All rights reserved.