Uses of Interface
software.amazon.awssdk.services.quicksight.model.SnapshotJobResult.Builder
-
Packages that use SnapshotJobResult.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of SnapshotJobResult.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return SnapshotJobResult.Builder Modifier and Type Method Description SnapshotJobResult.BuilderSnapshotJobResult.Builder. anonymousUsers(Collection<AnonymousUserSnapshotJobResult> anonymousUsers)A list ofAnonymousUserSnapshotJobResultobjects that contain information on anonymous users and their user configurations.SnapshotJobResult.BuilderSnapshotJobResult.Builder. anonymousUsers(Consumer<AnonymousUserSnapshotJobResult.Builder>... anonymousUsers)A list ofAnonymousUserSnapshotJobResultobjects that contain information on anonymous users and their user configurations.SnapshotJobResult.BuilderSnapshotJobResult.Builder. anonymousUsers(AnonymousUserSnapshotJobResult... anonymousUsers)A list ofAnonymousUserSnapshotJobResultobjects that contain information on anonymous users and their user configurations.static SnapshotJobResult.BuilderSnapshotJobResult. builder()SnapshotJobResult.BuilderSnapshotJobResult. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type SnapshotJobResult.Builder Modifier and Type Method Description static Class<? extends SnapshotJobResult.Builder>SnapshotJobResult. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type SnapshotJobResult.Builder Modifier and Type Method Description default DescribeDashboardSnapshotJobResultResponse.BuilderDescribeDashboardSnapshotJobResultResponse.Builder. result(Consumer<SnapshotJobResult.Builder> result)The result of the snapshot job.
-