Uses of Interface
software.amazon.awssdk.services.quicksight.model.SnapshotUserConfigurationRedacted.Builder
-
Packages that use SnapshotUserConfigurationRedacted.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of SnapshotUserConfigurationRedacted.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return SnapshotUserConfigurationRedacted.Builder Modifier and Type Method Description SnapshotUserConfigurationRedacted.BuilderSnapshotUserConfigurationRedacted.Builder. anonymousUsers(Collection<SnapshotAnonymousUserRedacted> anonymousUsers)An array of records that describe anonymous users that the dashboard snapshot is generated for.SnapshotUserConfigurationRedacted.BuilderSnapshotUserConfigurationRedacted.Builder. anonymousUsers(Consumer<SnapshotAnonymousUserRedacted.Builder>... anonymousUsers)An array of records that describe anonymous users that the dashboard snapshot is generated for.SnapshotUserConfigurationRedacted.BuilderSnapshotUserConfigurationRedacted.Builder. anonymousUsers(SnapshotAnonymousUserRedacted... anonymousUsers)An array of records that describe anonymous users that the dashboard snapshot is generated for.static SnapshotUserConfigurationRedacted.BuilderSnapshotUserConfigurationRedacted. builder()SnapshotUserConfigurationRedacted.BuilderSnapshotUserConfigurationRedacted. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type SnapshotUserConfigurationRedacted.Builder Modifier and Type Method Description static Class<? extends SnapshotUserConfigurationRedacted.Builder>SnapshotUserConfigurationRedacted. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type SnapshotUserConfigurationRedacted.Builder Modifier and Type Method Description default DescribeDashboardSnapshotJobResponse.BuilderDescribeDashboardSnapshotJobResponse.Builder. userConfiguration(Consumer<SnapshotUserConfigurationRedacted.Builder> userConfiguration)The user configuration for the snapshot job.
-