Uses of Class
software.amazon.awssdk.services.quicksight.model.SnapshotAnonymousUser
-
Packages that use SnapshotAnonymousUser Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of SnapshotAnonymousUser in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type SnapshotAnonymousUser Modifier and Type Method Description List<SnapshotAnonymousUser>SnapshotUserConfiguration. anonymousUsers()An array of records that describe the anonymous users that the dashboard snapshot is generated for.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type SnapshotAnonymousUser Modifier and Type Method Description SnapshotUserConfiguration.BuilderSnapshotUserConfiguration.Builder. anonymousUsers(SnapshotAnonymousUser... anonymousUsers)An array of records that describe the anonymous users that the dashboard snapshot is generated for.Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type SnapshotAnonymousUser Modifier and Type Method Description SnapshotUserConfiguration.BuilderSnapshotUserConfiguration.Builder. anonymousUsers(Collection<SnapshotAnonymousUser> anonymousUsers)An array of records that describe the anonymous users that the dashboard snapshot is generated for.
-