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