| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight |
|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
default DescribeDashboardSnapshotJobResponse |
QuickSightClient.describeDashboardSnapshotJob(Consumer<DescribeDashboardSnapshotJobRequest.Builder> describeDashboardSnapshotJobRequest)
Describes an existing snapshot job.
|
default CompletableFuture<DescribeDashboardSnapshotJobResponse> |
QuickSightAsyncClient.describeDashboardSnapshotJob(Consumer<DescribeDashboardSnapshotJobRequest.Builder> describeDashboardSnapshotJobRequest)
Describes an existing snapshot job.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeDashboardSnapshotJobRequest.Builder |
DescribeDashboardSnapshotJobRequest.Builder.awsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that the dashboard snapshot job is executed in.
|
static DescribeDashboardSnapshotJobRequest.Builder |
DescribeDashboardSnapshotJobRequest.builder() |
DescribeDashboardSnapshotJobRequest.Builder |
DescribeDashboardSnapshotJobRequest.Builder.dashboardId(String dashboardId)
The ID of the dashboard that you have started a snapshot job for.
|
DescribeDashboardSnapshotJobRequest.Builder |
DescribeDashboardSnapshotJobRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeDashboardSnapshotJobRequest.Builder |
DescribeDashboardSnapshotJobRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeDashboardSnapshotJobRequest.Builder |
DescribeDashboardSnapshotJobRequest.Builder.snapshotJobId(String snapshotJobId)
The ID of the job to be described.
|
DescribeDashboardSnapshotJobRequest.Builder |
DescribeDashboardSnapshotJobRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribeDashboardSnapshotJobRequest.Builder> |
DescribeDashboardSnapshotJobRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.