| Package | Description |
|---|---|
| com.amazonaws.services.qbusiness.model |
| Modifier and Type | Method and Description |
|---|---|
Principal |
Principal.clone() |
Principal |
Principal.withGroup(PrincipalGroup group)
The group associated with the principal.
|
Principal |
Principal.withUser(PrincipalUser user)
The user associated with the principal.
|
| Modifier and Type | Method and Description |
|---|---|
List<Principal> |
AccessControl.getPrincipals()
Contains a list of principals, where a principal can be either a
USER or a GROUP. |
| Modifier and Type | Method and Description |
|---|---|
AccessControl |
AccessControl.withPrincipals(Principal... principals)
Contains a list of principals, where a principal can be either a
USER or a GROUP. |
| Modifier and Type | Method and Description |
|---|---|
void |
AccessControl.setPrincipals(Collection<Principal> principals)
Contains a list of principals, where a principal can be either a
USER or a GROUP. |
AccessControl |
AccessControl.withPrincipals(Collection<Principal> principals)
Contains a list of principals, where a principal can be either a
USER or a GROUP. |
Copyright © 2024. All rights reserved.