| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
SecureEmbedCreateResponse |
DashboardSecureEmbedApi.createDashboardSecureEmbed(String dashboardId,
SecureEmbedCreateRequest body)
Create a secure embed for a dashboard.
|
CompletableFuture<SecureEmbedCreateResponse> |
DashboardSecureEmbedApi.createDashboardSecureEmbedAsync(String dashboardId,
SecureEmbedCreateRequest body)
Create a secure embed for a dashboard.
|
ApiResponse<SecureEmbedCreateResponse> |
DashboardSecureEmbedApi.createDashboardSecureEmbedWithHttpInfo(String dashboardId,
SecureEmbedCreateRequest body)
Create a secure embed share for a dashboard.
|
CompletableFuture<ApiResponse<SecureEmbedCreateResponse>> |
DashboardSecureEmbedApi.createDashboardSecureEmbedWithHttpInfoAsync(String dashboardId,
SecureEmbedCreateRequest body)
Create a secure embed for a dashboard.
|
| Modifier and Type | Method and Description |
|---|---|
SecureEmbedCreateRequest |
SecureEmbedCreateRequest.data(SecureEmbedCreateRequestData data) |
SecureEmbedCreateRequest |
SecureEmbedCreateRequest.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2026. All rights reserved.