| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
SyntheticsTestFileDownloadResponse |
SyntheticsApi.getTestFileDownloadUrl(String publicId,
SyntheticsTestFileDownloadRequest body)
Get a presigned URL for downloading a test file.
|
CompletableFuture<SyntheticsTestFileDownloadResponse> |
SyntheticsApi.getTestFileDownloadUrlAsync(String publicId,
SyntheticsTestFileDownloadRequest body)
Get a presigned URL for downloading a test file.
|
ApiResponse<SyntheticsTestFileDownloadResponse> |
SyntheticsApi.getTestFileDownloadUrlWithHttpInfo(String publicId,
SyntheticsTestFileDownloadRequest body)
Get a presigned URL to download a file attached to a Synthetic test.
|
CompletableFuture<ApiResponse<SyntheticsTestFileDownloadResponse>> |
SyntheticsApi.getTestFileDownloadUrlWithHttpInfoAsync(String publicId,
SyntheticsTestFileDownloadRequest body)
Get a presigned URL for downloading a test file.
|
| Modifier and Type | Method and Description |
|---|---|
SyntheticsTestFileDownloadRequest |
SyntheticsTestFileDownloadRequest.bucketKey(String bucketKey) |
SyntheticsTestFileDownloadRequest |
SyntheticsTestFileDownloadRequest.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2026. All rights reserved.