| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
SecureEmbedGetResponse |
DashboardSecureEmbedApi.getDashboardSecureEmbed(String dashboardId,
String token)
Get a secure embed for a dashboard.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<SecureEmbedGetResponse> |
DashboardSecureEmbedApi.getDashboardSecureEmbedAsync(String dashboardId,
String token)
Get a secure embed for a dashboard.
|
ApiResponse<SecureEmbedGetResponse> |
DashboardSecureEmbedApi.getDashboardSecureEmbedWithHttpInfo(String dashboardId,
String token)
Retrieve an existing secure embed configuration for a dashboard.
|
CompletableFuture<ApiResponse<SecureEmbedGetResponse>> |
DashboardSecureEmbedApi.getDashboardSecureEmbedWithHttpInfoAsync(String dashboardId,
String token)
Get a secure embed for a dashboard.
|
| Modifier and Type | Method and Description |
|---|---|
SecureEmbedGetResponse |
SecureEmbedGetResponse.data(SecureEmbedGetResponseData data) |
SecureEmbedGetResponse |
SecureEmbedGetResponse.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2026. All rights reserved.