Uses of Class
software.amazon.awssdk.services.qbusiness.model.PrincipalGroup
-
Packages that use PrincipalGroup Package Description software.amazon.awssdk.services.qbusiness.model -
-
Uses of PrincipalGroup in software.amazon.awssdk.services.qbusiness.model
Methods in software.amazon.awssdk.services.qbusiness.model that return PrincipalGroup Modifier and Type Method Description PrincipalGroupPrincipal. group()The group associated with the principal.Methods in software.amazon.awssdk.services.qbusiness.model with parameters of type PrincipalGroup Modifier and Type Method Description static PrincipalPrincipal. fromGroup(PrincipalGroup group)Create an instance of this class withPrincipal.group()initialized to the given value.Principal.BuilderPrincipal.Builder. group(PrincipalGroup group)The group associated with the principal.
-