Uses of Interface
software.amazon.awssdk.services.quicksight.model.DescribeDashboardSnapshotJobResultRequest.Builder
-
Packages that use DescribeDashboardSnapshotJobResultRequest.Builder Package Description software.amazon.awssdk.services.quicksight Amazon QuickSight API Reference software.amazon.awssdk.services.quicksight.model -
-
Uses of DescribeDashboardSnapshotJobResultRequest.Builder in software.amazon.awssdk.services.quicksight
Method parameters in software.amazon.awssdk.services.quicksight with type arguments of type DescribeDashboardSnapshotJobResultRequest.Builder Modifier and Type Method Description default CompletableFuture<DescribeDashboardSnapshotJobResultResponse>QuickSightAsyncClient. describeDashboardSnapshotJobResult(Consumer<DescribeDashboardSnapshotJobResultRequest.Builder> describeDashboardSnapshotJobResultRequest)Describes the result of an existing snapshot job that has finished running.default DescribeDashboardSnapshotJobResultResponseQuickSightClient. describeDashboardSnapshotJobResult(Consumer<DescribeDashboardSnapshotJobResultRequest.Builder> describeDashboardSnapshotJobResultRequest)Describes the result of an existing snapshot job that has finished running. -
Uses of DescribeDashboardSnapshotJobResultRequest.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return DescribeDashboardSnapshotJobResultRequest.Builder Modifier and Type Method Description DescribeDashboardSnapshotJobResultRequest.BuilderDescribeDashboardSnapshotJobResultRequest.Builder. awsAccountId(String awsAccountId)The ID of the Amazon Web Services account that the dashboard snapshot job is executed in.static DescribeDashboardSnapshotJobResultRequest.BuilderDescribeDashboardSnapshotJobResultRequest. builder()DescribeDashboardSnapshotJobResultRequest.BuilderDescribeDashboardSnapshotJobResultRequest.Builder. dashboardId(String dashboardId)The ID of the dashboard that you have started a snapshot job for.DescribeDashboardSnapshotJobResultRequest.BuilderDescribeDashboardSnapshotJobResultRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeDashboardSnapshotJobResultRequest.BuilderDescribeDashboardSnapshotJobResultRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeDashboardSnapshotJobResultRequest.BuilderDescribeDashboardSnapshotJobResultRequest.Builder. snapshotJobId(String snapshotJobId)The ID of the job to be described.DescribeDashboardSnapshotJobResultRequest.BuilderDescribeDashboardSnapshotJobResultRequest. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type DescribeDashboardSnapshotJobResultRequest.Builder Modifier and Type Method Description static Class<? extends DescribeDashboardSnapshotJobResultRequest.Builder>DescribeDashboardSnapshotJobResultRequest. serializableBuilderClass()
-