Uses of Class
software.amazon.awssdk.services.workdocs.model.PrincipalRoleType
-
Packages that use PrincipalRoleType Package Description software.amazon.awssdk.services.workdocs.model -
-
Uses of PrincipalRoleType in software.amazon.awssdk.services.workdocs.model
Methods in software.amazon.awssdk.services.workdocs.model that return PrincipalRoleType Modifier and Type Method Description static PrincipalRoleTypePrincipalRoleType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static PrincipalRoleTypePrincipalRoleType. valueOf(String name)Returns the enum constant of this type with the specified name.static PrincipalRoleType[]PrincipalRoleType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.workdocs.model that return types with arguments of type PrincipalRoleType Modifier and Type Method Description static Set<PrincipalRoleType>PrincipalRoleType. knownValues()List<PrincipalRoleType>SearchPrincipalType. roles()The Role of a User or Group.Methods in software.amazon.awssdk.services.workdocs.model with parameters of type PrincipalRoleType Modifier and Type Method Description SearchPrincipalType.BuilderSearchPrincipalType.Builder. roles(PrincipalRoleType... roles)The Role of a User or Group.Method parameters in software.amazon.awssdk.services.workdocs.model with type arguments of type PrincipalRoleType Modifier and Type Method Description SearchPrincipalType.BuilderSearchPrincipalType.Builder. roles(Collection<PrincipalRoleType> roles)The Role of a User or Group.
-