| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
SessionTag |
SessionTag.clone() |
SessionTag |
SessionTag.withKey(String key)
The key for the tag.
|
SessionTag |
SessionTag.withValue(String value)
The value that you want to assign the tag.
|
| Modifier and Type | Method and Description |
|---|---|
List<SessionTag> |
SnapshotAnonymousUser.getRowLevelPermissionTags()
The tags to be used for row-level security (RLS).
|
List<SessionTag> |
GenerateEmbedUrlForAnonymousUserRequest.getSessionTags()
The session tags used for row-level security.
|
| Modifier and Type | Method and Description |
|---|---|
SnapshotAnonymousUser |
SnapshotAnonymousUser.withRowLevelPermissionTags(SessionTag... rowLevelPermissionTags)
The tags to be used for row-level security (RLS).
|
GenerateEmbedUrlForAnonymousUserRequest |
GenerateEmbedUrlForAnonymousUserRequest.withSessionTags(SessionTag... sessionTags)
The session tags used for row-level security.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SnapshotAnonymousUser.setRowLevelPermissionTags(Collection<SessionTag> rowLevelPermissionTags)
The tags to be used for row-level security (RLS).
|
void |
GenerateEmbedUrlForAnonymousUserRequest.setSessionTags(Collection<SessionTag> sessionTags)
The session tags used for row-level security.
|
SnapshotAnonymousUser |
SnapshotAnonymousUser.withRowLevelPermissionTags(Collection<SessionTag> rowLevelPermissionTags)
The tags to be used for row-level security (RLS).
|
GenerateEmbedUrlForAnonymousUserRequest |
GenerateEmbedUrlForAnonymousUserRequest.withSessionTags(Collection<SessionTag> sessionTags)
The session tags used for row-level security.
|
Copyright © 2024. All rights reserved.