| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
SyntheticsApiMultistepSubtestsResponse |
SyntheticsApi.getApiMultistepSubtests(String publicId)
Get available subtests for a multistep test.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<SyntheticsApiMultistepSubtestsResponse> |
SyntheticsApi.getApiMultistepSubtestsAsync(String publicId)
Get available subtests for a multistep test.
|
ApiResponse<SyntheticsApiMultistepSubtestsResponse> |
SyntheticsApi.getApiMultistepSubtestsWithHttpInfo(String publicId)
Get the list of API tests that can be added as subtests to a given API multistep test.
|
CompletableFuture<ApiResponse<SyntheticsApiMultistepSubtestsResponse>> |
SyntheticsApi.getApiMultistepSubtestsWithHttpInfoAsync(String publicId)
Get available subtests for a multistep test.
|
| Modifier and Type | Method and Description |
|---|---|
SyntheticsApiMultistepSubtestsResponse |
SyntheticsApiMultistepSubtestsResponse.addDataItem(SyntheticsApiMultistepSubtestData dataItem) |
SyntheticsApiMultistepSubtestsResponse |
SyntheticsApiMultistepSubtestsResponse.data(List<SyntheticsApiMultistepSubtestData> data) |
SyntheticsApiMultistepSubtestsResponse |
SyntheticsApiMultistepSubtestsResponse.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2026. All rights reserved.