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