Uses of Class
software.amazon.awssdk.services.workdocs.model.RoleType
-
Packages that use RoleType Package Description software.amazon.awssdk.services.workdocs.model -
-
Uses of RoleType in software.amazon.awssdk.services.workdocs.model
Methods in software.amazon.awssdk.services.workdocs.model that return RoleType Modifier and Type Method Description static RoleTypeRoleType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RoleTypePermissionInfo. role()The role of the user.RoleTypeSharePrincipal. role()The role of the recipient.RoleTypeShareResult. role()The role.static RoleTypeRoleType. valueOf(String name)Returns the enum constant of this type with the specified name.static RoleType[]RoleType. 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 RoleType Modifier and Type Method Description static Set<RoleType>RoleType. knownValues()Methods in software.amazon.awssdk.services.workdocs.model with parameters of type RoleType Modifier and Type Method Description PermissionInfo.BuilderPermissionInfo.Builder. role(RoleType role)The role of the user.SharePrincipal.BuilderSharePrincipal.Builder. role(RoleType role)The role of the recipient.ShareResult.BuilderShareResult.Builder. role(RoleType role)The role.
-