| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
DashboardVisualId |
DashboardVisualId.clone() |
DashboardVisualId |
RegisteredUserDashboardVisualEmbeddingConfiguration.getInitialDashboardVisualId()
The visual ID for the visual that you want the user to embed.
|
DashboardVisualId |
AnonymousUserDashboardVisualEmbeddingConfiguration.getInitialDashboardVisualId()
The visual ID for the visual that you want the user to see.
|
DashboardVisualId |
DashboardVisualId.withDashboardId(String dashboardId)
The ID of the dashboard that has the visual that you want to embed.
|
DashboardVisualId |
DashboardVisualId.withSheetId(String sheetId)
The ID of the sheet that the has visual that you want to embed.
|
DashboardVisualId |
DashboardVisualId.withVisualId(String visualId)
The ID of the visual that you want to embed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RegisteredUserDashboardVisualEmbeddingConfiguration.setInitialDashboardVisualId(DashboardVisualId initialDashboardVisualId)
The visual ID for the visual that you want the user to embed.
|
void |
AnonymousUserDashboardVisualEmbeddingConfiguration.setInitialDashboardVisualId(DashboardVisualId initialDashboardVisualId)
The visual ID for the visual that you want the user to see.
|
RegisteredUserDashboardVisualEmbeddingConfiguration |
RegisteredUserDashboardVisualEmbeddingConfiguration.withInitialDashboardVisualId(DashboardVisualId initialDashboardVisualId)
The visual ID for the visual that you want the user to embed.
|
AnonymousUserDashboardVisualEmbeddingConfiguration |
AnonymousUserDashboardVisualEmbeddingConfiguration.withInitialDashboardVisualId(DashboardVisualId initialDashboardVisualId)
The visual ID for the visual that you want the user to see.
|
Copyright © 2022. All rights reserved.