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