| Package | Description |
|---|---|
| com.amazonaws.services.qbusiness.model |
| Modifier and Type | Method and Description |
|---|---|
PrincipalUser |
PrincipalUser.clone() |
PrincipalUser |
Principal.getUser()
The user associated with the principal.
|
PrincipalUser |
PrincipalUser.withAccess(ReadAccessType access)
Provides information about whether to allow or deny access to the principal.
|
PrincipalUser |
PrincipalUser.withAccess(String access)
Provides information about whether to allow or deny access to the principal.
|
PrincipalUser |
PrincipalUser.withId(String id)
The identifier of the user.
|
PrincipalUser |
PrincipalUser.withMembershipType(MembershipType membershipType)
The type of group.
|
PrincipalUser |
PrincipalUser.withMembershipType(String membershipType)
The type of group.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Principal.setUser(PrincipalUser user)
The user associated with the principal.
|
Principal |
Principal.withUser(PrincipalUser user)
The user associated with the principal.
|
Copyright © 2025. All rights reserved.