Uses of Class
software.amazon.awssdk.services.quicksight.model.SessionTag
-
Packages that use SessionTag Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of SessionTag in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type SessionTag Modifier and Type Method Description List<SessionTag>SnapshotAnonymousUser. rowLevelPermissionTags()The tags to be used for row-level security (RLS).List<SessionTag>GenerateEmbedUrlForAnonymousUserRequest. sessionTags()The session tags used for row-level security.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type SessionTag Modifier and Type Method Description SnapshotAnonymousUser.BuilderSnapshotAnonymousUser.Builder. rowLevelPermissionTags(SessionTag... rowLevelPermissionTags)The tags to be used for row-level security (RLS).GenerateEmbedUrlForAnonymousUserRequest.BuilderGenerateEmbedUrlForAnonymousUserRequest.Builder. sessionTags(SessionTag... sessionTags)The session tags used for row-level security.Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type SessionTag Modifier and Type Method Description SnapshotAnonymousUser.BuilderSnapshotAnonymousUser.Builder. rowLevelPermissionTags(Collection<SessionTag> rowLevelPermissionTags)The tags to be used for row-level security (RLS).GenerateEmbedUrlForAnonymousUserRequest.BuilderGenerateEmbedUrlForAnonymousUserRequest.Builder. sessionTags(Collection<SessionTag> sessionTags)The session tags used for row-level security.
-