| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
SecureEmbedUpdateResponse |
DashboardSecureEmbedApi.updateDashboardSecureEmbed(String dashboardId,
String token,
SecureEmbedUpdateRequest body)
Update a secure embed for a dashboard.
|
CompletableFuture<SecureEmbedUpdateResponse> |
DashboardSecureEmbedApi.updateDashboardSecureEmbedAsync(String dashboardId,
String token,
SecureEmbedUpdateRequest body)
Update a secure embed for a dashboard.
|
ApiResponse<SecureEmbedUpdateResponse> |
DashboardSecureEmbedApi.updateDashboardSecureEmbedWithHttpInfo(String dashboardId,
String token,
SecureEmbedUpdateRequest body)
Partially update a secure embed configuration.
|
CompletableFuture<ApiResponse<SecureEmbedUpdateResponse>> |
DashboardSecureEmbedApi.updateDashboardSecureEmbedWithHttpInfoAsync(String dashboardId,
String token,
SecureEmbedUpdateRequest body)
Update a secure embed for a dashboard.
|
| Modifier and Type | Method and Description |
|---|---|
SecureEmbedUpdateRequest |
SecureEmbedUpdateRequest.data(SecureEmbedUpdateRequestData data) |
SecureEmbedUpdateRequest |
SecureEmbedUpdateRequest.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2026. All rights reserved.