Uses of Class
software.amazon.awssdk.services.quicksight.model.SnapshotAnonymousUserRedacted
-
Packages that use SnapshotAnonymousUserRedacted Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of SnapshotAnonymousUserRedacted in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type SnapshotAnonymousUserRedacted Modifier and Type Method Description List<SnapshotAnonymousUserRedacted>SnapshotUserConfigurationRedacted. anonymousUsers()An array of records that describe anonymous users that the dashboard snapshot is generated for.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type SnapshotAnonymousUserRedacted Modifier and Type Method Description SnapshotUserConfigurationRedacted.BuilderSnapshotUserConfigurationRedacted.Builder. anonymousUsers(SnapshotAnonymousUserRedacted... anonymousUsers)An array of records that describe anonymous users that the dashboard snapshot is generated for.Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type SnapshotAnonymousUserRedacted 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.
-