Uses of Class
software.amazon.awssdk.services.qbusiness.model.Principal
-
Packages that use Principal Package Description software.amazon.awssdk.services.qbusiness.model -
-
Uses of Principal in software.amazon.awssdk.services.qbusiness.model
Methods in software.amazon.awssdk.services.qbusiness.model that return Principal Modifier and Type Method Description static PrincipalPrincipal. fromGroup(Consumer<PrincipalGroup.Builder> group)Create an instance of this class withgroup()initialized to the given value.static PrincipalPrincipal. fromGroup(PrincipalGroup group)Create an instance of this class withgroup()initialized to the given value.static PrincipalPrincipal. fromUser(Consumer<PrincipalUser.Builder> user)Create an instance of this class withuser()initialized to the given value.static PrincipalPrincipal. fromUser(PrincipalUser user)Create an instance of this class withuser()initialized to the given value.Methods in software.amazon.awssdk.services.qbusiness.model that return types with arguments of type Principal Modifier and Type Method Description List<Principal>AccessControl. principals()Contains a list of principals, where a principal can be either aUSERor aGROUP.Methods in software.amazon.awssdk.services.qbusiness.model with parameters of type Principal Modifier and Type Method Description AccessControl.BuilderAccessControl.Builder. principals(Principal... principals)Contains a list of principals, where a principal can be either aUSERor aGROUP.Method parameters in software.amazon.awssdk.services.qbusiness.model with type arguments of type Principal Modifier and Type Method Description AccessControl.BuilderAccessControl.Builder. principals(Collection<Principal> principals)Contains a list of principals, where a principal can be either aUSERor aGROUP.
-