| Package | Description |
|---|---|
| com.datadog.api.client.v1.api | |
| com.datadog.api.client.v1.model |
| Modifier and Type | Method and Description |
|---|---|
SyntheticsBatchDetails |
SyntheticsApi.getSyntheticsCIBatch(String batchId)
Get details of batch.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<SyntheticsBatchDetails> |
SyntheticsApi.getSyntheticsCIBatchAsync(String batchId)
Get details of batch.
|
ApiResponse<SyntheticsBatchDetails> |
SyntheticsApi.getSyntheticsCIBatchWithHttpInfo(String batchId)
Get a batch's updated details.
|
CompletableFuture<ApiResponse<SyntheticsBatchDetails>> |
SyntheticsApi.getSyntheticsCIBatchWithHttpInfoAsync(String batchId)
Get details of batch.
|
| Modifier and Type | Method and Description |
|---|---|
SyntheticsBatchDetails |
SyntheticsBatchDetails.data(SyntheticsBatchDetailsData data) |
SyntheticsBatchDetails |
SyntheticsBatchDetails.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2024. All rights reserved.