| Package | Description |
|---|---|
| com.amazonaws.services.quicksight |
|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeDashboardSnapshotJobResult |
AbstractAmazonQuickSight.describeDashboardSnapshotJob(DescribeDashboardSnapshotJobRequest request) |
DescribeDashboardSnapshotJobResult |
AmazonQuickSight.describeDashboardSnapshotJob(DescribeDashboardSnapshotJobRequest describeDashboardSnapshotJobRequest)
Describes an existing snapshot job.
|
DescribeDashboardSnapshotJobResult |
AmazonQuickSightClient.describeDashboardSnapshotJob(DescribeDashboardSnapshotJobRequest request)
Describes an existing snapshot job.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeDashboardSnapshotJobResult> |
AbstractAmazonQuickSightAsync.describeDashboardSnapshotJobAsync(DescribeDashboardSnapshotJobRequest request,
AsyncHandler<DescribeDashboardSnapshotJobRequest,DescribeDashboardSnapshotJobResult> asyncHandler) |
Future<DescribeDashboardSnapshotJobResult> |
AmazonQuickSightAsync.describeDashboardSnapshotJobAsync(DescribeDashboardSnapshotJobRequest describeDashboardSnapshotJobRequest,
AsyncHandler<DescribeDashboardSnapshotJobRequest,DescribeDashboardSnapshotJobResult> asyncHandler)
Describes an existing snapshot job.
|
Future<DescribeDashboardSnapshotJobResult> |
AmazonQuickSightAsyncClient.describeDashboardSnapshotJobAsync(DescribeDashboardSnapshotJobRequest request,
AsyncHandler<DescribeDashboardSnapshotJobRequest,DescribeDashboardSnapshotJobResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeDashboardSnapshotJobResult |
DescribeDashboardSnapshotJobResult.clone() |
DescribeDashboardSnapshotJobResult |
DescribeDashboardSnapshotJobResult.withArn(String arn)
The Amazon Resource Name (ARN) for the snapshot job.
|
DescribeDashboardSnapshotJobResult |
DescribeDashboardSnapshotJobResult.withAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that the dashboard snapshot job is executed in.
|
DescribeDashboardSnapshotJobResult |
DescribeDashboardSnapshotJobResult.withCreatedTime(Date createdTime)
The time that the snapshot job was created.
|
DescribeDashboardSnapshotJobResult |
DescribeDashboardSnapshotJobResult.withDashboardId(String dashboardId)
The ID of the dashboard that you have started a snapshot job for.
|
DescribeDashboardSnapshotJobResult |
DescribeDashboardSnapshotJobResult.withJobStatus(SnapshotJobStatus jobStatus)
Indicates the status of a job.
|
DescribeDashboardSnapshotJobResult |
DescribeDashboardSnapshotJobResult.withJobStatus(String jobStatus)
Indicates the status of a job.
|
DescribeDashboardSnapshotJobResult |
DescribeDashboardSnapshotJobResult.withLastUpdatedTime(Date lastUpdatedTime)
The time that the snapshot job status was last updated.
|
DescribeDashboardSnapshotJobResult |
DescribeDashboardSnapshotJobResult.withRequestId(String requestId)
The Amazon Web Services request ID for this operation.
|
DescribeDashboardSnapshotJobResult |
DescribeDashboardSnapshotJobResult.withSnapshotConfiguration(SnapshotConfiguration snapshotConfiguration)
The snapshot configuration of the job.
|
DescribeDashboardSnapshotJobResult |
DescribeDashboardSnapshotJobResult.withSnapshotJobId(String snapshotJobId)
The ID of the job to be described.
|
DescribeDashboardSnapshotJobResult |
DescribeDashboardSnapshotJobResult.withStatus(Integer status)
The HTTP status of the request
|
DescribeDashboardSnapshotJobResult |
DescribeDashboardSnapshotJobResult.withUserConfiguration(SnapshotUserConfigurationRedacted userConfiguration)
The user configuration for the snapshot job.
|
Copyright © 2024. All rights reserved.