| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight |
|
| Modifier and Type | Method and Description |
|---|---|
default CreateDashboardResponse |
QuickSightClient.createDashboard(Consumer<CreateDashboardRequest.Builder> createDashboardRequest)
Creates a dashboard from either a template or directly with a
DashboardDefinition. |
default CreateDashboardResponse |
QuickSightClient.createDashboard(CreateDashboardRequest createDashboardRequest)
Creates a dashboard from either a template or directly with a
DashboardDefinition. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateDashboardResponse> |
QuickSightAsyncClient.createDashboard(Consumer<CreateDashboardRequest.Builder> createDashboardRequest)
Creates a dashboard from either a template or directly with a
DashboardDefinition. |
default CompletableFuture<CreateDashboardResponse> |
QuickSightAsyncClient.createDashboard(CreateDashboardRequest createDashboardRequest)
Creates a dashboard from either a template or directly with a
DashboardDefinition. |
Copyright © 2023. All rights reserved.