Uses of Class
software.amazon.awssdk.services.quicksight.model.AnonymousUserSnapshotJobResult
-
Packages that use AnonymousUserSnapshotJobResult Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of AnonymousUserSnapshotJobResult in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type AnonymousUserSnapshotJobResult Modifier and Type Method Description List<AnonymousUserSnapshotJobResult>SnapshotJobResult. anonymousUsers()A list ofAnonymousUserSnapshotJobResultobjects that contain information on anonymous users and their user configurations.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type AnonymousUserSnapshotJobResult Modifier and Type Method Description SnapshotJobResult.BuilderSnapshotJobResult.Builder. anonymousUsers(AnonymousUserSnapshotJobResult... anonymousUsers)A list ofAnonymousUserSnapshotJobResultobjects that contain information on anonymous users and their user configurations.Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type AnonymousUserSnapshotJobResult 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.
-