| Package | Description |
|---|---|
| com.amazonaws.services.quicksight |
|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
Future<StartDashboardSnapshotJobResult> |
AbstractAmazonQuickSightAsync.startDashboardSnapshotJobAsync(StartDashboardSnapshotJobRequest request,
AsyncHandler<StartDashboardSnapshotJobRequest,StartDashboardSnapshotJobResult> asyncHandler) |
Future<StartDashboardSnapshotJobResult> |
AmazonQuickSightAsyncClient.startDashboardSnapshotJobAsync(StartDashboardSnapshotJobRequest request,
AsyncHandler<StartDashboardSnapshotJobRequest,StartDashboardSnapshotJobResult> asyncHandler) |
Future<StartDashboardSnapshotJobResult> |
AmazonQuickSightAsync.startDashboardSnapshotJobAsync(StartDashboardSnapshotJobRequest startDashboardSnapshotJobRequest,
AsyncHandler<StartDashboardSnapshotJobRequest,StartDashboardSnapshotJobResult> asyncHandler)
Starts an asynchronous job that generates a snapshot of a dashboard's output.
|
| Modifier and Type | Method and Description |
|---|---|
StartDashboardSnapshotJobRequest |
StartDashboardSnapshotJobRequest.clone() |
StartDashboardSnapshotJobRequest |
StartDashboardSnapshotJobRequest.withAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that the dashboard snapshot job is executed in.
|
StartDashboardSnapshotJobRequest |
StartDashboardSnapshotJobRequest.withDashboardId(String dashboardId)
The ID of the dashboard that you want to start a snapshot job for.
|
StartDashboardSnapshotJobRequest |
StartDashboardSnapshotJobRequest.withSnapshotConfiguration(SnapshotConfiguration snapshotConfiguration)
A structure that describes the configuration of the dashboard snapshot.
|
StartDashboardSnapshotJobRequest |
StartDashboardSnapshotJobRequest.withSnapshotJobId(String snapshotJobId)
An ID for the dashboard snapshot job.
|
StartDashboardSnapshotJobRequest |
StartDashboardSnapshotJobRequest.withUserConfiguration(SnapshotUserConfiguration userConfiguration)
A structure that contains information about the anonymous users that the generated snapshot is for.
|
Copyright © 2024. All rights reserved.