| Package | Description |
|---|---|
| com.amazonaws.services.qbusiness.model |
| Modifier and Type | Method and Description |
|---|---|
PrincipalGroup |
PrincipalGroup.clone() |
PrincipalGroup |
Principal.getGroup()
The group associated with the principal.
|
PrincipalGroup |
PrincipalGroup.withAccess(ReadAccessType access)
Provides information about whether to allow or deny access to the principal.
|
PrincipalGroup |
PrincipalGroup.withAccess(String access)
Provides information about whether to allow or deny access to the principal.
|
PrincipalGroup |
PrincipalGroup.withMembershipType(MembershipType membershipType)
The type of group.
|
PrincipalGroup |
PrincipalGroup.withMembershipType(String membershipType)
The type of group.
|
PrincipalGroup |
PrincipalGroup.withName(String name)
The name of the group.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Principal.setGroup(PrincipalGroup group)
The group associated with the principal.
|
Principal |
Principal.withGroup(PrincipalGroup group)
The group associated with the principal.
|
Copyright © 2024. All rights reserved.