Uses of Class
software.amazon.awssdk.services.workdocs.model.BooleanEnumType
-
Packages that use BooleanEnumType Package Description software.amazon.awssdk.services.workdocs.model -
-
Uses of BooleanEnumType in software.amazon.awssdk.services.workdocs.model
Methods in software.amazon.awssdk.services.workdocs.model that return BooleanEnumType Modifier and Type Method Description static BooleanEnumTypeBooleanEnumType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.BooleanEnumTypeUpdateUserRequest. grantPoweruserPrivileges()Boolean value to determine whether the user is granted Power user privileges.static BooleanEnumTypeBooleanEnumType. valueOf(String name)Returns the enum constant of this type with the specified name.static BooleanEnumType[]BooleanEnumType. 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 BooleanEnumType Modifier and Type Method Description static Set<BooleanEnumType>BooleanEnumType. knownValues()Methods in software.amazon.awssdk.services.workdocs.model with parameters of type BooleanEnumType Modifier and Type Method Description UpdateUserRequest.BuilderUpdateUserRequest.Builder. grantPoweruserPrivileges(BooleanEnumType grantPoweruserPrivileges)Boolean value to determine whether the user is granted Power user privileges.
-