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